Shades of Crimson #CE0F42
Tints of Crimson #CE0F42
RGB
CMYK
RGB Variations
Color information
#CE0F42 (or 0xCE0F42) is known color: Crimson. HEX triplet: CE, 0F and 42. RGB value is (206,15,66). Sum of RGB (Red+Green+Blue) = 206+15+66=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F42 is #31F0BD. Grayscale: #4D4D4D. Windows color (decimal): -3272894 or 4329422. OLE color: 4329422.
HSL color Cylindrical-coordinate representation of color #CE0F42: hue angle of 343.98º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F42 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 66 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.19 |
| HSL | 343.98º | 0.86% | 0.43% | - |
| HSV(B) | 343.98º | 0.93% | 0.81% | - |
| XYZ | 26.61 | 13.86 | 6.43 | - |
| YUV | 77.92 | 121.28 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 66 | 0 | 0.93 | 0.68 | 0.19 | 343.98 | 0.86 | 0.43 |
| Hex | CE | F | 42 | 0 | 5D | 44 | 13 | 158 | 56 | 2B |
| Octal | 316 | 17 | 102 | 0 | 135 | 104 | 23 | 530 | 126 | 53 |
| Binary | 11001110 | 1111 | 1000010 | 0 | 1011101 | 1000100 | 10011 | 101011000 | 1010110 | 101011 |
Color Harmonies of #CE0F42
Complementary color
Monochromatic Colors of #CE0F42
Black with #CE0F42
Text Example
Text Example
White with #CE0F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F42; }
p { color: rgb(206,15,66); }
H1.HeaderClassName
{
color: #CE0F42;
}
.AnyTagClassName
{
color: #CE0F42;
}
</style>
background-color css
<style>
a { background-color: #CE0F42; }
a { background-color: rgb(206,15,66); }
div.DivClassName
{
background-color: #CE0F42;
}
.BgClassName
{
background-color: #CE0F42;
}
</style>
border-color css
<style>
span { border-color: #CE0F42; }
span { border-color: rgb(206,15,66); }
td.TdClassName
{
border-color: #CE0F42;
}
.TagClassName
{
border-color: #CE0F42;
}
</style>