Shades of Cardinal #D22140
Tints of Cardinal #D22140
RGB
CMYK
RGB Variations
Color information
#D22140 (or 0xD22140) is known color: Cardinal. HEX triplet: D2, 21 and 40. RGB value is (210,33,64). Sum of RGB (Red+Green+Blue) = 210+33+64=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D22140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22140 is #2DDEBF. Grayscale: #595959. Windows color (decimal): -3006144 or 4202962. OLE color: 4202962.
HSL color Cylindrical-coordinate representation of color #D22140: hue angle of 349.49º degrees, saturation: 0.73, 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 #D22140 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 64 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.18 |
| HSL | 349.49º | 0.73% | 0.48% | - |
| HSV(B) | 349.49º | 0.84% | 0.82% | - |
| XYZ | 28.05 | 15.16 | 6.3 | - |
| YUV | 89.46 | 113.64 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 64 | 0 | 0.84 | 0.70 | 0.18 | 349.49 | 0.73 | 0.48 |
| Hex | D2 | 21 | 40 | 0 | 54 | 46 | 12 | 15D | 49 | 30 |
| Octal | 322 | 41 | 100 | 0 | 124 | 106 | 22 | 535 | 111 | 60 |
| Binary | 11010010 | 100001 | 1000000 | 0 | 1010100 | 1000110 | 10010 | 101011101 | 1001001 | 110000 |
Color Harmonies of #D22140
Complementary color
Monochromatic Colors of #D22140
Black with #D22140
Text Example
Text Example
White with #D22140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22140; }
p { color: rgb(210,33,64); }
H1.HeaderClassName
{
color: #D22140;
}
.AnyTagClassName
{
color: #D22140;
}
</style>
background-color css
<style>
a { background-color: #D22140; }
a { background-color: rgb(210,33,64); }
div.DivClassName
{
background-color: #D22140;
}
.BgClassName
{
background-color: #D22140;
}
</style>
border-color css
<style>
span { border-color: #D22140; }
span { border-color: rgb(210,33,64); }
td.TdClassName
{
border-color: #D22140;
}
.TagClassName
{
border-color: #D22140;
}
</style>