Shades of Cardinal #D22336
Tints of Cardinal #D22336
RGB
CMYK
RGB Variations
Color information
#D22336 (or 0xD22336) is known color: Cardinal. HEX triplet: D2, 23 and 36. RGB value is (210,35,54). Sum of RGB (Red+Green+Blue) = 210+35+54=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D22336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22336 is #2DDCC9. Grayscale: #595959. Windows color (decimal): -3005642 or 3548114. OLE color: 3548114.
HSL color Cylindrical-coordinate representation of color #D22336: hue angle of 353.49º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22336 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 54 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.18 |
| HSL | 353.49º | 0.71% | 0.48% | - |
| HSV(B) | 353.49º | 0.83% | 0.82% | - |
| XYZ | 27.85 | 15.17 | 4.95 | - |
| YUV | 89.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 54 | 0 | 0.83 | 0.74 | 0.18 | 353.49 | 0.71 | 0.48 |
| Hex | D2 | 23 | 36 | 0 | 53 | 4A | 12 | 161 | 47 | 30 |
| Octal | 322 | 43 | 66 | 0 | 123 | 112 | 22 | 541 | 107 | 60 |
| Binary | 11010010 | 100011 | 110110 | 0 | 1010011 | 1001010 | 10010 | 101100001 | 1000111 | 110000 |
Color Harmonies of #D22336
Complementary color
Monochromatic Colors of #D22336
Black with #D22336
Text Example
Text Example
White with #D22336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22336; }
p { color: rgb(210,35,54); }
H1.HeaderClassName
{
color: #D22336;
}
.AnyTagClassName
{
color: #D22336;
}
</style>
background-color css
<style>
a { background-color: #D22336; }
a { background-color: rgb(210,35,54); }
div.DivClassName
{
background-color: #D22336;
}
.BgClassName
{
background-color: #D22336;
}
</style>
border-color css
<style>
span { border-color: #D22336; }
span { border-color: rgb(210,35,54); }
td.TdClassName
{
border-color: #D22336;
}
.TagClassName
{
border-color: #D22336;
}
</style>