Shades of Cardinal #D0203F
Tints of Cardinal #D0203F
RGB
CMYK
RGB Variations
Color information
#D0203F (or 0xD0203F) is known color: Cardinal. HEX triplet: D0, 20 and 3F. RGB value is (208,32,63). Sum of RGB (Red+Green+Blue) = 208+32+63=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D0203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0203F is #2FDFC0. Grayscale: #585858. Windows color (decimal): -3137473 or 4137168. OLE color: 4137168.
HSL color Cylindrical-coordinate representation of color #D0203F: hue angle of 349.43º 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 #D0203F is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 63 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.18 |
| HSL | 349.43º | 0.73% | 0.47% | - |
| HSV(B) | 349.43º | 0.85% | 0.82% | - |
| XYZ | 27.43 | 14.8 | 6.11 | - |
| YUV | 88.16 | 113.81 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 63 | 0 | 0.85 | 0.70 | 0.18 | 349.43 | 0.73 | 0.47 |
| Hex | D0 | 20 | 3F | 0 | 55 | 46 | 12 | 15D | 49 | 2F |
| Octal | 320 | 40 | 77 | 0 | 125 | 106 | 22 | 535 | 111 | 57 |
| Binary | 11010000 | 100000 | 111111 | 0 | 1010101 | 1000110 | 10010 | 101011101 | 1001001 | 101111 |
Color Harmonies of #D0203F
Complementary color
Monochromatic Colors of #D0203F
Black with #D0203F
Text Example
Text Example
White with #D0203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0203F; }
p { color: rgb(208,32,63); }
H1.HeaderClassName
{
color: #D0203F;
}
.AnyTagClassName
{
color: #D0203F;
}
</style>
background-color css
<style>
a { background-color: #D0203F; }
a { background-color: rgb(208,32,63); }
div.DivClassName
{
background-color: #D0203F;
}
.BgClassName
{
background-color: #D0203F;
}
</style>
border-color css
<style>
span { border-color: #D0203F; }
span { border-color: rgb(208,32,63); }
td.TdClassName
{
border-color: #D0203F;
}
.TagClassName
{
border-color: #D0203F;
}
</style>