Shades of Cardinal #CC213D
Tints of Cardinal #CC213D
RGB
CMYK
RGB Variations
Color information
#CC213D (or 0xCC213D) is known color: Cardinal. HEX triplet: CC, 21 and 3D. RGB value is (204,33,61). Sum of RGB (Red+Green+Blue) = 204+33+61=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC213D is #33DEC2. Grayscale: #575757. Windows color (decimal): -3399363 or 4006348. OLE color: 4006348.
HSL color Cylindrical-coordinate representation of color #CC213D: hue angle of 350.18º 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 #CC213D is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 61 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.2 |
| HSL | 350.18º | 0.72% | 0.46% | - |
| HSV(B) | 350.18º | 0.84% | 0.8% | - |
| XYZ | 26.29 | 14.26 | 5.78 | - |
| YUV | 87.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 61 | 0 | 0.84 | 0.70 | 0.2 | 350.18 | 0.72 | 0.46 |
| Hex | CC | 21 | 3D | 0 | 54 | 46 | 14 | 15E | 48 | 2E |
| Octal | 314 | 41 | 75 | 0 | 124 | 106 | 24 | 536 | 110 | 56 |
| Binary | 11001100 | 100001 | 111101 | 0 | 1010100 | 1000110 | 10100 | 101011110 | 1001000 | 101110 |
Color Harmonies of #CC213D
Complementary color
Monochromatic Colors of #CC213D
Black with #CC213D
Text Example
Text Example
White with #CC213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC213D; }
p { color: rgb(204,33,61); }
H1.HeaderClassName
{
color: #CC213D;
}
.AnyTagClassName
{
color: #CC213D;
}
</style>
background-color css
<style>
a { background-color: #CC213D; }
a { background-color: rgb(204,33,61); }
div.DivClassName
{
background-color: #CC213D;
}
.BgClassName
{
background-color: #CC213D;
}
</style>
border-color css
<style>
span { border-color: #CC213D; }
span { border-color: rgb(204,33,61); }
td.TdClassName
{
border-color: #CC213D;
}
.TagClassName
{
border-color: #CC213D;
}
</style>