Shades of Cardinal #D2213D
Tints of Cardinal #D2213D
RGB
CMYK
RGB Variations
Color information
#D2213D (or 0xD2213D) is known color: Cardinal. HEX triplet: D2, 21 and 3D. RGB value is (210,33,61). Sum of RGB (Red+Green+Blue) = 210+33+61=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2213D is #2DDEC2. Grayscale: #595959. Windows color (decimal): -3006147 or 4006354. OLE color: 4006354.
HSL color Cylindrical-coordinate representation of color #D2213D: hue angle of 350.51º 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 #D2213D is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 61 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.18 |
| HSL | 350.51º | 0.73% | 0.48% | - |
| HSV(B) | 350.51º | 0.84% | 0.82% | - |
| XYZ | 27.96 | 15.13 | 5.86 | - |
| YUV | 89.12 | 112.14 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 61 | 0 | 0.84 | 0.71 | 0.18 | 350.51 | 0.73 | 0.48 |
| Hex | D2 | 21 | 3D | 0 | 54 | 47 | 12 | 15F | 49 | 30 |
| Octal | 322 | 41 | 75 | 0 | 124 | 107 | 22 | 537 | 111 | 60 |
| Binary | 11010010 | 100001 | 111101 | 0 | 1010100 | 1000111 | 10010 | 101011111 | 1001001 | 110000 |
Color Harmonies of #D2213D
Complementary color
Monochromatic Colors of #D2213D
Black with #D2213D
Text Example
Text Example
White with #D2213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2213D; }
p { color: rgb(210,33,61); }
H1.HeaderClassName
{
color: #D2213D;
}
.AnyTagClassName
{
color: #D2213D;
}
</style>
background-color css
<style>
a { background-color: #D2213D; }
a { background-color: rgb(210,33,61); }
div.DivClassName
{
background-color: #D2213D;
}
.BgClassName
{
background-color: #D2213D;
}
</style>
border-color css
<style>
span { border-color: #D2213D; }
span { border-color: rgb(210,33,61); }
td.TdClassName
{
border-color: #D2213D;
}
.TagClassName
{
border-color: #D2213D;
}
</style>