Shades of Cardinal #D22142
Tints of Cardinal #D22142
RGB
CMYK
RGB Variations
Color information
#D22142 (or 0xD22142) is known color: Cardinal. HEX triplet: D2, 21 and 42. RGB value is (210,33,66). Sum of RGB (Red+Green+Blue) = 210+33+66=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D22142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22142 is #2DDEBD. Grayscale: #595959. Windows color (decimal): -3006142 or 4334034. OLE color: 4334034.
HSL color Cylindrical-coordinate representation of color #D22142: hue angle of 348.81º 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 #D22142 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 66 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.18 |
| HSL | 348.81º | 0.73% | 0.48% | - |
| HSV(B) | 348.81º | 0.84% | 0.82% | - |
| XYZ | 28.11 | 15.18 | 6.6 | - |
| YUV | 89.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 66 | 0 | 0.84 | 0.69 | 0.18 | 348.81 | 0.73 | 0.48 |
| Hex | D2 | 21 | 42 | 0 | 54 | 45 | 12 | 15D | 49 | 30 |
| Octal | 322 | 41 | 102 | 0 | 124 | 105 | 22 | 535 | 111 | 60 |
| Binary | 11010010 | 100001 | 1000010 | 0 | 1010100 | 1000101 | 10010 | 101011101 | 1001001 | 110000 |
Color Harmonies of #D22142
Complementary color
Monochromatic Colors of #D22142
Black with #D22142
Text Example
Text Example
White with #D22142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22142; }
p { color: rgb(210,33,66); }
H1.HeaderClassName
{
color: #D22142;
}
.AnyTagClassName
{
color: #D22142;
}
</style>
background-color css
<style>
a { background-color: #D22142; }
a { background-color: rgb(210,33,66); }
div.DivClassName
{
background-color: #D22142;
}
.BgClassName
{
background-color: #D22142;
}
</style>
border-color css
<style>
span { border-color: #D22142; }
span { border-color: rgb(210,33,66); }
td.TdClassName
{
border-color: #D22142;
}
.TagClassName
{
border-color: #D22142;
}
</style>