Shades of Cardinal #D22232
Tints of Cardinal #D22232
RGB
CMYK
RGB Variations
Color information
#D22232 (or 0xD22232) is known color: Cardinal. HEX triplet: D2, 22 and 32. RGB value is (210,34,50). Sum of RGB (Red+Green+Blue) = 210+34+50=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D22232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22232 is #2DDDCD. Grayscale: #585858. Windows color (decimal): -3005902 or 3285714. OLE color: 3285714.
HSL color Cylindrical-coordinate representation of color #D22232: hue angle of 354.55º 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 #D22232 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 50 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.18 |
| HSL | 354.55º | 0.72% | 0.48% | - |
| HSV(B) | 354.55º | 0.84% | 0.82% | - |
| XYZ | 27.73 | 15.08 | 4.47 | - |
| YUV | 88.45 | 106.31 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 50 | 0 | 0.84 | 0.76 | 0.18 | 354.55 | 0.72 | 0.48 |
| Hex | D2 | 22 | 32 | 0 | 54 | 4C | 12 | 163 | 48 | 30 |
| Octal | 322 | 42 | 62 | 0 | 124 | 114 | 22 | 543 | 110 | 60 |
| Binary | 11010010 | 100010 | 110010 | 0 | 1010100 | 1001100 | 10010 | 101100011 | 1001000 | 110000 |
Color Harmonies of #D22232
Complementary color
Monochromatic Colors of #D22232
Black with #D22232
Text Example
Text Example
White with #D22232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22232; }
p { color: rgb(210,34,50); }
H1.HeaderClassName
{
color: #D22232;
}
.AnyTagClassName
{
color: #D22232;
}
</style>
background-color css
<style>
a { background-color: #D22232; }
a { background-color: rgb(210,34,50); }
div.DivClassName
{
background-color: #D22232;
}
.BgClassName
{
background-color: #D22232;
}
</style>
border-color css
<style>
span { border-color: #D22232; }
span { border-color: rgb(210,34,50); }
td.TdClassName
{
border-color: #D22232;
}
.TagClassName
{
border-color: #D22232;
}
</style>