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