Shades of Cardinal #D0223E
Tints of Cardinal #D0223E
RGB
CMYK
RGB Variations
Color information
#D0223E (or 0xD0223E) is known color: Cardinal. HEX triplet: D0, 22 and 3E. RGB value is (208,34,62). Sum of RGB (Red+Green+Blue) = 208+34+62=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D0223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0223E is #2FDDC1. Grayscale: #595959. Windows color (decimal): -3136962 or 4072144. OLE color: 4072144.
HSL color Cylindrical-coordinate representation of color #D0223E: hue angle of 350.34º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0223E is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 62 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.18 |
| HSL | 350.34º | 0.72% | 0.47% | - |
| HSV(B) | 350.34º | 0.84% | 0.82% | - |
| XYZ | 27.45 | 14.9 | 5.99 | - |
| YUV | 89.22 | 112.65 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 62 | 0 | 0.84 | 0.70 | 0.18 | 350.34 | 0.72 | 0.47 |
| Hex | D0 | 22 | 3E | 0 | 54 | 46 | 12 | 15E | 48 | 2F |
| Octal | 320 | 42 | 76 | 0 | 124 | 106 | 22 | 536 | 110 | 57 |
| Binary | 11010000 | 100010 | 111110 | 0 | 1010100 | 1000110 | 10010 | 101011110 | 1001000 | 101111 |
Color Harmonies of #D0223E
Complementary color
Monochromatic Colors of #D0223E
Black with #D0223E
Text Example
Text Example
White with #D0223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0223E; }
p { color: rgb(208,34,62); }
H1.HeaderClassName
{
color: #D0223E;
}
.AnyTagClassName
{
color: #D0223E;
}
</style>
background-color css
<style>
a { background-color: #D0223E; }
a { background-color: rgb(208,34,62); }
div.DivClassName
{
background-color: #D0223E;
}
.BgClassName
{
background-color: #D0223E;
}
</style>
border-color css
<style>
span { border-color: #D0223E; }
span { border-color: rgb(208,34,62); }
td.TdClassName
{
border-color: #D0223E;
}
.TagClassName
{
border-color: #D0223E;
}
</style>