Shades of Crimson #CC0842
Tints of Crimson #CC0842
RGB
CMYK
RGB Variations
Color information
#CC0842 (or 0xCC0842) is known color: Crimson. HEX triplet: CC, 08 and 42. RGB value is (204,8,66). Sum of RGB (Red+Green+Blue) = 204+8+66=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0842 is #33F7BD. Grayscale: #494949. Windows color (decimal): -3405758 or 4327628. OLE color: 4327628.
HSL color Cylindrical-coordinate representation of color #CC0842: hue angle of 342.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0842 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 66 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.2 |
| HSL | 342.24º | 0.92% | 0.42% | - |
| HSV(B) | 342.24º | 0.96% | 0.8% | - |
| XYZ | 25.97 | 13.4 | 6.37 | - |
| YUV | 73.22 | 123.93 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 66 | 0 | 0.96 | 0.68 | 0.2 | 342.24 | 0.92 | 0.42 |
| Hex | CC | 8 | 42 | 0 | 60 | 44 | 14 | 156 | 5C | 2A |
| Octal | 314 | 10 | 102 | 0 | 140 | 104 | 24 | 526 | 134 | 52 |
| Binary | 11001100 | 1000 | 1000010 | 0 | 1100000 | 1000100 | 10100 | 101010110 | 1011100 | 101010 |
Color Harmonies of #CC0842
Complementary color
Monochromatic Colors of #CC0842
Black with #CC0842
Text Example
Text Example
White with #CC0842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0842; }
p { color: rgb(204,8,66); }
H1.HeaderClassName
{
color: #CC0842;
}
.AnyTagClassName
{
color: #CC0842;
}
</style>
background-color css
<style>
a { background-color: #CC0842; }
a { background-color: rgb(204,8,66); }
div.DivClassName
{
background-color: #CC0842;
}
.BgClassName
{
background-color: #CC0842;
}
</style>
border-color css
<style>
span { border-color: #CC0842; }
span { border-color: rgb(204,8,66); }
td.TdClassName
{
border-color: #CC0842;
}
.TagClassName
{
border-color: #CC0842;
}
</style>