Html Css Color HEX #DB371E Harley Davidson Orange
📋 copy color: '#DB371E'red 219 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #DB371E
Tints of Harley Davidson Orange #DB371E
RGB
CMYK
RGB Variations
Color information
#DB371E (or 0xDB371E) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 1E. RGB value is (219,55,30). Sum of RGB (Red+Green+Blue) = 219+55+30=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB371E is #24C8E1. Grayscale: #656565. Windows color (decimal): -2410722 or 1980379. OLE color: 1980379.
HSL color Cylindrical-coordinate representation of color #DB371E: hue angle of 7.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB371E is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 30 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.14 |
| HSL | 7.94º | 0.76% | 0.49% | - |
| HSV(B) | 7.94º | 0.86% | 0.86% | - |
| XYZ | 30.81 | 17.89 | 3.06 | - |
| YUV | 101.19 | 87.83 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 30 | 0 | 0.75 | 0.86 | 0.14 | 7.94 | 0.76 | 0.49 |
| Hex | DB | 37 | 1E | 0 | 4B | 56 | E | 8 | 4C | 31 |
| Octal | 333 | 67 | 36 | 0 | 113 | 126 | 16 | 10 | 114 | 61 |
| Binary | 11011011 | 110111 | 11110 | 0 | 1001011 | 1010110 | 1110 | 1000 | 1001100 | 110001 |
Color Harmonies of #DB371E
Complementary color
Monochromatic Colors of #DB371E
Black with #DB371E
Text Example
Text Example
White with #DB371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB371E; }
p { color: rgb(219,55,30); }
H1.HeaderClassName
{
color: #DB371E;
}
.AnyTagClassName
{
color: #DB371E;
}
</style>
background-color css
<style>
a { background-color: #DB371E; }
a { background-color: rgb(219,55,30); }
div.DivClassName
{
background-color: #DB371E;
}
.BgClassName
{
background-color: #DB371E;
}
</style>
border-color css
<style>
span { border-color: #DB371E; }
span { border-color: rgb(219,55,30); }
td.TdClassName
{
border-color: #DB371E;
}
.TagClassName
{
border-color: #DB371E;
}
</style>