Shades of Cardinal #D2223B
Tints of Cardinal #D2223B
RGB
CMYK
RGB Variations
Color information
#D2223B (or 0xD2223B) is known color: Cardinal. HEX triplet: D2, 22 and 3B. RGB value is (210,34,59). Sum of RGB (Red+Green+Blue) = 210+34+59=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2223B is #2DDDC4. Grayscale: #595959. Windows color (decimal): -3005893 or 3875538. OLE color: 3875538.
HSL color Cylindrical-coordinate representation of color #D2223B: hue angle of 351.48º degrees, saturation: 0.72, 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 #D2223B is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 59 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.18 |
| HSL | 351.48º | 0.72% | 0.48% | - |
| HSV(B) | 351.48º | 0.84% | 0.82% | - |
| XYZ | 27.94 | 15.16 | 5.59 | - |
| YUV | 89.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 59 | 0 | 0.84 | 0.72 | 0.18 | 351.48 | 0.72 | 0.48 |
| Hex | D2 | 22 | 3B | 0 | 54 | 48 | 12 | 15F | 48 | 30 |
| Octal | 322 | 42 | 73 | 0 | 124 | 110 | 22 | 537 | 110 | 60 |
| Binary | 11010010 | 100010 | 111011 | 0 | 1010100 | 1001000 | 10010 | 101011111 | 1001000 | 110000 |
Color Harmonies of #D2223B
Complementary color
Monochromatic Colors of #D2223B
Black with #D2223B
Text Example
Text Example
White with #D2223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2223B; }
p { color: rgb(210,34,59); }
H1.HeaderClassName
{
color: #D2223B;
}
.AnyTagClassName
{
color: #D2223B;
}
</style>
background-color css
<style>
a { background-color: #D2223B; }
a { background-color: rgb(210,34,59); }
div.DivClassName
{
background-color: #D2223B;
}
.BgClassName
{
background-color: #D2223B;
}
</style>
border-color css
<style>
span { border-color: #D2223B; }
span { border-color: rgb(210,34,59); }
td.TdClassName
{
border-color: #D2223B;
}
.TagClassName
{
border-color: #D2223B;
}
</style>