Shades of Cardinal #D22334
Tints of Cardinal #D22334
RGB
CMYK
RGB Variations
Color information
#D22334 (or 0xD22334) is known color: Cardinal. HEX triplet: D2, 23 and 34. RGB value is (210,35,52). Sum of RGB (Red+Green+Blue) = 210+35+52=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D22334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22334 is #2DDCCB. Grayscale: #595959. Windows color (decimal): -3005644 or 3417042. OLE color: 3417042.
HSL color Cylindrical-coordinate representation of color #D22334: hue angle of 354.17º 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 #D22334 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 52 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.18 |
| HSL | 354.17º | 0.71% | 0.48% | - |
| HSV(B) | 354.17º | 0.83% | 0.82% | - |
| XYZ | 27.8 | 15.15 | 4.71 | - |
| YUV | 89.26 | 106.98 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 52 | 0 | 0.83 | 0.75 | 0.18 | 354.17 | 0.71 | 0.48 |
| Hex | D2 | 23 | 34 | 0 | 53 | 4B | 12 | 162 | 47 | 30 |
| Octal | 322 | 43 | 64 | 0 | 123 | 113 | 22 | 542 | 107 | 60 |
| Binary | 11010010 | 100011 | 110100 | 0 | 1010011 | 1001011 | 10010 | 101100010 | 1000111 | 110000 |
Color Harmonies of #D22334
Complementary color
Monochromatic Colors of #D22334
Black with #D22334
Text Example
Text Example
White with #D22334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22334; }
p { color: rgb(210,35,52); }
H1.HeaderClassName
{
color: #D22334;
}
.AnyTagClassName
{
color: #D22334;
}
</style>
background-color css
<style>
a { background-color: #D22334; }
a { background-color: rgb(210,35,52); }
div.DivClassName
{
background-color: #D22334;
}
.BgClassName
{
background-color: #D22334;
}
</style>
border-color css
<style>
span { border-color: #D22334; }
span { border-color: rgb(210,35,52); }
td.TdClassName
{
border-color: #D22334;
}
.TagClassName
{
border-color: #D22334;
}
</style>