Shades of Cardinal #D22233
Tints of Cardinal #D22233
RGB
CMYK
RGB Variations
Color information
#D22233 (or 0xD22233) is known color: Cardinal. HEX triplet: D2, 22 and 33. RGB value is (210,34,51). Sum of RGB (Red+Green+Blue) = 210+34+51=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D22233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22233 is #2DDDCC. Grayscale: #585858. Windows color (decimal): -3005901 or 3351250. OLE color: 3351250.
HSL color Cylindrical-coordinate representation of color #D22233: hue angle of 354.2º degrees, saturation: 0.72, 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 #D22233 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 51 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.18 |
| HSL | 354.2º | 0.72% | 0.48% | - |
| HSV(B) | 354.2º | 0.84% | 0.82% | - |
| XYZ | 27.75 | 15.08 | 4.58 | - |
| YUV | 88.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 51 | 0 | 0.84 | 0.76 | 0.18 | 354.2 | 0.72 | 0.48 |
| Hex | D2 | 22 | 33 | 0 | 54 | 4C | 12 | 162 | 48 | 30 |
| Octal | 322 | 42 | 63 | 0 | 124 | 114 | 22 | 542 | 110 | 60 |
| Binary | 11010010 | 100010 | 110011 | 0 | 1010100 | 1001100 | 10010 | 101100010 | 1001000 | 110000 |
Color Harmonies of #D22233
Complementary color
Monochromatic Colors of #D22233
Black with #D22233
Text Example
Text Example
White with #D22233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22233; }
p { color: rgb(210,34,51); }
H1.HeaderClassName
{
color: #D22233;
}
.AnyTagClassName
{
color: #D22233;
}
</style>
background-color css
<style>
a { background-color: #D22233; }
a { background-color: rgb(210,34,51); }
div.DivClassName
{
background-color: #D22233;
}
.BgClassName
{
background-color: #D22233;
}
</style>
border-color css
<style>
span { border-color: #D22233; }
span { border-color: rgb(210,34,51); }
td.TdClassName
{
border-color: #D22233;
}
.TagClassName
{
border-color: #D22233;
}
</style>