Html Css Color HEX #DB410E Harley Davidson Orange
📋 copy color: '#DB410E'red 219 ◦ green 65 ◦ blue 14
Shades of Harley Davidson Orange #DB410E
Tints of Harley Davidson Orange #DB410E
RGB
CMYK
RGB Variations
Color information
#DB410E (or 0xDB410E) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 0E. RGB value is (219,65,14). Sum of RGB (Red+Green+Blue) = 219+65+14=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB410E is #24BEF1. Grayscale: #696969. Windows color (decimal): -2408178 or 934363. OLE color: 934363.
HSL color Cylindrical-coordinate representation of color #DB410E: hue angle of 14.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB410E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.14 |
| HSL | 14.93º | 0.88% | 0.46% | - |
| HSV(B) | 14.93º | 0.94% | 0.86% | - |
| XYZ | 31.18 | 18.87 | 2.41 | - |
| YUV | 105.23 | 76.52 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 14 | 0 | 0.70 | 0.94 | 0.14 | 14.93 | 0.88 | 0.46 |
| Hex | DB | 41 | E | 0 | 46 | 5E | E | F | 58 | 2E |
| Octal | 333 | 101 | 16 | 0 | 106 | 136 | 16 | 17 | 130 | 56 |
| Binary | 11011011 | 1000001 | 1110 | 0 | 1000110 | 1011110 | 1110 | 1111 | 1011000 | 101110 |
Color Harmonies of #DB410E
Complementary color
Monochromatic Colors of #DB410E
Black with #DB410E
Text Example
Text Example
White with #DB410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB410E; }
p { color: rgb(219,65,14); }
H1.HeaderClassName
{
color: #DB410E;
}
.AnyTagClassName
{
color: #DB410E;
}
</style>
background-color css
<style>
a { background-color: #DB410E; }
a { background-color: rgb(219,65,14); }
div.DivClassName
{
background-color: #DB410E;
}
.BgClassName
{
background-color: #DB410E;
}
</style>
border-color css
<style>
span { border-color: #DB410E; }
span { border-color: rgb(219,65,14); }
td.TdClassName
{
border-color: #DB410E;
}
.TagClassName
{
border-color: #DB410E;
}
</style>