Html Css Color HEX #DB2803 Harley Davidson Orange
📋 copy color: '#DB2803'red 219 ◦ green 40 ◦ blue 3
Shades of Harley Davidson Orange #DB2803
Tints of Harley Davidson Orange #DB2803
RGB
CMYK
RGB Variations
Color information
#DB2803 (or 0xDB2803) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 03. RGB value is (219,40,3). Sum of RGB (Red+Green+Blue) = 219+40+3=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2803 is #24D7FC. Grayscale: #595959. Windows color (decimal): -2414589 or 207067. OLE color: 207067.
HSL color Cylindrical-coordinate representation of color #DB2803: hue angle of 10.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB2803 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.14 |
| HSL | 10.28º | 0.97% | 0.44% | - |
| HSV(B) | 10.28º | 0.99% | 0.86% | - |
| XYZ | 29.99 | 16.58 | 1.71 | - |
| YUV | 89.3 | 79.3 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 3 | 0 | 0.82 | 0.99 | 0.14 | 10.28 | 0.97 | 0.44 |
| Hex | DB | 28 | 3 | 0 | 52 | 63 | E | A | 61 | 2C |
| Octal | 333 | 50 | 3 | 0 | 122 | 143 | 16 | 12 | 141 | 54 |
| Binary | 11011011 | 101000 | 11 | 0 | 1010010 | 1100011 | 1110 | 1010 | 1100001 | 101100 |
Color Harmonies of #DB2803
Complementary color
Monochromatic Colors of #DB2803
Black with #DB2803
Text Example
Text Example
White with #DB2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2803; }
p { color: rgb(219,40,3); }
H1.HeaderClassName
{
color: #DB2803;
}
.AnyTagClassName
{
color: #DB2803;
}
</style>
background-color css
<style>
a { background-color: #DB2803; }
a { background-color: rgb(219,40,3); }
div.DivClassName
{
background-color: #DB2803;
}
.BgClassName
{
background-color: #DB2803;
}
</style>
border-color css
<style>
span { border-color: #DB2803; }
span { border-color: rgb(219,40,3); }
td.TdClassName
{
border-color: #DB2803;
}
.TagClassName
{
border-color: #DB2803;
}
</style>