Html Css Color HEX #DB420B Harley Davidson Orange
📋 copy color: '#DB420B'red 219 ◦ green 66 ◦ blue 11
Shades of Harley Davidson Orange #DB420B
Tints of Harley Davidson Orange #DB420B
RGB
CMYK
RGB Variations
Color information
#DB420B (or 0xDB420B) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 0B. RGB value is (219,66,11). Sum of RGB (Red+Green+Blue) = 219+66+11=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB420B is #24BDF4. Grayscale: #696969. Windows color (decimal): -2407925 or 738011. OLE color: 738011.
HSL color Cylindrical-coordinate representation of color #DB420B: hue angle of 15.87º 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 #DB420B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.14 |
| HSL | 15.87º | 0.9% | 0.45% | - |
| HSV(B) | 15.87º | 0.95% | 0.86% | - |
| XYZ | 31.22 | 18.98 | 2.33 | - |
| YUV | 105.48 | 74.69 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 11 | 0 | 0.70 | 0.95 | 0.14 | 15.87 | 0.9 | 0.45 |
| Hex | DB | 42 | B | 0 | 46 | 5F | E | 10 | 5A | 2D |
| Octal | 333 | 102 | 13 | 0 | 106 | 137 | 16 | 20 | 132 | 55 |
| Binary | 11011011 | 1000010 | 1011 | 0 | 1000110 | 1011111 | 1110 | 10000 | 1011010 | 101101 |
Color Harmonies of #DB420B
Complementary color
Monochromatic Colors of #DB420B
Black with #DB420B
Text Example
Text Example
White with #DB420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB420B; }
p { color: rgb(219,66,11); }
H1.HeaderClassName
{
color: #DB420B;
}
.AnyTagClassName
{
color: #DB420B;
}
</style>
background-color css
<style>
a { background-color: #DB420B; }
a { background-color: rgb(219,66,11); }
div.DivClassName
{
background-color: #DB420B;
}
.BgClassName
{
background-color: #DB420B;
}
</style>
border-color css
<style>
span { border-color: #DB420B; }
span { border-color: rgb(219,66,11); }
td.TdClassName
{
border-color: #DB420B;
}
.TagClassName
{
border-color: #DB420B;
}
</style>