Shades of Cardinal #D22032
Tints of Cardinal #D22032
RGB
CMYK
RGB Variations
Color information
#D22032 (or 0xD22032) is known color: Cardinal. HEX triplet: D2, 20 and 32. RGB value is (210,32,50). Sum of RGB (Red+Green+Blue) = 210+32+50=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D22032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22032 is #2DDFCD. Grayscale: #575757. Windows color (decimal): -3006414 or 3285202. OLE color: 3285202.
HSL color Cylindrical-coordinate representation of color #D22032: hue angle of 353.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22032 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 50 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.18 |
| HSL | 353.93º | 0.74% | 0.47% | - |
| HSV(B) | 353.93º | 0.85% | 0.82% | - |
| XYZ | 27.67 | 14.96 | 4.45 | - |
| YUV | 87.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 50 | 0 | 0.85 | 0.76 | 0.18 | 353.93 | 0.74 | 0.47 |
| Hex | D2 | 20 | 32 | 0 | 55 | 4C | 12 | 162 | 4A | 2F |
| Octal | 322 | 40 | 62 | 0 | 125 | 114 | 22 | 542 | 112 | 57 |
| Binary | 11010010 | 100000 | 110010 | 0 | 1010101 | 1001100 | 10010 | 101100010 | 1001010 | 101111 |
Color Harmonies of #D22032
Complementary color
Monochromatic Colors of #D22032
Black with #D22032
Text Example
Text Example
White with #D22032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22032; }
p { color: rgb(210,32,50); }
H1.HeaderClassName
{
color: #D22032;
}
.AnyTagClassName
{
color: #D22032;
}
</style>
background-color css
<style>
a { background-color: #D22032; }
a { background-color: rgb(210,32,50); }
div.DivClassName
{
background-color: #D22032;
}
.BgClassName
{
background-color: #D22032;
}
</style>
border-color css
<style>
span { border-color: #D22032; }
span { border-color: rgb(210,32,50); }
td.TdClassName
{
border-color: #D22032;
}
.TagClassName
{
border-color: #D22032;
}
</style>