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