Html Css Color HEX #DB401E Harley Davidson Orange
📋 copy color: '#DB401E'red 219 ◦ green 64 ◦ blue 30
Shades of Harley Davidson Orange #DB401E
Tints of Harley Davidson Orange #DB401E
RGB
CMYK
RGB Variations
Color information
#DB401E (or 0xDB401E) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 1E. RGB value is (219,64,30). Sum of RGB (Red+Green+Blue) = 219+64+30=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB401E is #24BFE1. Grayscale: #6A6A6A. Windows color (decimal): -2408418 or 1982683. OLE color: 1982683.
HSL color Cylindrical-coordinate representation of color #DB401E: hue angle of 10.79º 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 #DB401E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 30 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.14 |
| HSL | 10.79º | 0.76% | 0.49% | - |
| HSV(B) | 10.79º | 0.86% | 0.86% | - |
| XYZ | 31.28 | 18.82 | 3.21 | - |
| YUV | 106.47 | 84.85 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 30 | 0 | 0.71 | 0.86 | 0.14 | 10.79 | 0.76 | 0.49 |
| Hex | DB | 40 | 1E | 0 | 47 | 56 | E | B | 4C | 31 |
| Octal | 333 | 100 | 36 | 0 | 107 | 126 | 16 | 13 | 114 | 61 |
| Binary | 11011011 | 1000000 | 11110 | 0 | 1000111 | 1010110 | 1110 | 1011 | 1001100 | 110001 |
Color Harmonies of #DB401E
Complementary color
Monochromatic Colors of #DB401E
Black with #DB401E
Text Example
Text Example
White with #DB401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB401E; }
p { color: rgb(219,64,30); }
H1.HeaderClassName
{
color: #DB401E;
}
.AnyTagClassName
{
color: #DB401E;
}
</style>
background-color css
<style>
a { background-color: #DB401E; }
a { background-color: rgb(219,64,30); }
div.DivClassName
{
background-color: #DB401E;
}
.BgClassName
{
background-color: #DB401E;
}
</style>
border-color css
<style>
span { border-color: #DB401E; }
span { border-color: rgb(219,64,30); }
td.TdClassName
{
border-color: #DB401E;
}
.TagClassName
{
border-color: #DB401E;
}
</style>