Shades of Cardinal #D22134
Tints of Cardinal #D22134
RGB
CMYK
RGB Variations
Color information
#D22134 (or 0xD22134) is known color: Cardinal. HEX triplet: D2, 21 and 34. RGB value is (210,33,52). Sum of RGB (Red+Green+Blue) = 210+33+52=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D22134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22134 is #2DDECB. Grayscale: #585858. Windows color (decimal): -3006156 or 3416530. OLE color: 3416530.
HSL color Cylindrical-coordinate representation of color #D22134: hue angle of 353.56º 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 #D22134 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 52 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.18 |
| HSL | 353.56º | 0.73% | 0.48% | - |
| HSV(B) | 353.56º | 0.84% | 0.82% | - |
| XYZ | 27.74 | 15.04 | 4.69 | - |
| YUV | 88.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 52 | 0 | 0.84 | 0.75 | 0.18 | 353.56 | 0.73 | 0.48 |
| Hex | D2 | 21 | 34 | 0 | 54 | 4B | 12 | 162 | 49 | 30 |
| Octal | 322 | 41 | 64 | 0 | 124 | 113 | 22 | 542 | 111 | 60 |
| Binary | 11010010 | 100001 | 110100 | 0 | 1010100 | 1001011 | 10010 | 101100010 | 1001001 | 110000 |
Color Harmonies of #D22134
Complementary color
Monochromatic Colors of #D22134
Black with #D22134
Text Example
Text Example
White with #D22134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22134; }
p { color: rgb(210,33,52); }
H1.HeaderClassName
{
color: #D22134;
}
.AnyTagClassName
{
color: #D22134;
}
</style>
background-color css
<style>
a { background-color: #D22134; }
a { background-color: rgb(210,33,52); }
div.DivClassName
{
background-color: #D22134;
}
.BgClassName
{
background-color: #D22134;
}
</style>
border-color css
<style>
span { border-color: #D22134; }
span { border-color: rgb(210,33,52); }
td.TdClassName
{
border-color: #D22134;
}
.TagClassName
{
border-color: #D22134;
}
</style>