Html Css Color HEX #DB401B Harley Davidson Orange
📋 copy color: '#DB401B'red 219 ◦ green 64 ◦ blue 27
Shades of Harley Davidson Orange #DB401B
Tints of Harley Davidson Orange #DB401B
RGB
CMYK
RGB Variations
Color information
#DB401B (or 0xDB401B) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 1B. RGB value is (219,64,27). Sum of RGB (Red+Green+Blue) = 219+64+27=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB401B is #24BFE4. Grayscale: #6A6A6A. Windows color (decimal): -2408421 or 1786075. OLE color: 1786075.
HSL color Cylindrical-coordinate representation of color #DB401B: hue angle of 11.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB401B is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 27 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.14 |
| HSL | 11.56º | 0.78% | 0.48% | - |
| HSV(B) | 11.56º | 0.88% | 0.86% | - |
| XYZ | 31.24 | 18.81 | 3.02 | - |
| YUV | 106.13 | 83.35 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 27 | 0 | 0.71 | 0.88 | 0.14 | 11.56 | 0.78 | 0.48 |
| Hex | DB | 40 | 1B | 0 | 47 | 58 | E | C | 4E | 30 |
| Octal | 333 | 100 | 33 | 0 | 107 | 130 | 16 | 14 | 116 | 60 |
| Binary | 11011011 | 1000000 | 11011 | 0 | 1000111 | 1011000 | 1110 | 1100 | 1001110 | 110000 |
Color Harmonies of #DB401B
Complementary color
Monochromatic Colors of #DB401B
Black with #DB401B
Text Example
Text Example
White with #DB401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB401B; }
p { color: rgb(219,64,27); }
H1.HeaderClassName
{
color: #DB401B;
}
.AnyTagClassName
{
color: #DB401B;
}
</style>
background-color css
<style>
a { background-color: #DB401B; }
a { background-color: rgb(219,64,27); }
div.DivClassName
{
background-color: #DB401B;
}
.BgClassName
{
background-color: #DB401B;
}
</style>
border-color css
<style>
span { border-color: #DB401B; }
span { border-color: rgb(219,64,27); }
td.TdClassName
{
border-color: #DB401B;
}
.TagClassName
{
border-color: #DB401B;
}
</style>