Shades of Cardinal #CC2132
Tints of Cardinal #CC2132
RGB
CMYK
RGB Variations
Color information
#CC2132 (or 0xCC2132) is known color: Cardinal. HEX triplet: CC, 21 and 32. RGB value is (204,33,50). Sum of RGB (Red+Green+Blue) = 204+33+50=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2132 is #33DECD. Grayscale: #565656. Windows color (decimal): -3399374 or 3285452. OLE color: 3285452.
HSL color Cylindrical-coordinate representation of color #CC2132: hue angle of 354.04º degrees, saturation: 0.72, 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 #CC2132 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 50 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.2 |
| HSL | 354.04º | 0.72% | 0.46% | - |
| HSV(B) | 354.04º | 0.84% | 0.8% | - |
| XYZ | 26.02 | 14.16 | 4.38 | - |
| YUV | 86.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 50 | 0 | 0.84 | 0.75 | 0.2 | 354.04 | 0.72 | 0.46 |
| Hex | CC | 21 | 32 | 0 | 54 | 4B | 14 | 162 | 48 | 2E |
| Octal | 314 | 41 | 62 | 0 | 124 | 113 | 24 | 542 | 110 | 56 |
| Binary | 11001100 | 100001 | 110010 | 0 | 1010100 | 1001011 | 10100 | 101100010 | 1001000 | 101110 |
Color Harmonies of #CC2132
Complementary color
Monochromatic Colors of #CC2132
Black with #CC2132
Text Example
Text Example
White with #CC2132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2132; }
p { color: rgb(204,33,50); }
H1.HeaderClassName
{
color: #CC2132;
}
.AnyTagClassName
{
color: #CC2132;
}
</style>
background-color css
<style>
a { background-color: #CC2132; }
a { background-color: rgb(204,33,50); }
div.DivClassName
{
background-color: #CC2132;
}
.BgClassName
{
background-color: #CC2132;
}
</style>
border-color css
<style>
span { border-color: #CC2132; }
span { border-color: rgb(204,33,50); }
td.TdClassName
{
border-color: #CC2132;
}
.TagClassName
{
border-color: #CC2132;
}
</style>