Shades of Cardinal #D2223F
Tints of Cardinal #D2223F
RGB
CMYK
RGB Variations
Color information
#D2223F (or 0xD2223F) is known color: Cardinal. HEX triplet: D2, 22 and 3F. RGB value is (210,34,63). Sum of RGB (Red+Green+Blue) = 210+34+63=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2223F is #2DDDC0. Grayscale: #595959. Windows color (decimal): -3005889 or 4137682. OLE color: 4137682.
HSL color Cylindrical-coordinate representation of color #D2223F: hue angle of 350.11º 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 #D2223F is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 63 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.18 |
| HSL | 350.11º | 0.72% | 0.48% | - |
| HSV(B) | 350.11º | 0.84% | 0.82% | - |
| XYZ | 28.05 | 15.2 | 6.16 | - |
| YUV | 89.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 63 | 0 | 0.84 | 0.70 | 0.18 | 350.11 | 0.72 | 0.48 |
| Hex | D2 | 22 | 3F | 0 | 54 | 46 | 12 | 15E | 48 | 30 |
| Octal | 322 | 42 | 77 | 0 | 124 | 106 | 22 | 536 | 110 | 60 |
| Binary | 11010010 | 100010 | 111111 | 0 | 1010100 | 1000110 | 10010 | 101011110 | 1001000 | 110000 |
Color Harmonies of #D2223F
Complementary color
Monochromatic Colors of #D2223F
Black with #D2223F
Text Example
Text Example
White with #D2223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2223F; }
p { color: rgb(210,34,63); }
H1.HeaderClassName
{
color: #D2223F;
}
.AnyTagClassName
{
color: #D2223F;
}
</style>
background-color css
<style>
a { background-color: #D2223F; }
a { background-color: rgb(210,34,63); }
div.DivClassName
{
background-color: #D2223F;
}
.BgClassName
{
background-color: #D2223F;
}
</style>
border-color css
<style>
span { border-color: #D2223F; }
span { border-color: rgb(210,34,63); }
td.TdClassName
{
border-color: #D2223F;
}
.TagClassName
{
border-color: #D2223F;
}
</style>