Html Css Color HEX #DB3F0B Harley Davidson Orange
📋 copy color: '#DB3F0B'red 219 ◦ green 63 ◦ blue 11
Shades of Harley Davidson Orange #DB3F0B
Tints of Harley Davidson Orange #DB3F0B
RGB
CMYK
RGB Variations
Color information
#DB3F0B (or 0xDB3F0B) is known color: Harley Davidson Orange. HEX triplet: DB, 3F and 0B. RGB value is (219,63,11). Sum of RGB (Red+Green+Blue) = 219+63+11=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3F0B is #24C0F4. Grayscale: #686868. Windows color (decimal): -2408693 or 737243. OLE color: 737243.
HSL color Cylindrical-coordinate representation of color #DB3F0B: hue angle of 15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB3F0B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.14 |
| HSL | 15º | 0.9% | 0.45% | - |
| HSV(B) | 15º | 0.95% | 0.86% | - |
| XYZ | 31.05 | 18.64 | 2.28 | - |
| YUV | 103.72 | 75.68 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 11 | 0 | 0.71 | 0.95 | 0.14 | 15 | 0.9 | 0.45 |
| Hex | DB | 3F | B | 0 | 47 | 5F | E | F | 5A | 2D |
| Octal | 333 | 77 | 13 | 0 | 107 | 137 | 16 | 17 | 132 | 55 |
| Binary | 11011011 | 111111 | 1011 | 0 | 1000111 | 1011111 | 1110 | 1111 | 1011010 | 101101 |
Color Harmonies of #DB3F0B
Complementary color
Monochromatic Colors of #DB3F0B
Black with #DB3F0B
Text Example
Text Example
White with #DB3F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F0B; }
p { color: rgb(219,63,11); }
H1.HeaderClassName
{
color: #DB3F0B;
}
.AnyTagClassName
{
color: #DB3F0B;
}
</style>
background-color css
<style>
a { background-color: #DB3F0B; }
a { background-color: rgb(219,63,11); }
div.DivClassName
{
background-color: #DB3F0B;
}
.BgClassName
{
background-color: #DB3F0B;
}
</style>
border-color css
<style>
span { border-color: #DB3F0B; }
span { border-color: rgb(219,63,11); }
td.TdClassName
{
border-color: #DB3F0B;
}
.TagClassName
{
border-color: #DB3F0B;
}
</style>