Html Css Color HEX #DB420D Harley Davidson Orange
📋 copy color: '#DB420D'red 219 ◦ green 66 ◦ blue 13
Shades of Harley Davidson Orange #DB420D
Tints of Harley Davidson Orange #DB420D
RGB
CMYK
RGB Variations
Color information
#DB420D (or 0xDB420D) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 0D. RGB value is (219,66,13). Sum of RGB (Red+Green+Blue) = 219+66+13=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB420D is #24BDF2. Grayscale: #6A6A6A. Windows color (decimal): -2407923 or 869083. OLE color: 869083.
HSL color Cylindrical-coordinate representation of color #DB420D: hue angle of 15.44º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB420D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.14 |
| HSL | 15.44º | 0.89% | 0.45% | - |
| HSV(B) | 15.44º | 0.94% | 0.86% | - |
| XYZ | 31.23 | 18.99 | 2.4 | - |
| YUV | 105.71 | 75.69 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 13 | 0 | 0.70 | 0.94 | 0.14 | 15.44 | 0.89 | 0.45 |
| Hex | DB | 42 | D | 0 | 46 | 5E | E | F | 59 | 2D |
| Octal | 333 | 102 | 15 | 0 | 106 | 136 | 16 | 17 | 131 | 55 |
| Binary | 11011011 | 1000010 | 1101 | 0 | 1000110 | 1011110 | 1110 | 1111 | 1011001 | 101101 |
Color Harmonies of #DB420D
Complementary color
Monochromatic Colors of #DB420D
Black with #DB420D
Text Example
Text Example
White with #DB420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB420D; }
p { color: rgb(219,66,13); }
H1.HeaderClassName
{
color: #DB420D;
}
.AnyTagClassName
{
color: #DB420D;
}
</style>
background-color css
<style>
a { background-color: #DB420D; }
a { background-color: rgb(219,66,13); }
div.DivClassName
{
background-color: #DB420D;
}
.BgClassName
{
background-color: #DB420D;
}
</style>
border-color css
<style>
span { border-color: #DB420D; }
span { border-color: rgb(219,66,13); }
td.TdClassName
{
border-color: #DB420D;
}
.TagClassName
{
border-color: #DB420D;
}
</style>