Shades of Cardinal #D1223E
Tints of Cardinal #D1223E
RGB
CMYK
RGB Variations
Color information
#D1223E (or 0xD1223E) is known color: Cardinal. HEX triplet: D1, 22 and 3E. RGB value is (209,34,62). Sum of RGB (Red+Green+Blue) = 209+34+62=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1223E is #2EDDC1. Grayscale: #595959. Windows color (decimal): -3071426 or 4072145. OLE color: 4072145.
HSL color Cylindrical-coordinate representation of color #D1223E: hue angle of 350.4º 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 #D1223E is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 62 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.18 |
| HSL | 350.4º | 0.72% | 0.48% | - |
| HSV(B) | 350.4º | 0.84% | 0.82% | - |
| XYZ | 27.74 | 15.05 | 6 | - |
| YUV | 89.52 | 112.48 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 62 | 0 | 0.84 | 0.70 | 0.18 | 350.4 | 0.72 | 0.48 |
| Hex | D1 | 22 | 3E | 0 | 54 | 46 | 12 | 15E | 48 | 30 |
| Octal | 321 | 42 | 76 | 0 | 124 | 106 | 22 | 536 | 110 | 60 |
| Binary | 11010001 | 100010 | 111110 | 0 | 1010100 | 1000110 | 10010 | 101011110 | 1001000 | 110000 |
Color Harmonies of #D1223E
Complementary color
Monochromatic Colors of #D1223E
Black with #D1223E
Text Example
Text Example
White with #D1223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1223E; }
p { color: rgb(209,34,62); }
H1.HeaderClassName
{
color: #D1223E;
}
.AnyTagClassName
{
color: #D1223E;
}
</style>
background-color css
<style>
a { background-color: #D1223E; }
a { background-color: rgb(209,34,62); }
div.DivClassName
{
background-color: #D1223E;
}
.BgClassName
{
background-color: #D1223E;
}
</style>
border-color css
<style>
span { border-color: #D1223E; }
span { border-color: rgb(209,34,62); }
td.TdClassName
{
border-color: #D1223E;
}
.TagClassName
{
border-color: #D1223E;
}
</style>