Html Css Color HEX #DB180F Harley Davidson Orange
📋 copy color: '#DB180F'red 219 ◦ green 24 ◦ blue 15
Shades of Harley Davidson Orange #DB180F
Tints of Harley Davidson Orange #DB180F
RGB
CMYK
RGB Variations
Color information
#DB180F (or 0xDB180F) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 0F. RGB value is (219,24,15). Sum of RGB (Red+Green+Blue) = 219+24+15=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB180F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB180F is #24E7F0. Grayscale: #515151. Windows color (decimal): -2418673 or 989403. OLE color: 989403.
HSL color Cylindrical-coordinate representation of color #DB180F: hue angle of 2.65º 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 #DB180F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 15 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.14 |
| HSL | 2.65º | 0.87% | 0.46% | - |
| HSV(B) | 2.65º | 0.93% | 0.86% | - |
| XYZ | 29.63 | 15.75 | 1.93 | - |
| YUV | 81.28 | 90.6 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 15 | 0 | 0.89 | 0.93 | 0.14 | 2.65 | 0.87 | 0.46 |
| Hex | DB | 18 | F | 0 | 59 | 5D | E | 3 | 57 | 2E |
| Octal | 333 | 30 | 17 | 0 | 131 | 135 | 16 | 3 | 127 | 56 |
| Binary | 11011011 | 11000 | 1111 | 0 | 1011001 | 1011101 | 1110 | 11 | 1010111 | 101110 |
Color Harmonies of #DB180F
Complementary color
Monochromatic Colors of #DB180F
Black with #DB180F
Text Example
Text Example
White with #DB180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB180F; }
p { color: rgb(219,24,15); }
H1.HeaderClassName
{
color: #DB180F;
}
.AnyTagClassName
{
color: #DB180F;
}
</style>
background-color css
<style>
a { background-color: #DB180F; }
a { background-color: rgb(219,24,15); }
div.DivClassName
{
background-color: #DB180F;
}
.BgClassName
{
background-color: #DB180F;
}
</style>
border-color css
<style>
span { border-color: #DB180F; }
span { border-color: rgb(219,24,15); }
td.TdClassName
{
border-color: #DB180F;
}
.TagClassName
{
border-color: #DB180F;
}
</style>