Shades of Crimson #CE0A31
Tints of Crimson #CE0A31
RGB
CMYK
RGB Variations
Color information
#CE0A31 (or 0xCE0A31) is known color: Crimson. HEX triplet: CE, 0A and 31. RGB value is (206,10,49). Sum of RGB (Red+Green+Blue) = 206+10+49=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A31 is #31F5CE. Grayscale: #494949. Windows color (decimal): -3274191 or 3214030. OLE color: 3214030.
HSL color Cylindrical-coordinate representation of color #CE0A31: hue angle of 348.06º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A31 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 49 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.19 |
| HSL | 348.06º | 0.91% | 0.42% | - |
| HSV(B) | 348.06º | 0.95% | 0.81% | - |
| XYZ | 26.12 | 13.56 | 4.15 | - |
| YUV | 73.05 | 114.43 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 49 | 0 | 0.95 | 0.76 | 0.19 | 348.06 | 0.91 | 0.42 |
| Hex | CE | A | 31 | 0 | 5F | 4C | 13 | 15C | 5B | 2A |
| Octal | 316 | 12 | 61 | 0 | 137 | 114 | 23 | 534 | 133 | 52 |
| Binary | 11001110 | 1010 | 110001 | 0 | 1011111 | 1001100 | 10011 | 101011100 | 1011011 | 101010 |
Color Harmonies of #CE0A31
Complementary color
Monochromatic Colors of #CE0A31
Black with #CE0A31
Text Example
Text Example
White with #CE0A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A31; }
p { color: rgb(206,10,49); }
H1.HeaderClassName
{
color: #CE0A31;
}
.AnyTagClassName
{
color: #CE0A31;
}
</style>
background-color css
<style>
a { background-color: #CE0A31; }
a { background-color: rgb(206,10,49); }
div.DivClassName
{
background-color: #CE0A31;
}
.BgClassName
{
background-color: #CE0A31;
}
</style>
border-color css
<style>
span { border-color: #CE0A31; }
span { border-color: rgb(206,10,49); }
td.TdClassName
{
border-color: #CE0A31;
}
.TagClassName
{
border-color: #CE0A31;
}
</style>