Html Css Color HEX #DB3F07 Harley Davidson Orange
📋 copy color: '#DB3F07'red 219 ◦ green 63 ◦ blue 7
Shades of Harley Davidson Orange #DB3F07
Tints of Harley Davidson Orange #DB3F07
RGB
CMYK
RGB Variations
Color information
#DB3F07 (or 0xDB3F07) is known color: Harley Davidson Orange. HEX triplet: DB, 3F and 07. RGB value is (219,63,7). Sum of RGB (Red+Green+Blue) = 219+63+7=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3F07 is #24C0F8. Grayscale: #676767. Windows color (decimal): -2408697 or 475099. OLE color: 475099.
HSL color Cylindrical-coordinate representation of color #DB3F07: hue angle of 15.85º 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 #DB3F07 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 7 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.14 |
| HSL | 15.85º | 0.94% | 0.44% | - |
| HSV(B) | 15.85º | 0.97% | 0.86% | - |
| XYZ | 31.03 | 18.63 | 2.16 | - |
| YUV | 103.26 | 73.68 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 7 | 0 | 0.71 | 0.97 | 0.14 | 15.85 | 0.94 | 0.44 |
| Hex | DB | 3F | 7 | 0 | 47 | 61 | E | 10 | 5E | 2C |
| Octal | 333 | 77 | 7 | 0 | 107 | 141 | 16 | 20 | 136 | 54 |
| Binary | 11011011 | 111111 | 111 | 0 | 1000111 | 1100001 | 1110 | 10000 | 1011110 | 101100 |
Color Harmonies of #DB3F07
Complementary color
Monochromatic Colors of #DB3F07
Black with #DB3F07
Text Example
Text Example
White with #DB3F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F07; }
p { color: rgb(219,63,7); }
H1.HeaderClassName
{
color: #DB3F07;
}
.AnyTagClassName
{
color: #DB3F07;
}
</style>
background-color css
<style>
a { background-color: #DB3F07; }
a { background-color: rgb(219,63,7); }
div.DivClassName
{
background-color: #DB3F07;
}
.BgClassName
{
background-color: #DB3F07;
}
</style>
border-color css
<style>
span { border-color: #DB3F07; }
span { border-color: rgb(219,63,7); }
td.TdClassName
{
border-color: #DB3F07;
}
.TagClassName
{
border-color: #DB3F07;
}
</style>