Shades of Cardinal #D22041
Tints of Cardinal #D22041
RGB
CMYK
RGB Variations
Color information
#D22041 (or 0xD22041) is known color: Cardinal. HEX triplet: D2, 20 and 41. RGB value is (210,32,65). Sum of RGB (Red+Green+Blue) = 210+32+65=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D22041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22041 is #2DDFBE. Grayscale: #595959. Windows color (decimal): -3006399 or 4268242. OLE color: 4268242.
HSL color Cylindrical-coordinate representation of color #D22041: hue angle of 348.88º 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 #D22041 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 65 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.18 |
| HSL | 348.88º | 0.74% | 0.47% | - |
| HSV(B) | 348.88º | 0.85% | 0.82% | - |
| XYZ | 28.05 | 15.12 | 6.44 | - |
| YUV | 88.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 65 | 0 | 0.85 | 0.69 | 0.18 | 348.88 | 0.74 | 0.47 |
| Hex | D2 | 20 | 41 | 0 | 55 | 45 | 12 | 15D | 4A | 2F |
| Octal | 322 | 40 | 101 | 0 | 125 | 105 | 22 | 535 | 112 | 57 |
| Binary | 11010010 | 100000 | 1000001 | 0 | 1010101 | 1000101 | 10010 | 101011101 | 1001010 | 101111 |
Color Harmonies of #D22041
Complementary color
Monochromatic Colors of #D22041
Black with #D22041
Text Example
Text Example
White with #D22041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22041; }
p { color: rgb(210,32,65); }
H1.HeaderClassName
{
color: #D22041;
}
.AnyTagClassName
{
color: #D22041;
}
</style>
background-color css
<style>
a { background-color: #D22041; }
a { background-color: rgb(210,32,65); }
div.DivClassName
{
background-color: #D22041;
}
.BgClassName
{
background-color: #D22041;
}
</style>
border-color css
<style>
span { border-color: #D22041; }
span { border-color: rgb(210,32,65); }
td.TdClassName
{
border-color: #D22041;
}
.TagClassName
{
border-color: #D22041;
}
</style>