Shades of Cardinal #D02039
Tints of Cardinal #D02039
RGB
CMYK
RGB Variations
Color information
#D02039 (or 0xD02039) is known color: Cardinal. HEX triplet: D0, 20 and 39. RGB value is (208,32,57). Sum of RGB (Red+Green+Blue) = 208+32+57=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D02039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02039 is #2FDFC6. Grayscale: #575757. Windows color (decimal): -3137479 or 3743952. OLE color: 3743952.
HSL color Cylindrical-coordinate representation of color #D02039: hue angle of 351.48º 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 #D02039 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 57 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.18 |
| HSL | 351.48º | 0.73% | 0.47% | - |
| HSV(B) | 351.48º | 0.85% | 0.82% | - |
| XYZ | 27.27 | 14.74 | 5.28 | - |
| YUV | 87.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 57 | 0 | 0.85 | 0.73 | 0.18 | 351.48 | 0.73 | 0.47 |
| Hex | D0 | 20 | 39 | 0 | 55 | 49 | 12 | 15F | 49 | 2F |
| Octal | 320 | 40 | 71 | 0 | 125 | 111 | 22 | 537 | 111 | 57 |
| Binary | 11010000 | 100000 | 111001 | 0 | 1010101 | 1001001 | 10010 | 101011111 | 1001001 | 101111 |
Color Harmonies of #D02039
Complementary color
Monochromatic Colors of #D02039
Black with #D02039
Text Example
Text Example
White with #D02039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02039; }
p { color: rgb(208,32,57); }
H1.HeaderClassName
{
color: #D02039;
}
.AnyTagClassName
{
color: #D02039;
}
</style>
background-color css
<style>
a { background-color: #D02039; }
a { background-color: rgb(208,32,57); }
div.DivClassName
{
background-color: #D02039;
}
.BgClassName
{
background-color: #D02039;
}
</style>
border-color css
<style>
span { border-color: #D02039; }
span { border-color: rgb(208,32,57); }
td.TdClassName
{
border-color: #D02039;
}
.TagClassName
{
border-color: #D02039;
}
</style>