Shades of Cardinal #D22136
Tints of Cardinal #D22136
RGB
CMYK
RGB Variations
Color information
#D22136 (or 0xD22136) is known color: Cardinal. HEX triplet: D2, 21 and 36. RGB value is (210,33,54). Sum of RGB (Red+Green+Blue) = 210+33+54=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D22136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22136 is #2DDEC9. Grayscale: #585858. Windows color (decimal): -3006154 or 3547602. OLE color: 3547602.
HSL color Cylindrical-coordinate representation of color #D22136: hue angle of 352.88º 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 #D22136 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 54 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.18 |
| HSL | 352.88º | 0.73% | 0.48% | - |
| HSV(B) | 352.88º | 0.84% | 0.82% | - |
| XYZ | 27.79 | 15.06 | 4.93 | - |
| YUV | 88.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 54 | 0 | 0.84 | 0.74 | 0.18 | 352.88 | 0.73 | 0.48 |
| Hex | D2 | 21 | 36 | 0 | 54 | 4A | 12 | 161 | 49 | 30 |
| Octal | 322 | 41 | 66 | 0 | 124 | 112 | 22 | 541 | 111 | 60 |
| Binary | 11010010 | 100001 | 110110 | 0 | 1010100 | 1001010 | 10010 | 101100001 | 1001001 | 110000 |
Color Harmonies of #D22136
Complementary color
Monochromatic Colors of #D22136
Black with #D22136
Text Example
Text Example
White with #D22136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22136; }
p { color: rgb(210,33,54); }
H1.HeaderClassName
{
color: #D22136;
}
.AnyTagClassName
{
color: #D22136;
}
</style>
background-color css
<style>
a { background-color: #D22136; }
a { background-color: rgb(210,33,54); }
div.DivClassName
{
background-color: #D22136;
}
.BgClassName
{
background-color: #D22136;
}
</style>
border-color css
<style>
span { border-color: #D22136; }
span { border-color: rgb(210,33,54); }
td.TdClassName
{
border-color: #D22136;
}
.TagClassName
{
border-color: #D22136;
}
</style>