Shades of Cardinal #D22034
Tints of Cardinal #D22034
RGB
CMYK
RGB Variations
Color information
#D22034 (or 0xD22034) is known color: Cardinal. HEX triplet: D2, 20 and 34. RGB value is (210,32,52). Sum of RGB (Red+Green+Blue) = 210+32+52=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D22034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22034 is #2DDFCB. Grayscale: #575757. Windows color (decimal): -3006412 or 3416274. OLE color: 3416274.
HSL color Cylindrical-coordinate representation of color #D22034: hue angle of 353.26º 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 #D22034 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 52 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.18 |
| HSL | 353.26º | 0.74% | 0.47% | - |
| HSV(B) | 353.26º | 0.85% | 0.82% | - |
| XYZ | 27.71 | 14.98 | 4.68 | - |
| YUV | 87.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 52 | 0 | 0.85 | 0.75 | 0.18 | 353.26 | 0.74 | 0.47 |
| Hex | D2 | 20 | 34 | 0 | 55 | 4B | 12 | 161 | 4A | 2F |
| Octal | 322 | 40 | 64 | 0 | 125 | 113 | 22 | 541 | 112 | 57 |
| Binary | 11010010 | 100000 | 110100 | 0 | 1010101 | 1001011 | 10010 | 101100001 | 1001010 | 101111 |
Color Harmonies of #D22034
Complementary color
Monochromatic Colors of #D22034
Black with #D22034
Text Example
Text Example
White with #D22034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22034; }
p { color: rgb(210,32,52); }
H1.HeaderClassName
{
color: #D22034;
}
.AnyTagClassName
{
color: #D22034;
}
</style>
background-color css
<style>
a { background-color: #D22034; }
a { background-color: rgb(210,32,52); }
div.DivClassName
{
background-color: #D22034;
}
.BgClassName
{
background-color: #D22034;
}
</style>
border-color css
<style>
span { border-color: #D22034; }
span { border-color: rgb(210,32,52); }
td.TdClassName
{
border-color: #D22034;
}
.TagClassName
{
border-color: #D22034;
}
</style>