Shades of Cardinal #CC2032
Tints of Cardinal #CC2032
RGB
CMYK
RGB Variations
Color information
#CC2032 (or 0xCC2032) is known color: Cardinal. HEX triplet: CC, 20 and 32. RGB value is (204,32,50). Sum of RGB (Red+Green+Blue) = 204+32+50=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2032 is #33DFCD. Grayscale: #555555. Windows color (decimal): -3399630 or 3285196. OLE color: 3285196.
HSL color Cylindrical-coordinate representation of color #CC2032: hue angle of 353.72º 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 #CC2032 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 50 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.2 |
| HSL | 353.72º | 0.73% | 0.46% | - |
| HSV(B) | 353.72º | 0.84% | 0.8% | - |
| XYZ | 25.99 | 14.1 | 4.37 | - |
| YUV | 85.48 | 107.98 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 50 | 0 | 0.84 | 0.75 | 0.2 | 353.72 | 0.73 | 0.46 |
| Hex | CC | 20 | 32 | 0 | 54 | 4B | 14 | 162 | 49 | 2E |
| Octal | 314 | 40 | 62 | 0 | 124 | 113 | 24 | 542 | 111 | 56 |
| Binary | 11001100 | 100000 | 110010 | 0 | 1010100 | 1001011 | 10100 | 101100010 | 1001001 | 101110 |
Color Harmonies of #CC2032
Complementary color
Monochromatic Colors of #CC2032
Black with #CC2032
Text Example
Text Example
White with #CC2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2032; }
p { color: rgb(204,32,50); }
H1.HeaderClassName
{
color: #CC2032;
}
.AnyTagClassName
{
color: #CC2032;
}
</style>
background-color css
<style>
a { background-color: #CC2032; }
a { background-color: rgb(204,32,50); }
div.DivClassName
{
background-color: #CC2032;
}
.BgClassName
{
background-color: #CC2032;
}
</style>
border-color css
<style>
span { border-color: #CC2032; }
span { border-color: rgb(204,32,50); }
td.TdClassName
{
border-color: #CC2032;
}
.TagClassName
{
border-color: #CC2032;
}
</style>