Shades of Crimson #CE0A2F
Tints of Crimson #CE0A2F
RGB
CMYK
RGB Variations
Color information
#CE0A2F (or 0xCE0A2F) is known color: Crimson. HEX triplet: CE, 0A and 2F. RGB value is (206,10,47). Sum of RGB (Red+Green+Blue) = 206+10+47=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A2F is #31F5D0. Grayscale: #484848. Windows color (decimal): -3274193 or 3082958. OLE color: 3082958.
HSL color Cylindrical-coordinate representation of color #CE0A2F: hue angle of 348.67º 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 #CE0A2F is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 47 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.19 |
| HSL | 348.67º | 0.91% | 0.42% | - |
| HSV(B) | 348.67º | 0.95% | 0.81% | - |
| XYZ | 26.08 | 13.54 | 3.93 | - |
| YUV | 72.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 47 | 0 | 0.95 | 0.77 | 0.19 | 348.67 | 0.91 | 0.42 |
| Hex | CE | A | 2F | 0 | 5F | 4D | 13 | 15D | 5B | 2A |
| Octal | 316 | 12 | 57 | 0 | 137 | 115 | 23 | 535 | 133 | 52 |
| Binary | 11001110 | 1010 | 101111 | 0 | 1011111 | 1001101 | 10011 | 101011101 | 1011011 | 101010 |
Color Harmonies of #CE0A2F
Complementary color
Monochromatic Colors of #CE0A2F
Black with #CE0A2F
Text Example
Text Example
White with #CE0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A2F; }
p { color: rgb(206,10,47); }
H1.HeaderClassName
{
color: #CE0A2F;
}
.AnyTagClassName
{
color: #CE0A2F;
}
</style>
background-color css
<style>
a { background-color: #CE0A2F; }
a { background-color: rgb(206,10,47); }
div.DivClassName
{
background-color: #CE0A2F;
}
.BgClassName
{
background-color: #CE0A2F;
}
</style>
border-color css
<style>
span { border-color: #CE0A2F; }
span { border-color: rgb(206,10,47); }
td.TdClassName
{
border-color: #CE0A2F;
}
.TagClassName
{
border-color: #CE0A2F;
}
</style>