Shades of Cardinal #CC213F
Tints of Cardinal #CC213F
RGB
CMYK
RGB Variations
Color information
#CC213F (or 0xCC213F) is known color: Cardinal. HEX triplet: CC, 21 and 3F. RGB value is (204,33,63). Sum of RGB (Red+Green+Blue) = 204+33+63=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC213F is #33DEC0. Grayscale: #575757. Windows color (decimal): -3399361 or 4137420. OLE color: 4137420.
HSL color Cylindrical-coordinate representation of color #CC213F: hue angle of 349.47º 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 #CC213F is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 63 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.2 |
| HSL | 349.47º | 0.72% | 0.46% | - |
| HSV(B) | 349.47º | 0.84% | 0.8% | - |
| XYZ | 26.34 | 14.28 | 6.07 | - |
| YUV | 87.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 63 | 0 | 0.84 | 0.69 | 0.2 | 349.47 | 0.72 | 0.46 |
| Hex | CC | 21 | 3F | 0 | 54 | 45 | 14 | 15D | 48 | 2E |
| Octal | 314 | 41 | 77 | 0 | 124 | 105 | 24 | 535 | 110 | 56 |
| Binary | 11001100 | 100001 | 111111 | 0 | 1010100 | 1000101 | 10100 | 101011101 | 1001000 | 101110 |
Color Harmonies of #CC213F
Complementary color
Monochromatic Colors of #CC213F
Black with #CC213F
Text Example
Text Example
White with #CC213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC213F; }
p { color: rgb(204,33,63); }
H1.HeaderClassName
{
color: #CC213F;
}
.AnyTagClassName
{
color: #CC213F;
}
</style>
background-color css
<style>
a { background-color: #CC213F; }
a { background-color: rgb(204,33,63); }
div.DivClassName
{
background-color: #CC213F;
}
.BgClassName
{
background-color: #CC213F;
}
</style>
border-color css
<style>
span { border-color: #CC213F; }
span { border-color: rgb(204,33,63); }
td.TdClassName
{
border-color: #CC213F;
}
.TagClassName
{
border-color: #CC213F;
}
</style>