<style>
body {
background-color: gray;
}
.header {
color: antiquewhite;
margin-top: 20;
}
</style>
<body>
<div style="display: flex; flex-direction: column; align-items: center; padding: 40px;">
<div class="header"">sRGB primaries (no Profile)</div>
<img src="srgb_test.png" alt="sRGB color space" width="300"/>
<div class="header">Display P3 primaries (with ICC Profile)</div>
<img src="display_p3_test.png" alt="Display P3 color space" width="300"/>
<div class="header">Adobe RGB primaries (with ICC Profile)</div>
<img src="adobe_rgb_test.png" alt="Display P3 color space" width="300"/>
<div class="header">sRGB primaries (with ICC Profile)</div>
<img src="srgb_profile_test.png" alt="sRGB color space" width="300"/>
</div>
</body>