Shades of Cardinal #D0203B
Tints of Cardinal #D0203B
RGB
CMYK
RGB Variations
Color information
#D0203B (or 0xD0203B) is known color: Cardinal. HEX triplet: D0, 20 and 3B. RGB value is (208,32,59). Sum of RGB (Red+Green+Blue) = 208+32+59=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D0203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0203B is #2FDFC4. Grayscale: #575757. Windows color (decimal): -3137477 or 3875024. OLE color: 3875024.
HSL color Cylindrical-coordinate representation of color #D0203B: hue angle of 350.8º 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 #D0203B is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 59 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.18 |
| HSL | 350.8º | 0.73% | 0.47% | - |
| HSV(B) | 350.8º | 0.85% | 0.82% | - |
| XYZ | 27.32 | 14.76 | 5.55 | - |
| YUV | 87.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 59 | 0 | 0.85 | 0.72 | 0.18 | 350.8 | 0.73 | 0.47 |
| Hex | D0 | 20 | 3B | 0 | 55 | 48 | 12 | 15F | 49 | 2F |
| Octal | 320 | 40 | 73 | 0 | 125 | 110 | 22 | 537 | 111 | 57 |
| Binary | 11010000 | 100000 | 111011 | 0 | 1010101 | 1001000 | 10010 | 101011111 | 1001001 | 101111 |
Color Harmonies of #D0203B
Complementary color
Monochromatic Colors of #D0203B
Black with #D0203B
Text Example
Text Example
White with #D0203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0203B; }
p { color: rgb(208,32,59); }
H1.HeaderClassName
{
color: #D0203B;
}
.AnyTagClassName
{
color: #D0203B;
}
</style>
background-color css
<style>
a { background-color: #D0203B; }
a { background-color: rgb(208,32,59); }
div.DivClassName
{
background-color: #D0203B;
}
.BgClassName
{
background-color: #D0203B;
}
</style>
border-color css
<style>
span { border-color: #D0203B; }
span { border-color: rgb(208,32,59); }
td.TdClassName
{
border-color: #D0203B;
}
.TagClassName
{
border-color: #D0203B;
}
</style>