Shades of Crimson #CC0444
Tints of Crimson #CC0444
RGB
CMYK
RGB Variations
Color information
#CC0444 (or 0xCC0444) is known color: Crimson. HEX triplet: CC, 04 and 44. RGB value is (204,4,68). Sum of RGB (Red+Green+Blue) = 204+4+68=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0444 is #33FBBB. Grayscale: #474747. Windows color (decimal): -3406780 or 4457676. OLE color: 4457676.
HSL color Cylindrical-coordinate representation of color #CC0444: hue angle of 340.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0444 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 68 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.2 |
| HSL | 340.8º | 0.96% | 0.41% | - |
| HSV(B) | 340.8º | 0.98% | 0.8% | - |
| XYZ | 25.99 | 13.34 | 6.67 | - |
| YUV | 71.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 68 | 0 | 0.98 | 0.67 | 0.2 | 340.8 | 0.96 | 0.41 |
| Hex | CC | 4 | 44 | 0 | 62 | 43 | 14 | 155 | 60 | 29 |
| Octal | 314 | 4 | 104 | 0 | 142 | 103 | 24 | 525 | 140 | 51 |
| Binary | 11001100 | 100 | 1000100 | 0 | 1100010 | 1000011 | 10100 | 101010101 | 1100000 | 101001 |
Color Harmonies of #CC0444
Complementary color
Monochromatic Colors of #CC0444
Black with #CC0444
Text Example
Text Example
White with #CC0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0444; }
p { color: rgb(204,4,68); }
H1.HeaderClassName
{
color: #CC0444;
}
.AnyTagClassName
{
color: #CC0444;
}
</style>
background-color css
<style>
a { background-color: #CC0444; }
a { background-color: rgb(204,4,68); }
div.DivClassName
{
background-color: #CC0444;
}
.BgClassName
{
background-color: #CC0444;
}
</style>
border-color css
<style>
span { border-color: #CC0444; }
span { border-color: rgb(204,4,68); }
td.TdClassName
{
border-color: #CC0444;
}
.TagClassName
{
border-color: #CC0444;
}
</style>