Shades of Crimson #CC0C4A
Tints of Crimson #CC0C4A
RGB
CMYK
RGB Variations
Color information
#CC0C4A (or 0xCC0C4A) is known color: Crimson. HEX triplet: CC, 0C and 4A. RGB value is (204,12,74). Sum of RGB (Red+Green+Blue) = 204+12+74=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C4A is #33F3B5. Grayscale: #4C4C4C. Windows color (decimal): -3404726 or 4852940. OLE color: 4852940.
HSL color Cylindrical-coordinate representation of color #CC0C4A: hue angle of 340.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C4A is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 74 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.2 |
| HSL | 340.63º | 0.89% | 0.42% | - |
| HSV(B) | 340.63º | 0.94% | 0.8% | - |
| XYZ | 26.27 | 13.59 | 7.72 | - |
| YUV | 76.48 | 126.61 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 74 | 0 | 0.94 | 0.64 | 0.2 | 340.63 | 0.89 | 0.42 |
| Hex | CC | C | 4A | 0 | 5E | 40 | 14 | 155 | 59 | 2A |
| Octal | 314 | 14 | 112 | 0 | 136 | 100 | 24 | 525 | 131 | 52 |
| Binary | 11001100 | 1100 | 1001010 | 0 | 1011110 | 1000000 | 10100 | 101010101 | 1011001 | 101010 |
Color Harmonies of #CC0C4A
Complementary color
Monochromatic Colors of #CC0C4A
Black with #CC0C4A
Text Example
Text Example
White with #CC0C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C4A; }
p { color: rgb(204,12,74); }
H1.HeaderClassName
{
color: #CC0C4A;
}
.AnyTagClassName
{
color: #CC0C4A;
}
</style>
background-color css
<style>
a { background-color: #CC0C4A; }
a { background-color: rgb(204,12,74); }
div.DivClassName
{
background-color: #CC0C4A;
}
.BgClassName
{
background-color: #CC0C4A;
}
</style>
border-color css
<style>
span { border-color: #CC0C4A; }
span { border-color: rgb(204,12,74); }
td.TdClassName
{
border-color: #CC0C4A;
}
.TagClassName
{
border-color: #CC0C4A;
}
</style>