Shades of Cardinal #D22143
Tints of Cardinal #D22143
RGB
CMYK
RGB Variations
Color information
#D22143 (or 0xD22143) is known color: Cardinal. HEX triplet: D2, 21 and 43. RGB value is (210,33,67). Sum of RGB (Red+Green+Blue) = 210+33+67=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D22143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22143 is #2DDEBC. Grayscale: #595959. Windows color (decimal): -3006141 or 4399570. OLE color: 4399570.
HSL color Cylindrical-coordinate representation of color #D22143: hue angle of 348.47º 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 #D22143 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 67 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.18 |
| HSL | 348.47º | 0.73% | 0.48% | - |
| HSV(B) | 348.47º | 0.84% | 0.82% | - |
| XYZ | 28.14 | 15.19 | 6.76 | - |
| YUV | 89.8 | 115.14 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 67 | 0 | 0.84 | 0.68 | 0.18 | 348.47 | 0.73 | 0.48 |
| Hex | D2 | 21 | 43 | 0 | 54 | 44 | 12 | 15C | 49 | 30 |
| Octal | 322 | 41 | 103 | 0 | 124 | 104 | 22 | 534 | 111 | 60 |
| Binary | 11010010 | 100001 | 1000011 | 0 | 1010100 | 1000100 | 10010 | 101011100 | 1001001 | 110000 |
Color Harmonies of #D22143
Complementary color
Monochromatic Colors of #D22143
Black with #D22143
Text Example
Text Example
White with #D22143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22143; }
p { color: rgb(210,33,67); }
H1.HeaderClassName
{
color: #D22143;
}
.AnyTagClassName
{
color: #D22143;
}
</style>
background-color css
<style>
a { background-color: #D22143; }
a { background-color: rgb(210,33,67); }
div.DivClassName
{
background-color: #D22143;
}
.BgClassName
{
background-color: #D22143;
}
</style>
border-color css
<style>
span { border-color: #D22143; }
span { border-color: rgb(210,33,67); }
td.TdClassName
{
border-color: #D22143;
}
.TagClassName
{
border-color: #D22143;
}
</style>