Shades of Cardinal #CC213A
Tints of Cardinal #CC213A
RGB
CMYK
RGB Variations
Color information
#CC213A (or 0xCC213A) is known color: Cardinal. HEX triplet: CC, 21 and 3A. RGB value is (204,33,58). Sum of RGB (Red+Green+Blue) = 204+33+58=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC213A is #33DEC5. Grayscale: #575757. Windows color (decimal): -3399366 or 3809740. OLE color: 3809740.
HSL color Cylindrical-coordinate representation of color #CC213A: hue angle of 351.23º 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 #CC213A is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 58 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.2 |
| HSL | 351.23º | 0.72% | 0.46% | - |
| HSV(B) | 351.23º | 0.84% | 0.8% | - |
| XYZ | 26.21 | 14.23 | 5.37 | - |
| YUV | 86.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 58 | 0 | 0.84 | 0.72 | 0.2 | 351.23 | 0.72 | 0.46 |
| Hex | CC | 21 | 3A | 0 | 54 | 48 | 14 | 15F | 48 | 2E |
| Octal | 314 | 41 | 72 | 0 | 124 | 110 | 24 | 537 | 110 | 56 |
| Binary | 11001100 | 100001 | 111010 | 0 | 1010100 | 1001000 | 10100 | 101011111 | 1001000 | 101110 |
Color Harmonies of #CC213A
Complementary color
Monochromatic Colors of #CC213A
Black with #CC213A
Text Example
Text Example
White with #CC213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC213A; }
p { color: rgb(204,33,58); }
H1.HeaderClassName
{
color: #CC213A;
}
.AnyTagClassName
{
color: #CC213A;
}
</style>
background-color css
<style>
a { background-color: #CC213A; }
a { background-color: rgb(204,33,58); }
div.DivClassName
{
background-color: #CC213A;
}
.BgClassName
{
background-color: #CC213A;
}
</style>
border-color css
<style>
span { border-color: #CC213A; }
span { border-color: rgb(204,33,58); }
td.TdClassName
{
border-color: #CC213A;
}
.TagClassName
{
border-color: #CC213A;
}
</style>