Shades of Crimson #CC0C44
Tints of Crimson #CC0C44
RGB
CMYK
RGB Variations
Color information
#CC0C44 (or 0xCC0C44) is known color: Crimson. HEX triplet: CC, 0C and 44. RGB value is (204,12,68). Sum of RGB (Red+Green+Blue) = 204+12+68=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C44 is #33F3BB. Grayscale: #4B4B4B. Windows color (decimal): -3404732 or 4459724. OLE color: 4459724.
HSL color Cylindrical-coordinate representation of color #CC0C44: hue angle of 342.5º 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 #CC0C44 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 68 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.2 |
| HSL | 342.5º | 0.89% | 0.42% | - |
| HSV(B) | 342.5º | 0.94% | 0.8% | - |
| XYZ | 26.08 | 13.52 | 6.7 | - |
| YUV | 75.79 | 123.61 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 68 | 0 | 0.94 | 0.67 | 0.2 | 342.5 | 0.89 | 0.42 |
| Hex | CC | C | 44 | 0 | 5E | 43 | 14 | 156 | 59 | 2A |
| Octal | 314 | 14 | 104 | 0 | 136 | 103 | 24 | 526 | 131 | 52 |
| Binary | 11001100 | 1100 | 1000100 | 0 | 1011110 | 1000011 | 10100 | 101010110 | 1011001 | 101010 |
Color Harmonies of #CC0C44
Complementary color
Monochromatic Colors of #CC0C44
Black with #CC0C44
Text Example
Text Example
White with #CC0C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C44; }
p { color: rgb(204,12,68); }
H1.HeaderClassName
{
color: #CC0C44;
}
.AnyTagClassName
{
color: #CC0C44;
}
</style>
background-color css
<style>
a { background-color: #CC0C44; }
a { background-color: rgb(204,12,68); }
div.DivClassName
{
background-color: #CC0C44;
}
.BgClassName
{
background-color: #CC0C44;
}
</style>
border-color css
<style>
span { border-color: #CC0C44; }
span { border-color: rgb(204,12,68); }
td.TdClassName
{
border-color: #CC0C44;
}
.TagClassName
{
border-color: #CC0C44;
}
</style>