Shades of Crimson #CC0844
Tints of Crimson #CC0844
RGB
CMYK
RGB Variations
Color information
#CC0844 (or 0xCC0844) is known color: Crimson. HEX triplet: CC, 08 and 44. RGB value is (204,8,68). Sum of RGB (Red+Green+Blue) = 204+8+68=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0844 is #33F7BB. Grayscale: #494949. Windows color (decimal): -3405756 or 4458700. OLE color: 4458700.
HSL color Cylindrical-coordinate representation of color #CC0844: hue angle of 341.63º 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 #CC0844 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 68 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.2 |
| HSL | 341.63º | 0.92% | 0.42% | - |
| HSV(B) | 341.63º | 0.96% | 0.8% | - |
| XYZ | 26.03 | 13.43 | 6.69 | - |
| YUV | 73.44 | 124.93 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 68 | 0 | 0.96 | 0.67 | 0.2 | 341.63 | 0.92 | 0.42 |
| Hex | CC | 8 | 44 | 0 | 60 | 43 | 14 | 156 | 5C | 2A |
| Octal | 314 | 10 | 104 | 0 | 140 | 103 | 24 | 526 | 134 | 52 |
| Binary | 11001100 | 1000 | 1000100 | 0 | 1100000 | 1000011 | 10100 | 101010110 | 1011100 | 101010 |
Color Harmonies of #CC0844
Complementary color
Monochromatic Colors of #CC0844
Black with #CC0844
Text Example
Text Example
White with #CC0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0844; }
p { color: rgb(204,8,68); }
H1.HeaderClassName
{
color: #CC0844;
}
.AnyTagClassName
{
color: #CC0844;
}
</style>
background-color css
<style>
a { background-color: #CC0844; }
a { background-color: rgb(204,8,68); }
div.DivClassName
{
background-color: #CC0844;
}
.BgClassName
{
background-color: #CC0844;
}
</style>
border-color css
<style>
span { border-color: #CC0844; }
span { border-color: rgb(204,8,68); }
td.TdClassName
{
border-color: #CC0844;
}
.TagClassName
{
border-color: #CC0844;
}
</style>