Shades of Cardinal #CC212E
Tints of Cardinal #CC212E
RGB
CMYK
RGB Variations
Color information
#CC212E (or 0xCC212E) is known color: Cardinal. HEX triplet: CC, 21 and 2E. RGB value is (204,33,46). Sum of RGB (Red+Green+Blue) = 204+33+46=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC212E is #33DED1. Grayscale: #555555. Windows color (decimal): -3399378 or 3023308. OLE color: 3023308.
HSL color Cylindrical-coordinate representation of color #CC212E: hue angle of 355.44º 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 #CC212E is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 46 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.2 |
| HSL | 355.44º | 0.72% | 0.46% | - |
| HSV(B) | 355.44º | 0.84% | 0.8% | - |
| XYZ | 25.94 | 14.12 | 3.94 | - |
| YUV | 85.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 46 | 0 | 0.84 | 0.77 | 0.2 | 355.44 | 0.72 | 0.46 |
| Hex | CC | 21 | 2E | 0 | 54 | 4D | 14 | 163 | 48 | 2E |
| Octal | 314 | 41 | 56 | 0 | 124 | 115 | 24 | 543 | 110 | 56 |
| Binary | 11001100 | 100001 | 101110 | 0 | 1010100 | 1001101 | 10100 | 101100011 | 1001000 | 101110 |
Color Harmonies of #CC212E
Complementary color
Monochromatic Colors of #CC212E
Black with #CC212E
Text Example
Text Example
White with #CC212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC212E; }
p { color: rgb(204,33,46); }
H1.HeaderClassName
{
color: #CC212E;
}
.AnyTagClassName
{
color: #CC212E;
}
</style>
background-color css
<style>
a { background-color: #CC212E; }
a { background-color: rgb(204,33,46); }
div.DivClassName
{
background-color: #CC212E;
}
.BgClassName
{
background-color: #CC212E;
}
</style>
border-color css
<style>
span { border-color: #CC212E; }
span { border-color: rgb(204,33,46); }
td.TdClassName
{
border-color: #CC212E;
}
.TagClassName
{
border-color: #CC212E;
}
</style>