Html Css Color HEX #DB410F Harley Davidson Orange
📋 copy color: '#DB410F'red 219 ◦ green 65 ◦ blue 15
Shades of Harley Davidson Orange #DB410F
Tints of Harley Davidson Orange #DB410F
RGB
CMYK
RGB Variations
Color information
#DB410F (or 0xDB410F) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 0F. RGB value is (219,65,15). Sum of RGB (Red+Green+Blue) = 219+65+15=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB410F is #24BEF0. Grayscale: #696969. Windows color (decimal): -2408177 or 999899. OLE color: 999899.
HSL color Cylindrical-coordinate representation of color #DB410F: hue angle of 14.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB410F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.14 |
| HSL | 14.71º | 0.87% | 0.46% | - |
| HSV(B) | 14.71º | 0.93% | 0.86% | - |
| XYZ | 31.19 | 18.88 | 2.45 | - |
| YUV | 105.35 | 77.02 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 15 | 0 | 0.70 | 0.93 | 0.14 | 14.71 | 0.87 | 0.46 |
| Hex | DB | 41 | F | 0 | 46 | 5D | E | F | 57 | 2E |
| Octal | 333 | 101 | 17 | 0 | 106 | 135 | 16 | 17 | 127 | 56 |
| Binary | 11011011 | 1000001 | 1111 | 0 | 1000110 | 1011101 | 1110 | 1111 | 1010111 | 101110 |
Color Harmonies of #DB410F
Complementary color
Monochromatic Colors of #DB410F
Black with #DB410F
Text Example
Text Example
White with #DB410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB410F; }
p { color: rgb(219,65,15); }
H1.HeaderClassName
{
color: #DB410F;
}
.AnyTagClassName
{
color: #DB410F;
}
</style>
background-color css
<style>
a { background-color: #DB410F; }
a { background-color: rgb(219,65,15); }
div.DivClassName
{
background-color: #DB410F;
}
.BgClassName
{
background-color: #DB410F;
}
</style>
border-color css
<style>
span { border-color: #DB410F; }
span { border-color: rgb(219,65,15); }
td.TdClassName
{
border-color: #DB410F;
}
.TagClassName
{
border-color: #DB410F;
}
</style>