Shades of Crimson #CE0436
Tints of Crimson #CE0436
RGB
CMYK
RGB Variations
Color information
#CE0436 (or 0xCE0436) is known color: Crimson. HEX triplet: CE, 04 and 36. RGB value is (206,4,54). Sum of RGB (Red+Green+Blue) = 206+4+54=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0436 is #31FBC9. Grayscale: #464646. Windows color (decimal): -3275722 or 3540174. OLE color: 3540174.
HSL color Cylindrical-coordinate representation of color #CE0436: hue angle of 345.15º 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 #CE0436 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.19 |
| HSL | 345.15º | 0.96% | 0.41% | - |
| HSV(B) | 345.15º | 0.98% | 0.81% | - |
| XYZ | 26.16 | 13.47 | 4.71 | - |
| YUV | 70.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 54 | 0 | 0.98 | 0.74 | 0.19 | 345.15 | 0.96 | 0.41 |
| Hex | CE | 4 | 36 | 0 | 62 | 4A | 13 | 159 | 60 | 29 |
| Octal | 316 | 4 | 66 | 0 | 142 | 112 | 23 | 531 | 140 | 51 |
| Binary | 11001110 | 100 | 110110 | 0 | 1100010 | 1001010 | 10011 | 101011001 | 1100000 | 101001 |
Color Harmonies of #CE0436
Complementary color
Monochromatic Colors of #CE0436
Black with #CE0436
Text Example
Text Example
White with #CE0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0436; }
p { color: rgb(206,4,54); }
H1.HeaderClassName
{
color: #CE0436;
}
.AnyTagClassName
{
color: #CE0436;
}
</style>
background-color css
<style>
a { background-color: #CE0436; }
a { background-color: rgb(206,4,54); }
div.DivClassName
{
background-color: #CE0436;
}
.BgClassName
{
background-color: #CE0436;
}
</style>
border-color css
<style>
span { border-color: #CE0436; }
span { border-color: rgb(206,4,54); }
td.TdClassName
{
border-color: #CE0436;
}
.TagClassName
{
border-color: #CE0436;
}
</style>