Shades of Crimson #CE104B
Tints of Crimson #CE104B
RGB
CMYK
RGB Variations
Color information
#CE104B (or 0xCE104B) is known color: Crimson. HEX triplet: CE, 10 and 4B. RGB value is (206,16,75). Sum of RGB (Red+Green+Blue) = 206+16+75=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE104B is #31EFB4. Grayscale: #4F4F4F. Windows color (decimal): -3272629 or 4919502. OLE color: 4919502.
HSL color Cylindrical-coordinate representation of color #CE104B: hue angle of 341.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE104B is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 75 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.19 |
| HSL | 341.37º | 0.86% | 0.44% | - |
| HSV(B) | 341.37º | 0.92% | 0.81% | - |
| XYZ | 26.91 | 14 | 7.94 | - |
| YUV | 79.54 | 125.45 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 75 | 0 | 0.92 | 0.64 | 0.19 | 341.37 | 0.86 | 0.44 |
| Hex | CE | 10 | 4B | 0 | 5C | 40 | 13 | 155 | 56 | 2C |
| Octal | 316 | 20 | 113 | 0 | 134 | 100 | 23 | 525 | 126 | 54 |
| Binary | 11001110 | 10000 | 1001011 | 0 | 1011100 | 1000000 | 10011 | 101010101 | 1010110 | 101100 |
Color Harmonies of #CE104B
Complementary color
Monochromatic Colors of #CE104B
Black with #CE104B
Text Example
Text Example
White with #CE104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE104B; }
p { color: rgb(206,16,75); }
H1.HeaderClassName
{
color: #CE104B;
}
.AnyTagClassName
{
color: #CE104B;
}
</style>
background-color css
<style>
a { background-color: #CE104B; }
a { background-color: rgb(206,16,75); }
div.DivClassName
{
background-color: #CE104B;
}
.BgClassName
{
background-color: #CE104B;
}
</style>
border-color css
<style>
span { border-color: #CE104B; }
span { border-color: rgb(206,16,75); }
td.TdClassName
{
border-color: #CE104B;
}
.TagClassName
{
border-color: #CE104B;
}
</style>