Shades of Cardinal #CC2031
Tints of Cardinal #CC2031
RGB
CMYK
RGB Variations
Color information
#CC2031 (or 0xCC2031) is known color: Cardinal. HEX triplet: CC, 20 and 31. RGB value is (204,32,49). Sum of RGB (Red+Green+Blue) = 204+32+49=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2031 is #33DFCE. Grayscale: #555555. Windows color (decimal): -3399631 or 3219660. OLE color: 3219660.
HSL color Cylindrical-coordinate representation of color #CC2031: hue angle of 354.07º 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 #CC2031 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 49 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.2 |
| HSL | 354.07º | 0.73% | 0.46% | - |
| HSV(B) | 354.07º | 0.84% | 0.8% | - |
| XYZ | 25.97 | 14.09 | 4.26 | - |
| YUV | 85.37 | 107.48 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 49 | 0 | 0.84 | 0.76 | 0.2 | 354.07 | 0.73 | 0.46 |
| Hex | CC | 20 | 31 | 0 | 54 | 4C | 14 | 162 | 49 | 2E |
| Octal | 314 | 40 | 61 | 0 | 124 | 114 | 24 | 542 | 111 | 56 |
| Binary | 11001100 | 100000 | 110001 | 0 | 1010100 | 1001100 | 10100 | 101100010 | 1001001 | 101110 |
Color Harmonies of #CC2031
Complementary color
Monochromatic Colors of #CC2031
Black with #CC2031
Text Example
Text Example
White with #CC2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2031; }
p { color: rgb(204,32,49); }
H1.HeaderClassName
{
color: #CC2031;
}
.AnyTagClassName
{
color: #CC2031;
}
</style>
background-color css
<style>
a { background-color: #CC2031; }
a { background-color: rgb(204,32,49); }
div.DivClassName
{
background-color: #CC2031;
}
.BgClassName
{
background-color: #CC2031;
}
</style>
border-color css
<style>
span { border-color: #CC2031; }
span { border-color: rgb(204,32,49); }
td.TdClassName
{
border-color: #CC2031;
}
.TagClassName
{
border-color: #CC2031;
}
</style>