Shades of Crimson #CC0642
Tints of Crimson #CC0642
RGB
CMYK
RGB Variations
Color information
#CC0642 (or 0xCC0642) is known color: Crimson. HEX triplet: CC, 06 and 42. RGB value is (204,6,66). Sum of RGB (Red+Green+Blue) = 204+6+66=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0642 is #33F9BD. Grayscale: #484848. Windows color (decimal): -3406270 or 4327116. OLE color: 4327116.
HSL color Cylindrical-coordinate representation of color #CC0642: hue angle of 341.82º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0642 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 66 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.2 |
| HSL | 341.82º | 0.94% | 0.41% | - |
| HSV(B) | 341.82º | 0.97% | 0.8% | - |
| XYZ | 25.95 | 13.36 | 6.37 | - |
| YUV | 72.04 | 124.6 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 66 | 0 | 0.97 | 0.68 | 0.2 | 341.82 | 0.94 | 0.41 |
| Hex | CC | 6 | 42 | 0 | 61 | 44 | 14 | 156 | 5E | 29 |
| Octal | 314 | 6 | 102 | 0 | 141 | 104 | 24 | 526 | 136 | 51 |
| Binary | 11001100 | 110 | 1000010 | 0 | 1100001 | 1000100 | 10100 | 101010110 | 1011110 | 101001 |
Color Harmonies of #CC0642
Complementary color
Monochromatic Colors of #CC0642
Black with #CC0642
Text Example
Text Example
White with #CC0642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0642; }
p { color: rgb(204,6,66); }
H1.HeaderClassName
{
color: #CC0642;
}
.AnyTagClassName
{
color: #CC0642;
}
</style>
background-color css
<style>
a { background-color: #CC0642; }
a { background-color: rgb(204,6,66); }
div.DivClassName
{
background-color: #CC0642;
}
.BgClassName
{
background-color: #CC0642;
}
</style>
border-color css
<style>
span { border-color: #CC0642; }
span { border-color: rgb(204,6,66); }
td.TdClassName
{
border-color: #CC0642;
}
.TagClassName
{
border-color: #CC0642;
}
</style>