Html Css Color HEX #DB4007 Harley Davidson Orange
📋 copy color: '#DB4007'red 219 ◦ green 64 ◦ blue 7
Shades of Harley Davidson Orange #DB4007
Tints of Harley Davidson Orange #DB4007
RGB
CMYK
RGB Variations
Color information
#DB4007 (or 0xDB4007) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 07. RGB value is (219,64,7). Sum of RGB (Red+Green+Blue) = 219+64+7=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4007 is #24BFF8. Grayscale: #686868. Windows color (decimal): -2408441 or 475355. OLE color: 475355.
HSL color Cylindrical-coordinate representation of color #DB4007: hue angle of 16.13º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB4007 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 7 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.14 |
| HSL | 16.13º | 0.94% | 0.44% | - |
| HSV(B) | 16.13º | 0.97% | 0.86% | - |
| XYZ | 31.09 | 18.74 | 2.18 | - |
| YUV | 103.85 | 73.35 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 7 | 0 | 0.71 | 0.97 | 0.14 | 16.13 | 0.94 | 0.44 |
| Hex | DB | 40 | 7 | 0 | 47 | 61 | E | 10 | 5E | 2C |
| Octal | 333 | 100 | 7 | 0 | 107 | 141 | 16 | 20 | 136 | 54 |
| Binary | 11011011 | 1000000 | 111 | 0 | 1000111 | 1100001 | 1110 | 10000 | 1011110 | 101100 |
Color Harmonies of #DB4007
Complementary color
Monochromatic Colors of #DB4007
Black with #DB4007
Text Example
Text Example
White with #DB4007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4007; }
p { color: rgb(219,64,7); }
H1.HeaderClassName
{
color: #DB4007;
}
.AnyTagClassName
{
color: #DB4007;
}
</style>
background-color css
<style>
a { background-color: #DB4007; }
a { background-color: rgb(219,64,7); }
div.DivClassName
{
background-color: #DB4007;
}
.BgClassName
{
background-color: #DB4007;
}
</style>
border-color css
<style>
span { border-color: #DB4007; }
span { border-color: rgb(219,64,7); }
td.TdClassName
{
border-color: #DB4007;
}
.TagClassName
{
border-color: #DB4007;
}
</style>