Shades of Cardinal #D2213E
Tints of Cardinal #D2213E
RGB
CMYK
RGB Variations
Color information
#D2213E (or 0xD2213E) is known color: Cardinal. HEX triplet: D2, 21 and 3E. RGB value is (210,33,62). Sum of RGB (Red+Green+Blue) = 210+33+62=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D2213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2213E is #2DDEC1. Grayscale: #595959. Windows color (decimal): -3006146 or 4071890. OLE color: 4071890.
HSL color Cylindrical-coordinate representation of color #D2213E: hue angle of 350.17º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2213E is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 62 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.18 |
| HSL | 350.17º | 0.73% | 0.48% | - |
| HSV(B) | 350.17º | 0.84% | 0.82% | - |
| XYZ | 27.99 | 15.14 | 6 | - |
| YUV | 89.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 62 | 0 | 0.84 | 0.70 | 0.18 | 350.17 | 0.73 | 0.48 |
| Hex | D2 | 21 | 3E | 0 | 54 | 46 | 12 | 15E | 49 | 30 |
| Octal | 322 | 41 | 76 | 0 | 124 | 106 | 22 | 536 | 111 | 60 |
| Binary | 11010010 | 100001 | 111110 | 0 | 1010100 | 1000110 | 10010 | 101011110 | 1001001 | 110000 |
Color Harmonies of #D2213E
Complementary color
Monochromatic Colors of #D2213E
Black with #D2213E
Text Example
Text Example
White with #D2213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2213E; }
p { color: rgb(210,33,62); }
H1.HeaderClassName
{
color: #D2213E;
}
.AnyTagClassName
{
color: #D2213E;
}
</style>
background-color css
<style>
a { background-color: #D2213E; }
a { background-color: rgb(210,33,62); }
div.DivClassName
{
background-color: #D2213E;
}
.BgClassName
{
background-color: #D2213E;
}
</style>
border-color css
<style>
span { border-color: #D2213E; }
span { border-color: rgb(210,33,62); }
td.TdClassName
{
border-color: #D2213E;
}
.TagClassName
{
border-color: #D2213E;
}
</style>