Shades of Crimson #CE0D34
Tints of Crimson #CE0D34
RGB
CMYK
RGB Variations
Color information
#CE0D34 (or 0xCE0D34) is known color: Crimson. HEX triplet: CE, 0D and 34. RGB value is (206,13,52). Sum of RGB (Red+Green+Blue) = 206+13+52=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0D34 is #31F2CB. Grayscale: #4B4B4B. Windows color (decimal): -3273420 or 3411406. OLE color: 3411406.
HSL color Cylindrical-coordinate representation of color #CE0D34: hue angle of 347.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0D34 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 52 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.19 |
| HSL | 347.88º | 0.88% | 0.43% | - |
| HSV(B) | 347.88º | 0.94% | 0.81% | - |
| XYZ | 26.22 | 13.66 | 4.5 | - |
| YUV | 75.15 | 114.94 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 52 | 0 | 0.94 | 0.75 | 0.19 | 347.88 | 0.88 | 0.43 |
| Hex | CE | D | 34 | 0 | 5E | 4B | 13 | 15C | 58 | 2B |
| Octal | 316 | 15 | 64 | 0 | 136 | 113 | 23 | 534 | 130 | 53 |
| Binary | 11001110 | 1101 | 110100 | 0 | 1011110 | 1001011 | 10011 | 101011100 | 1011000 | 101011 |
Color Harmonies of #CE0D34
Complementary color
Monochromatic Colors of #CE0D34
Black with #CE0D34
Text Example
Text Example
White with #CE0D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D34; }
p { color: rgb(206,13,52); }
H1.HeaderClassName
{
color: #CE0D34;
}
.AnyTagClassName
{
color: #CE0D34;
}
</style>
background-color css
<style>
a { background-color: #CE0D34; }
a { background-color: rgb(206,13,52); }
div.DivClassName
{
background-color: #CE0D34;
}
.BgClassName
{
background-color: #CE0D34;
}
</style>
border-color css
<style>
span { border-color: #CE0D34; }
span { border-color: rgb(206,13,52); }
td.TdClassName
{
border-color: #CE0D34;
}
.TagClassName
{
border-color: #CE0D34;
}
</style>