Shades of Cardinal #CC202E
Tints of Cardinal #CC202E
RGB
CMYK
RGB Variations
Color information
#CC202E (or 0xCC202E) is known color: Cardinal. HEX triplet: CC, 20 and 2E. RGB value is (204,32,46). Sum of RGB (Red+Green+Blue) = 204+32+46=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC202E is #33DFD1. Grayscale: #555555. Windows color (decimal): -3399634 or 3023052. OLE color: 3023052.
HSL color Cylindrical-coordinate representation of color #CC202E: hue angle of 355.12º 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 #CC202E is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 46 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.2 |
| HSL | 355.12º | 0.73% | 0.46% | - |
| HSV(B) | 355.12º | 0.84% | 0.8% | - |
| XYZ | 25.91 | 14.07 | 3.93 | - |
| YUV | 85.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 46 | 0 | 0.84 | 0.77 | 0.2 | 355.12 | 0.73 | 0.46 |
| Hex | CC | 20 | 2E | 0 | 54 | 4D | 14 | 163 | 49 | 2E |
| Octal | 314 | 40 | 56 | 0 | 124 | 115 | 24 | 543 | 111 | 56 |
| Binary | 11001100 | 100000 | 101110 | 0 | 1010100 | 1001101 | 10100 | 101100011 | 1001001 | 101110 |
Color Harmonies of #CC202E
Complementary color
Monochromatic Colors of #CC202E
Black with #CC202E
Text Example
Text Example
White with #CC202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC202E; }
p { color: rgb(204,32,46); }
H1.HeaderClassName
{
color: #CC202E;
}
.AnyTagClassName
{
color: #CC202E;
}
</style>
background-color css
<style>
a { background-color: #CC202E; }
a { background-color: rgb(204,32,46); }
div.DivClassName
{
background-color: #CC202E;
}
.BgClassName
{
background-color: #CC202E;
}
</style>
border-color css
<style>
span { border-color: #CC202E; }
span { border-color: rgb(204,32,46); }
td.TdClassName
{
border-color: #CC202E;
}
.TagClassName
{
border-color: #CC202E;
}
</style>