Shades of Crimson #CE0B34
Tints of Crimson #CE0B34
RGB
CMYK
RGB Variations
Color information
#CE0B34 (or 0xCE0B34) is known color: Crimson. HEX triplet: CE, 0B and 34. RGB value is (206,11,52). Sum of RGB (Red+Green+Blue) = 206+11+52=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0B34 is #31F4CB. Grayscale: #4A4A4A. Windows color (decimal): -3273932 or 3410894. OLE color: 3410894.
HSL color Cylindrical-coordinate representation of color #CE0B34: hue angle of 347.38º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0B34 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 52 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.19 |
| HSL | 347.38º | 0.9% | 0.43% | - |
| HSV(B) | 347.38º | 0.95% | 0.81% | - |
| XYZ | 26.19 | 13.61 | 4.5 | - |
| YUV | 73.98 | 115.6 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 52 | 0 | 0.95 | 0.75 | 0.19 | 347.38 | 0.9 | 0.43 |
| Hex | CE | B | 34 | 0 | 5F | 4B | 13 | 15B | 5A | 2B |
| Octal | 316 | 13 | 64 | 0 | 137 | 113 | 23 | 533 | 132 | 53 |
| Binary | 11001110 | 1011 | 110100 | 0 | 1011111 | 1001011 | 10011 | 101011011 | 1011010 | 101011 |
Color Harmonies of #CE0B34
Complementary color
Monochromatic Colors of #CE0B34
Black with #CE0B34
Text Example
Text Example
White with #CE0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B34; }
p { color: rgb(206,11,52); }
H1.HeaderClassName
{
color: #CE0B34;
}
.AnyTagClassName
{
color: #CE0B34;
}
</style>
background-color css
<style>
a { background-color: #CE0B34; }
a { background-color: rgb(206,11,52); }
div.DivClassName
{
background-color: #CE0B34;
}
.BgClassName
{
background-color: #CE0B34;
}
</style>
border-color css
<style>
span { border-color: #CE0B34; }
span { border-color: rgb(206,11,52); }
td.TdClassName
{
border-color: #CE0B34;
}
.TagClassName
{
border-color: #CE0B34;
}
</style>