Shades of Cardinal #D2223A
Tints of Cardinal #D2223A
RGB
CMYK
RGB Variations
Color information
#D2223A (or 0xD2223A) is known color: Cardinal. HEX triplet: D2, 22 and 3A. RGB value is (210,34,58). Sum of RGB (Red+Green+Blue) = 210+34+58=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D2223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2223A is #2DDDC5. Grayscale: #595959. Windows color (decimal): -3005894 or 3810002. OLE color: 3810002.
HSL color Cylindrical-coordinate representation of color #D2223A: hue angle of 351.82º 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 #D2223A is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 58 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.18 |
| HSL | 351.82º | 0.72% | 0.48% | - |
| HSV(B) | 351.82º | 0.84% | 0.82% | - |
| XYZ | 27.91 | 15.15 | 5.46 | - |
| YUV | 89.36 | 110.31 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 58 | 0 | 0.84 | 0.72 | 0.18 | 351.82 | 0.72 | 0.48 |
| Hex | D2 | 22 | 3A | 0 | 54 | 48 | 12 | 160 | 48 | 30 |
| Octal | 322 | 42 | 72 | 0 | 124 | 110 | 22 | 540 | 110 | 60 |
| Binary | 11010010 | 100010 | 111010 | 0 | 1010100 | 1001000 | 10010 | 101100000 | 1001000 | 110000 |
Color Harmonies of #D2223A
Complementary color
Monochromatic Colors of #D2223A
Black with #D2223A
Text Example
Text Example
White with #D2223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2223A; }
p { color: rgb(210,34,58); }
H1.HeaderClassName
{
color: #D2223A;
}
.AnyTagClassName
{
color: #D2223A;
}
</style>
background-color css
<style>
a { background-color: #D2223A; }
a { background-color: rgb(210,34,58); }
div.DivClassName
{
background-color: #D2223A;
}
.BgClassName
{
background-color: #D2223A;
}
</style>
border-color css
<style>
span { border-color: #D2223A; }
span { border-color: rgb(210,34,58); }
td.TdClassName
{
border-color: #D2223A;
}
.TagClassName
{
border-color: #D2223A;
}
</style>