Shades of Cardinal #D22030
Tints of Cardinal #D22030
RGB
CMYK
RGB Variations
Color information
#D22030 (or 0xD22030) is known color: Cardinal. HEX triplet: D2, 20 and 30. RGB value is (210,32,48). Sum of RGB (Red+Green+Blue) = 210+32+48=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D22030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22030 is #2DDFCF. Grayscale: #575757. Windows color (decimal): -3006416 or 3154130. OLE color: 3154130.
HSL color Cylindrical-coordinate representation of color #D22030: hue angle of 354.61º 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 #D22030 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 48 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.18 |
| HSL | 354.61º | 0.74% | 0.47% | - |
| HSV(B) | 354.61º | 0.85% | 0.82% | - |
| XYZ | 27.63 | 14.95 | 4.23 | - |
| YUV | 87.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 48 | 0 | 0.85 | 0.77 | 0.18 | 354.61 | 0.74 | 0.47 |
| Hex | D2 | 20 | 30 | 0 | 55 | 4D | 12 | 163 | 4A | 2F |
| Octal | 322 | 40 | 60 | 0 | 125 | 115 | 22 | 543 | 112 | 57 |
| Binary | 11010010 | 100000 | 110000 | 0 | 1010101 | 1001101 | 10010 | 101100011 | 1001010 | 101111 |
Color Harmonies of #D22030
Complementary color
Monochromatic Colors of #D22030
Black with #D22030
Text Example
Text Example
White with #D22030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22030; }
p { color: rgb(210,32,48); }
H1.HeaderClassName
{
color: #D22030;
}
.AnyTagClassName
{
color: #D22030;
}
</style>
background-color css
<style>
a { background-color: #D22030; }
a { background-color: rgb(210,32,48); }
div.DivClassName
{
background-color: #D22030;
}
.BgClassName
{
background-color: #D22030;
}
</style>
border-color css
<style>
span { border-color: #D22030; }
span { border-color: rgb(210,32,48); }
td.TdClassName
{
border-color: #D22030;
}
.TagClassName
{
border-color: #D22030;
}
</style>