Shades of Cardinal #CC2044
Tints of Cardinal #CC2044
RGB
CMYK
RGB Variations
Color information
#CC2044 (or 0xCC2044) is known color: Cardinal. HEX triplet: CC, 20 and 44. RGB value is (204,32,68). Sum of RGB (Red+Green+Blue) = 204+32+68=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2044 is #33DFBB. Grayscale: #575757. Windows color (decimal): -3399612 or 4464844. OLE color: 4464844.
HSL color Cylindrical-coordinate representation of color #CC2044: hue angle of 347.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2044 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 68 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.2 |
| HSL | 347.44º | 0.73% | 0.46% | - |
| HSV(B) | 347.44º | 0.84% | 0.8% | - |
| XYZ | 26.46 | 14.29 | 6.83 | - |
| YUV | 87.53 | 116.98 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 68 | 0 | 0.84 | 0.67 | 0.2 | 347.44 | 0.73 | 0.46 |
| Hex | CC | 20 | 44 | 0 | 54 | 43 | 14 | 15B | 49 | 2E |
| Octal | 314 | 40 | 104 | 0 | 124 | 103 | 24 | 533 | 111 | 56 |
| Binary | 11001100 | 100000 | 1000100 | 0 | 1010100 | 1000011 | 10100 | 101011011 | 1001001 | 101110 |
Color Harmonies of #CC2044
Complementary color
Monochromatic Colors of #CC2044
Black with #CC2044
Text Example
Text Example
White with #CC2044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2044; }
p { color: rgb(204,32,68); }
H1.HeaderClassName
{
color: #CC2044;
}
.AnyTagClassName
{
color: #CC2044;
}
</style>
background-color css
<style>
a { background-color: #CC2044; }
a { background-color: rgb(204,32,68); }
div.DivClassName
{
background-color: #CC2044;
}
.BgClassName
{
background-color: #CC2044;
}
</style>
border-color css
<style>
span { border-color: #CC2044; }
span { border-color: rgb(204,32,68); }
td.TdClassName
{
border-color: #CC2044;
}
.TagClassName
{
border-color: #CC2044;
}
</style>