Html Css Color HEX #DB4518 Harley Davidson Orange
📋 copy color: '#DB4518'red 219 ◦ green 69 ◦ blue 24
Shades of Harley Davidson Orange #DB4518
Tints of Harley Davidson Orange #DB4518
RGB
CMYK
RGB Variations
Color information
#DB4518 (or 0xDB4518) is known color: Harley Davidson Orange. HEX triplet: DB, 45 and 18. RGB value is (219,69,24). Sum of RGB (Red+Green+Blue) = 219+69+24=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4518 is #24BAE7. Grayscale: #6D6D6D. Windows color (decimal): -2407144 or 1590747. OLE color: 1590747.
HSL color Cylindrical-coordinate representation of color #DB4518: hue angle of 13.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB4518 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 24 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.14 |
| HSL | 13.85º | 0.8% | 0.48% | - |
| HSV(B) | 13.85º | 0.89% | 0.86% | - |
| XYZ | 31.51 | 19.38 | 2.94 | - |
| YUV | 108.72 | 80.2 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 24 | 0 | 0.68 | 0.89 | 0.14 | 13.85 | 0.8 | 0.48 |
| Hex | DB | 45 | 18 | 0 | 44 | 59 | E | E | 50 | 30 |
| Octal | 333 | 105 | 30 | 0 | 104 | 131 | 16 | 16 | 120 | 60 |
| Binary | 11011011 | 1000101 | 11000 | 0 | 1000100 | 1011001 | 1110 | 1110 | 1010000 | 110000 |
Color Harmonies of #DB4518
Complementary color
Monochromatic Colors of #DB4518
Black with #DB4518
Text Example
Text Example
White with #DB4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4518; }
p { color: rgb(219,69,24); }
H1.HeaderClassName
{
color: #DB4518;
}
.AnyTagClassName
{
color: #DB4518;
}
</style>
background-color css
<style>
a { background-color: #DB4518; }
a { background-color: rgb(219,69,24); }
div.DivClassName
{
background-color: #DB4518;
}
.BgClassName
{
background-color: #DB4518;
}
</style>
border-color css
<style>
span { border-color: #DB4518; }
span { border-color: rgb(219,69,24); }
td.TdClassName
{
border-color: #DB4518;
}
.TagClassName
{
border-color: #DB4518;
}
</style>