Shades of Crimson #CE0432
Tints of Crimson #CE0432
RGB
CMYK
RGB Variations
Color information
#CE0432 (or 0xCE0432) is known color: Crimson. HEX triplet: CE, 04 and 32. RGB value is (206,4,50). Sum of RGB (Red+Green+Blue) = 206+4+50=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0432 is #31FBCD. Grayscale: #454545. Windows color (decimal): -3275726 or 3278030. OLE color: 3278030.
HSL color Cylindrical-coordinate representation of color #CE0432: hue angle of 346.34º 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 #CE0432 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.19 |
| HSL | 346.34º | 0.96% | 0.41% | - |
| HSV(B) | 346.34º | 0.98% | 0.81% | - |
| XYZ | 26.07 | 13.44 | 4.24 | - |
| YUV | 69.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 50 | 0 | 0.98 | 0.76 | 0.19 | 346.34 | 0.96 | 0.41 |
| Hex | CE | 4 | 32 | 0 | 62 | 4C | 13 | 15A | 60 | 29 |
| Octal | 316 | 4 | 62 | 0 | 142 | 114 | 23 | 532 | 140 | 51 |
| Binary | 11001110 | 100 | 110010 | 0 | 1100010 | 1001100 | 10011 | 101011010 | 1100000 | 101001 |
Color Harmonies of #CE0432
Complementary color
Monochromatic Colors of #CE0432
Black with #CE0432
Text Example
Text Example
White with #CE0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0432; }
p { color: rgb(206,4,50); }
H1.HeaderClassName
{
color: #CE0432;
}
.AnyTagClassName
{
color: #CE0432;
}
</style>
background-color css
<style>
a { background-color: #CE0432; }
a { background-color: rgb(206,4,50); }
div.DivClassName
{
background-color: #CE0432;
}
.BgClassName
{
background-color: #CE0432;
}
</style>
border-color css
<style>
span { border-color: #CE0432; }
span { border-color: rgb(206,4,50); }
td.TdClassName
{
border-color: #CE0432;
}
.TagClassName
{
border-color: #CE0432;
}
</style>