Shades of Crimson #CE0931
Tints of Crimson #CE0931
RGB
CMYK
RGB Variations
Color information
#CE0931 (or 0xCE0931) is known color: Crimson. HEX triplet: CE, 09 and 31. RGB value is (206,9,49). Sum of RGB (Red+Green+Blue) = 206+9+49=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0931 is #31F6CE. Grayscale: #484848. Windows color (decimal): -3274447 or 3213774. OLE color: 3213774.
HSL color Cylindrical-coordinate representation of color #CE0931: hue angle of 347.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0931 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 49 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.19 |
| HSL | 347.82º | 0.92% | 0.42% | - |
| HSV(B) | 347.82º | 0.96% | 0.81% | - |
| XYZ | 26.11 | 13.54 | 4.14 | - |
| YUV | 72.46 | 114.77 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 49 | 0 | 0.96 | 0.76 | 0.19 | 347.82 | 0.92 | 0.42 |
| Hex | CE | 9 | 31 | 0 | 60 | 4C | 13 | 15C | 5C | 2A |
| Octal | 316 | 11 | 61 | 0 | 140 | 114 | 23 | 534 | 134 | 52 |
| Binary | 11001110 | 1001 | 110001 | 0 | 1100000 | 1001100 | 10011 | 101011100 | 1011100 | 101010 |
Color Harmonies of #CE0931
Complementary color
Monochromatic Colors of #CE0931
Black with #CE0931
Text Example
Text Example
White with #CE0931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0931; }
p { color: rgb(206,9,49); }
H1.HeaderClassName
{
color: #CE0931;
}
.AnyTagClassName
{
color: #CE0931;
}
</style>
background-color css
<style>
a { background-color: #CE0931; }
a { background-color: rgb(206,9,49); }
div.DivClassName
{
background-color: #CE0931;
}
.BgClassName
{
background-color: #CE0931;
}
</style>
border-color css
<style>
span { border-color: #CE0931; }
span { border-color: rgb(206,9,49); }
td.TdClassName
{
border-color: #CE0931;
}
.TagClassName
{
border-color: #CE0931;
}
</style>