Shades of Crimson #CE0442
Tints of Crimson #CE0442
RGB
CMYK
RGB Variations
Color information
#CE0442 (or 0xCE0442) is known color: Crimson. HEX triplet: CE, 04 and 42. RGB value is (206,4,66). Sum of RGB (Red+Green+Blue) = 206+4+66=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0442 is #31FBBD. Grayscale: #474747. Windows color (decimal): -3275710 or 4326606. OLE color: 4326606.
HSL color Cylindrical-coordinate representation of color #CE0442: hue angle of 341.58º 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 #CE0442 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 66 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.19 |
| HSL | 341.58º | 0.96% | 0.41% | - |
| HSV(B) | 341.58º | 0.98% | 0.81% | - |
| XYZ | 26.48 | 13.6 | 6.38 | - |
| YUV | 71.47 | 124.92 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 66 | 0 | 0.98 | 0.68 | 0.19 | 341.58 | 0.96 | 0.41 |
| Hex | CE | 4 | 42 | 0 | 62 | 44 | 13 | 156 | 60 | 29 |
| Octal | 316 | 4 | 102 | 0 | 142 | 104 | 23 | 526 | 140 | 51 |
| Binary | 11001110 | 100 | 1000010 | 0 | 1100010 | 1000100 | 10011 | 101010110 | 1100000 | 101001 |
Color Harmonies of #CE0442
Complementary color
Monochromatic Colors of #CE0442
Black with #CE0442
Text Example
Text Example
White with #CE0442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0442; }
p { color: rgb(206,4,66); }
H1.HeaderClassName
{
color: #CE0442;
}
.AnyTagClassName
{
color: #CE0442;
}
</style>
background-color css
<style>
a { background-color: #CE0442; }
a { background-color: rgb(206,4,66); }
div.DivClassName
{
background-color: #CE0442;
}
.BgClassName
{
background-color: #CE0442;
}
</style>
border-color css
<style>
span { border-color: #CE0442; }
span { border-color: rgb(206,4,66); }
td.TdClassName
{
border-color: #CE0442;
}
.TagClassName
{
border-color: #CE0442;
}
</style>