Shades of Crimson #CC0E33
Tints of Crimson #CC0E33
RGB
CMYK
RGB Variations
Color information
#CC0E33 (or 0xCC0E33) is known color: Crimson. HEX triplet: CC, 0E and 33. RGB value is (204,14,51). Sum of RGB (Red+Green+Blue) = 204+14+51=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0E33 is #33F1CC. Grayscale: #4B4B4B. Windows color (decimal): -3404237 or 3346124. OLE color: 3346124.
HSL color Cylindrical-coordinate representation of color #CC0E33: hue angle of 348.32º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0E33 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 14 | 51 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.2 |
| HSL | 348.32º | 0.87% | 0.43% | - |
| HSV(B) | 348.32º | 0.93% | 0.8% | - |
| XYZ | 25.66 | 13.39 | 4.36 | - |
| YUV | 75.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 14 | 51 | 0 | 0.93 | 0.75 | 0.2 | 348.32 | 0.87 | 0.43 |
| Hex | CC | E | 33 | 0 | 5D | 4B | 14 | 15C | 57 | 2B |
| Octal | 314 | 16 | 63 | 0 | 135 | 113 | 24 | 534 | 127 | 53 |
| Binary | 11001100 | 1110 | 110011 | 0 | 1011101 | 1001011 | 10100 | 101011100 | 1010111 | 101011 |
Color Harmonies of #CC0E33
Complementary color
Monochromatic Colors of #CC0E33
Black with #CC0E33
Text Example
Text Example
White with #CC0E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0E33; }
p { color: rgb(204,14,51); }
H1.HeaderClassName
{
color: #CC0E33;
}
.AnyTagClassName
{
color: #CC0E33;
}
</style>
background-color css
<style>
a { background-color: #CC0E33; }
a { background-color: rgb(204,14,51); }
div.DivClassName
{
background-color: #CC0E33;
}
.BgClassName
{
background-color: #CC0E33;
}
</style>
border-color css
<style>
span { border-color: #CC0E33; }
span { border-color: rgb(204,14,51); }
td.TdClassName
{
border-color: #CC0E33;
}
.TagClassName
{
border-color: #CC0E33;
}
</style>