Shades of Cardinal #D22240
Tints of Cardinal #D22240
RGB
CMYK
RGB Variations
Color information
#D22240 (or 0xD22240) is known color: Cardinal. HEX triplet: D2, 22 and 40. RGB value is (210,34,64). Sum of RGB (Red+Green+Blue) = 210+34+64=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D22240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22240 is #2DDDBF. Grayscale: #5A5A5A. Windows color (decimal): -3005888 or 4203218. OLE color: 4203218.
HSL color Cylindrical-coordinate representation of color #D22240: hue angle of 349.77º 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 #D22240 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 64 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.18 |
| HSL | 349.77º | 0.72% | 0.48% | - |
| HSV(B) | 349.77º | 0.84% | 0.82% | - |
| XYZ | 28.08 | 15.22 | 6.31 | - |
| YUV | 90.04 | 113.31 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 64 | 0 | 0.84 | 0.70 | 0.18 | 349.77 | 0.72 | 0.48 |
| Hex | D2 | 22 | 40 | 0 | 54 | 46 | 12 | 15E | 48 | 30 |
| Octal | 322 | 42 | 100 | 0 | 124 | 106 | 22 | 536 | 110 | 60 |
| Binary | 11010010 | 100010 | 1000000 | 0 | 1010100 | 1000110 | 10010 | 101011110 | 1001000 | 110000 |
Color Harmonies of #D22240
Complementary color
Monochromatic Colors of #D22240
Black with #D22240
Text Example
Text Example
White with #D22240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22240; }
p { color: rgb(210,34,64); }
H1.HeaderClassName
{
color: #D22240;
}
.AnyTagClassName
{
color: #D22240;
}
</style>
background-color css
<style>
a { background-color: #D22240; }
a { background-color: rgb(210,34,64); }
div.DivClassName
{
background-color: #D22240;
}
.BgClassName
{
background-color: #D22240;
}
</style>
border-color css
<style>
span { border-color: #D22240; }
span { border-color: rgb(210,34,64); }
td.TdClassName
{
border-color: #D22240;
}
.TagClassName
{
border-color: #D22240;
}
</style>