Shades of Crimson #CE0C33
Tints of Crimson #CE0C33
RGB
CMYK
RGB Variations
Color information
#CE0C33 (or 0xCE0C33) is known color: Crimson. HEX triplet: CE, 0C and 33. RGB value is (206,12,51). Sum of RGB (Red+Green+Blue) = 206+12+51=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C33 is #31F3CC. Grayscale: #4A4A4A. Windows color (decimal): -3273677 or 3345614. OLE color: 3345614.
HSL color Cylindrical-coordinate representation of color #CE0C33: hue angle of 347.94º degrees, saturation: 0.89, 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 #CE0C33 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 51 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.19 |
| HSL | 347.94º | 0.89% | 0.43% | - |
| HSV(B) | 347.94º | 0.94% | 0.81% | - |
| XYZ | 26.18 | 13.62 | 4.38 | - |
| YUV | 74.45 | 114.77 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 51 | 0 | 0.94 | 0.75 | 0.19 | 347.94 | 0.89 | 0.43 |
| Hex | CE | C | 33 | 0 | 5E | 4B | 13 | 15C | 59 | 2B |
| Octal | 316 | 14 | 63 | 0 | 136 | 113 | 23 | 534 | 131 | 53 |
| Binary | 11001110 | 1100 | 110011 | 0 | 1011110 | 1001011 | 10011 | 101011100 | 1011001 | 101011 |
Color Harmonies of #CE0C33
Complementary color
Monochromatic Colors of #CE0C33
Black with #CE0C33
Text Example
Text Example
White with #CE0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C33; }
p { color: rgb(206,12,51); }
H1.HeaderClassName
{
color: #CE0C33;
}
.AnyTagClassName
{
color: #CE0C33;
}
</style>
background-color css
<style>
a { background-color: #CE0C33; }
a { background-color: rgb(206,12,51); }
div.DivClassName
{
background-color: #CE0C33;
}
.BgClassName
{
background-color: #CE0C33;
}
</style>
border-color css
<style>
span { border-color: #CE0C33; }
span { border-color: rgb(206,12,51); }
td.TdClassName
{
border-color: #CE0C33;
}
.TagClassName
{
border-color: #CE0C33;
}
</style>