Shades of Cardinal #D22036
Tints of Cardinal #D22036
RGB
CMYK
RGB Variations
Color information
#D22036 (or 0xD22036) is known color: Cardinal. HEX triplet: D2, 20 and 36. RGB value is (210,32,54). Sum of RGB (Red+Green+Blue) = 210+32+54=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D22036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22036 is #2DDFC9. Grayscale: #575757. Windows color (decimal): -3006410 or 3547346. OLE color: 3547346.
HSL color Cylindrical-coordinate representation of color #D22036: hue angle of 352.58º 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 #D22036 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 54 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.18 |
| HSL | 352.58º | 0.74% | 0.47% | - |
| HSV(B) | 352.58º | 0.85% | 0.82% | - |
| XYZ | 27.76 | 15 | 4.92 | - |
| YUV | 87.73 | 108.97 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 54 | 0 | 0.85 | 0.74 | 0.18 | 352.58 | 0.74 | 0.47 |
| Hex | D2 | 20 | 36 | 0 | 55 | 4A | 12 | 161 | 4A | 2F |
| Octal | 322 | 40 | 66 | 0 | 125 | 112 | 22 | 541 | 112 | 57 |
| Binary | 11010010 | 100000 | 110110 | 0 | 1010101 | 1001010 | 10010 | 101100001 | 1001010 | 101111 |
Color Harmonies of #D22036
Complementary color
Monochromatic Colors of #D22036
Black with #D22036
Text Example
Text Example
White with #D22036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22036; }
p { color: rgb(210,32,54); }
H1.HeaderClassName
{
color: #D22036;
}
.AnyTagClassName
{
color: #D22036;
}
</style>
background-color css
<style>
a { background-color: #D22036; }
a { background-color: rgb(210,32,54); }
div.DivClassName
{
background-color: #D22036;
}
.BgClassName
{
background-color: #D22036;
}
</style>
border-color css
<style>
span { border-color: #D22036; }
span { border-color: rgb(210,32,54); }
td.TdClassName
{
border-color: #D22036;
}
.TagClassName
{
border-color: #D22036;
}
</style>