Shades of Crimson #CE042F
Tints of Crimson #CE042F
RGB
CMYK
RGB Variations
Color information
#CE042F (or 0xCE042F) is known color: Crimson. HEX triplet: CE, 04 and 2F. RGB value is (206,4,47). Sum of RGB (Red+Green+Blue) = 206+4+47=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE042F is #31FBD0. Grayscale: #454545. Windows color (decimal): -3275729 or 3081422. OLE color: 3081422.
HSL color Cylindrical-coordinate representation of color #CE042F: hue angle of 347.23º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE042F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 47 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.19 |
| HSL | 347.23º | 0.96% | 0.41% | - |
| HSV(B) | 347.23º | 0.98% | 0.81% | - |
| XYZ | 26.01 | 13.41 | 3.91 | - |
| YUV | 69.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 47 | 0 | 0.98 | 0.77 | 0.19 | 347.23 | 0.96 | 0.41 |
| Hex | CE | 4 | 2F | 0 | 62 | 4D | 13 | 15B | 60 | 29 |
| Octal | 316 | 4 | 57 | 0 | 142 | 115 | 23 | 533 | 140 | 51 |
| Binary | 11001110 | 100 | 101111 | 0 | 1100010 | 1001101 | 10011 | 101011011 | 1100000 | 101001 |
Color Harmonies of #CE042F
Complementary color
Monochromatic Colors of #CE042F
Black with #CE042F
Text Example
Text Example
White with #CE042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE042F; }
p { color: rgb(206,4,47); }
H1.HeaderClassName
{
color: #CE042F;
}
.AnyTagClassName
{
color: #CE042F;
}
</style>
background-color css
<style>
a { background-color: #CE042F; }
a { background-color: rgb(206,4,47); }
div.DivClassName
{
background-color: #CE042F;
}
.BgClassName
{
background-color: #CE042F;
}
</style>
border-color css
<style>
span { border-color: #CE042F; }
span { border-color: rgb(206,4,47); }
td.TdClassName
{
border-color: #CE042F;
}
.TagClassName
{
border-color: #CE042F;
}
</style>