Html Css Color HEX #DB1E05 Harley Davidson Orange
📋 copy color: '#DB1E05'red 219 ◦ green 30 ◦ blue 5
Shades of Harley Davidson Orange #DB1E05
Tints of Harley Davidson Orange #DB1E05
RGB
CMYK
RGB Variations
Color information
#DB1E05 (or 0xDB1E05) is known color: Harley Davidson Orange. HEX triplet: DB, 1E and 05. RGB value is (219,30,5). Sum of RGB (Red+Green+Blue) = 219+30+5=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1E05 is #24E1FA. Grayscale: #535353. Windows color (decimal): -2417147 or 335579. OLE color: 335579.
HSL color Cylindrical-coordinate representation of color #DB1E05: hue angle of 7.01º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB1E05 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 5 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.14 |
| HSL | 7.01º | 0.96% | 0.44% | - |
| HSV(B) | 7.01º | 0.98% | 0.86% | - |
| XYZ | 29.71 | 16 | 1.67 | - |
| YUV | 83.66 | 83.62 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 5 | 0 | 0.86 | 0.98 | 0.14 | 7.01 | 0.96 | 0.44 |
| Hex | DB | 1E | 5 | 0 | 56 | 62 | E | 7 | 60 | 2C |
| Octal | 333 | 36 | 5 | 0 | 126 | 142 | 16 | 7 | 140 | 54 |
| Binary | 11011011 | 11110 | 101 | 0 | 1010110 | 1100010 | 1110 | 111 | 1100000 | 101100 |
Color Harmonies of #DB1E05
Complementary color
Monochromatic Colors of #DB1E05
Black with #DB1E05
Text Example
Text Example
White with #DB1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E05; }
p { color: rgb(219,30,5); }
H1.HeaderClassName
{
color: #DB1E05;
}
.AnyTagClassName
{
color: #DB1E05;
}
</style>
background-color css
<style>
a { background-color: #DB1E05; }
a { background-color: rgb(219,30,5); }
div.DivClassName
{
background-color: #DB1E05;
}
.BgClassName
{
background-color: #DB1E05;
}
</style>
border-color css
<style>
span { border-color: #DB1E05; }
span { border-color: rgb(219,30,5); }
td.TdClassName
{
border-color: #DB1E05;
}
.TagClassName
{
border-color: #DB1E05;
}
</style>