Shades of Cardinal #D0202F
Tints of Cardinal #D0202F
RGB
CMYK
RGB Variations
Color information
#D0202F (or 0xD0202F) is known color: Cardinal. HEX triplet: D0, 20 and 2F. RGB value is (208,32,47). Sum of RGB (Red+Green+Blue) = 208+32+47=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D0202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0202F is #2FDFD0. Grayscale: #565656. Windows color (decimal): -3137489 or 3088592. OLE color: 3088592.
HSL color Cylindrical-coordinate representation of color #D0202F: hue angle of 354.89º 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 #D0202F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 47 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.18 |
| HSL | 354.89º | 0.73% | 0.47% | - |
| HSV(B) | 354.89º | 0.85% | 0.82% | - |
| XYZ | 27.04 | 14.65 | 4.09 | - |
| YUV | 86.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 47 | 0 | 0.85 | 0.77 | 0.18 | 354.89 | 0.73 | 0.47 |
| Hex | D0 | 20 | 2F | 0 | 55 | 4D | 12 | 163 | 49 | 2F |
| Octal | 320 | 40 | 57 | 0 | 125 | 115 | 22 | 543 | 111 | 57 |
| Binary | 11010000 | 100000 | 101111 | 0 | 1010101 | 1001101 | 10010 | 101100011 | 1001001 | 101111 |
Color Harmonies of #D0202F
Complementary color
Monochromatic Colors of #D0202F
Black with #D0202F
Text Example
Text Example
White with #D0202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0202F; }
p { color: rgb(208,32,47); }
H1.HeaderClassName
{
color: #D0202F;
}
.AnyTagClassName
{
color: #D0202F;
}
</style>
background-color css
<style>
a { background-color: #D0202F; }
a { background-color: rgb(208,32,47); }
div.DivClassName
{
background-color: #D0202F;
}
.BgClassName
{
background-color: #D0202F;
}
</style>
border-color css
<style>
span { border-color: #D0202F; }
span { border-color: rgb(208,32,47); }
td.TdClassName
{
border-color: #D0202F;
}
.TagClassName
{
border-color: #D0202F;
}
</style>