Shades of Crimson #CE0A34
Tints of Crimson #CE0A34
RGB
CMYK
RGB Variations
Color information
#CE0A34 (or 0xCE0A34) is known color: Crimson. HEX triplet: CE, 0A and 34. RGB value is (206,10,52). Sum of RGB (Red+Green+Blue) = 206+10+52=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A34 is #31F5CB. Grayscale: #494949. Windows color (decimal): -3274188 or 3410638. OLE color: 3410638.
HSL color Cylindrical-coordinate representation of color #CE0A34: hue angle of 347.14º 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 #CE0A34 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 52 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.19 |
| HSL | 347.14º | 0.91% | 0.42% | - |
| HSV(B) | 347.14º | 0.95% | 0.81% | - |
| XYZ | 26.18 | 13.59 | 4.49 | - |
| YUV | 73.39 | 115.93 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 52 | 0 | 0.95 | 0.75 | 0.19 | 347.14 | 0.91 | 0.42 |
| Hex | CE | A | 34 | 0 | 5F | 4B | 13 | 15B | 5B | 2A |
| Octal | 316 | 12 | 64 | 0 | 137 | 113 | 23 | 533 | 133 | 52 |
| Binary | 11001110 | 1010 | 110100 | 0 | 1011111 | 1001011 | 10011 | 101011011 | 1011011 | 101010 |
Color Harmonies of #CE0A34
Complementary color
Monochromatic Colors of #CE0A34
Black with #CE0A34
Text Example
Text Example
White with #CE0A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A34; }
p { color: rgb(206,10,52); }
H1.HeaderClassName
{
color: #CE0A34;
}
.AnyTagClassName
{
color: #CE0A34;
}
</style>
background-color css
<style>
a { background-color: #CE0A34; }
a { background-color: rgb(206,10,52); }
div.DivClassName
{
background-color: #CE0A34;
}
.BgClassName
{
background-color: #CE0A34;
}
</style>
border-color css
<style>
span { border-color: #CE0A34; }
span { border-color: rgb(206,10,52); }
td.TdClassName
{
border-color: #CE0A34;
}
.TagClassName
{
border-color: #CE0A34;
}
</style>