Shades of Cardinal #D0203E
Tints of Cardinal #D0203E
RGB
CMYK
RGB Variations
Color information
#D0203E (or 0xD0203E) is known color: Cardinal. HEX triplet: D0, 20 and 3E. RGB value is (208,32,62). Sum of RGB (Red+Green+Blue) = 208+32+62=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0203E is #2FDFC1. Grayscale: #585858. Windows color (decimal): -3137474 or 4071632. OLE color: 4071632.
HSL color Cylindrical-coordinate representation of color #D0203E: hue angle of 349.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0203E is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 62 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.18 |
| HSL | 349.77º | 0.73% | 0.47% | - |
| HSV(B) | 349.77º | 0.85% | 0.82% | - |
| XYZ | 27.4 | 14.79 | 5.97 | - |
| YUV | 88.04 | 113.31 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 62 | 0 | 0.85 | 0.70 | 0.18 | 349.77 | 0.73 | 0.47 |
| Hex | D0 | 20 | 3E | 0 | 55 | 46 | 12 | 15E | 49 | 2F |
| Octal | 320 | 40 | 76 | 0 | 125 | 106 | 22 | 536 | 111 | 57 |
| Binary | 11010000 | 100000 | 111110 | 0 | 1010101 | 1000110 | 10010 | 101011110 | 1001001 | 101111 |
Color Harmonies of #D0203E
Complementary color
Monochromatic Colors of #D0203E
Black with #D0203E
Text Example
Text Example
White with #D0203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0203E; }
p { color: rgb(208,32,62); }
H1.HeaderClassName
{
color: #D0203E;
}
.AnyTagClassName
{
color: #D0203E;
}
</style>
background-color css
<style>
a { background-color: #D0203E; }
a { background-color: rgb(208,32,62); }
div.DivClassName
{
background-color: #D0203E;
}
.BgClassName
{
background-color: #D0203E;
}
</style>
border-color css
<style>
span { border-color: #D0203E; }
span { border-color: rgb(208,32,62); }
td.TdClassName
{
border-color: #D0203E;
}
.TagClassName
{
border-color: #D0203E;
}
</style>