Shades of Cardinal #CC2131
Tints of Cardinal #CC2131
RGB
CMYK
RGB Variations
Color information
#CC2131 (or 0xCC2131) is known color: Cardinal. HEX triplet: CC, 21 and 31. RGB value is (204,33,49). Sum of RGB (Red+Green+Blue) = 204+33+49=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2131 is #33DECE. Grayscale: #565656. Windows color (decimal): -3399375 or 3219916. OLE color: 3219916.
HSL color Cylindrical-coordinate representation of color #CC2131: hue angle of 354.39º 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 #CC2131 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 49 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.2 |
| HSL | 354.39º | 0.72% | 0.46% | - |
| HSV(B) | 354.39º | 0.84% | 0.8% | - |
| XYZ | 26 | 14.15 | 4.27 | - |
| YUV | 85.95 | 107.15 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 49 | 0 | 0.84 | 0.76 | 0.2 | 354.39 | 0.72 | 0.46 |
| Hex | CC | 21 | 31 | 0 | 54 | 4C | 14 | 162 | 48 | 2E |
| Octal | 314 | 41 | 61 | 0 | 124 | 114 | 24 | 542 | 110 | 56 |
| Binary | 11001100 | 100001 | 110001 | 0 | 1010100 | 1001100 | 10100 | 101100010 | 1001000 | 101110 |
Color Harmonies of #CC2131
Complementary color
Monochromatic Colors of #CC2131
Black with #CC2131
Text Example
Text Example
White with #CC2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2131; }
p { color: rgb(204,33,49); }
H1.HeaderClassName
{
color: #CC2131;
}
.AnyTagClassName
{
color: #CC2131;
}
</style>
background-color css
<style>
a { background-color: #CC2131; }
a { background-color: rgb(204,33,49); }
div.DivClassName
{
background-color: #CC2131;
}
.BgClassName
{
background-color: #CC2131;
}
</style>
border-color css
<style>
span { border-color: #CC2131; }
span { border-color: rgb(204,33,49); }
td.TdClassName
{
border-color: #CC2131;
}
.TagClassName
{
border-color: #CC2131;
}
</style>