Shades of Crimson #CE0431
Tints of Crimson #CE0431
RGB
CMYK
RGB Variations
Color information
#CE0431 (or 0xCE0431) is known color: Crimson. HEX triplet: CE, 04 and 31. RGB value is (206,4,49). Sum of RGB (Red+Green+Blue) = 206+4+49=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0431 is #31FBCE. Grayscale: #454545. Windows color (decimal): -3275727 or 3212494. OLE color: 3212494.
HSL color Cylindrical-coordinate representation of color #CE0431: hue angle of 346.63º 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 #CE0431 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.19 |
| HSL | 346.63º | 0.96% | 0.41% | - |
| HSV(B) | 346.63º | 0.98% | 0.81% | - |
| XYZ | 26.05 | 13.43 | 4.12 | - |
| YUV | 69.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 49 | 0 | 0.98 | 0.76 | 0.19 | 346.63 | 0.96 | 0.41 |
| Hex | CE | 4 | 31 | 0 | 62 | 4C | 13 | 15B | 60 | 29 |
| Octal | 316 | 4 | 61 | 0 | 142 | 114 | 23 | 533 | 140 | 51 |
| Binary | 11001110 | 100 | 110001 | 0 | 1100010 | 1001100 | 10011 | 101011011 | 1100000 | 101001 |
Color Harmonies of #CE0431
Complementary color
Monochromatic Colors of #CE0431
Black with #CE0431
Text Example
Text Example
White with #CE0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0431; }
p { color: rgb(206,4,49); }
H1.HeaderClassName
{
color: #CE0431;
}
.AnyTagClassName
{
color: #CE0431;
}
</style>
background-color css
<style>
a { background-color: #CE0431; }
a { background-color: rgb(206,4,49); }
div.DivClassName
{
background-color: #CE0431;
}
.BgClassName
{
background-color: #CE0431;
}
</style>
border-color css
<style>
span { border-color: #CE0431; }
span { border-color: rgb(206,4,49); }
td.TdClassName
{
border-color: #CE0431;
}
.TagClassName
{
border-color: #CE0431;
}
</style>