Html Css Color HEX #DB180E Harley Davidson Orange
📋 copy color: '#DB180E'red 219 ◦ green 24 ◦ blue 14
Shades of Harley Davidson Orange #DB180E
Tints of Harley Davidson Orange #DB180E
RGB
CMYK
RGB Variations
Color information
#DB180E (or 0xDB180E) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 0E. RGB value is (219,24,14). Sum of RGB (Red+Green+Blue) = 219+24+14=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB180E is #24E7F1. Grayscale: #515151. Windows color (decimal): -2418674 or 923867. OLE color: 923867.
HSL color Cylindrical-coordinate representation of color #DB180E: hue angle of 2.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB180E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 14 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.14 |
| HSL | 2.93º | 0.88% | 0.46% | - |
| HSV(B) | 2.93º | 0.94% | 0.86% | - |
| XYZ | 29.62 | 15.75 | 1.89 | - |
| YUV | 81.17 | 90.1 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 14 | 0 | 0.89 | 0.94 | 0.14 | 2.93 | 0.88 | 0.46 |
| Hex | DB | 18 | E | 0 | 59 | 5E | E | 3 | 58 | 2E |
| Octal | 333 | 30 | 16 | 0 | 131 | 136 | 16 | 3 | 130 | 56 |
| Binary | 11011011 | 11000 | 1110 | 0 | 1011001 | 1011110 | 1110 | 11 | 1011000 | 101110 |
Color Harmonies of #DB180E
Complementary color
Monochromatic Colors of #DB180E
Black with #DB180E
Text Example
Text Example
White with #DB180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB180E; }
p { color: rgb(219,24,14); }
H1.HeaderClassName
{
color: #DB180E;
}
.AnyTagClassName
{
color: #DB180E;
}
</style>
background-color css
<style>
a { background-color: #DB180E; }
a { background-color: rgb(219,24,14); }
div.DivClassName
{
background-color: #DB180E;
}
.BgClassName
{
background-color: #DB180E;
}
</style>
border-color css
<style>
span { border-color: #DB180E; }
span { border-color: rgb(219,24,14); }
td.TdClassName
{
border-color: #DB180E;
}
.TagClassName
{
border-color: #DB180E;
}
</style>