Html Css Color HEX #DB2800 Harley Davidson Orange
📋 copy color: '#DB2800'red 219 ◦ green 40 ◦ blue 0
Shades of Harley Davidson Orange #DB2800
Tints of Harley Davidson Orange #DB2800
RGB
CMYK
RGB Variations
Color information
#DB2800 (or 0xDB2800) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 00. RGB value is (219,40,0). Sum of RGB (Red+Green+Blue) = 219+40+0=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2800 is #24D7FF. Grayscale: #595959. Windows color (decimal): -2414592 or 10459. OLE color: 10459.
HSL color Cylindrical-coordinate representation of color #DB2800: hue angle of 10.96º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB2800 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.14 |
| HSL | 10.96º | 1% | 0.43% | - |
| HSV(B) | 10.96º | 1% | 0.86% | - |
| XYZ | 29.97 | 16.58 | 1.62 | - |
| YUV | 88.96 | 77.8 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 0 | 0 | 0.82 | 1 | 0.14 | 10.96 | 1 | 0.43 |
| Hex | DB | 28 | 0 | 0 | 52 | 64 | E | B | 64 | 2B |
| Octal | 333 | 50 | 0 | 0 | 122 | 144 | 16 | 13 | 144 | 53 |
| Binary | 11011011 | 101000 | 0 | 0 | 1010010 | 1100100 | 1110 | 1011 | 1100100 | 101011 |
Color Harmonies of #DB2800
Complementary color
Monochromatic Colors of #DB2800
Black with #DB2800
Text Example
Text Example
White with #DB2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2800; }
p { color: rgb(219,40,0); }
H1.HeaderClassName
{
color: #DB2800;
}
.AnyTagClassName
{
color: #DB2800;
}
</style>
background-color css
<style>
a { background-color: #DB2800; }
a { background-color: rgb(219,40,0); }
div.DivClassName
{
background-color: #DB2800;
}
.BgClassName
{
background-color: #DB2800;
}
</style>
border-color css
<style>
span { border-color: #DB2800; }
span { border-color: rgb(219,40,0); }
td.TdClassName
{
border-color: #DB2800;
}
.TagClassName
{
border-color: #DB2800;
}
</style>