Html Css Color HEX #DB4B18 Harley Davidson Orange
📋 copy color: '#DB4B18'red 219 ◦ green 75 ◦ blue 24
Shades of Harley Davidson Orange #DB4B18
Tints of Harley Davidson Orange #DB4B18
RGB
CMYK
RGB Variations
Color information
#DB4B18 (or 0xDB4B18) is known color: Harley Davidson Orange. HEX triplet: DB, 4B and 18. RGB value is (219,75,24). Sum of RGB (Red+Green+Blue) = 219+75+24=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B18 is #24B4E7. Grayscale: #707070. Windows color (decimal): -2405608 or 1592283. OLE color: 1592283.
HSL color Cylindrical-coordinate representation of color #DB4B18: hue angle of 15.69º 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 #DB4B18 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 24 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.14 |
| HSL | 15.69º | 0.8% | 0.48% | - |
| HSV(B) | 15.69º | 0.89% | 0.86% | - |
| XYZ | 31.89 | 20.16 | 3.07 | - |
| YUV | 112.24 | 78.21 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 24 | 0 | 0.66 | 0.89 | 0.14 | 15.69 | 0.8 | 0.48 |
| Hex | DB | 4B | 18 | 0 | 42 | 59 | E | 10 | 50 | 30 |
| Octal | 333 | 113 | 30 | 0 | 102 | 131 | 16 | 20 | 120 | 60 |
| Binary | 11011011 | 1001011 | 11000 | 0 | 1000010 | 1011001 | 1110 | 10000 | 1010000 | 110000 |
Color Harmonies of #DB4B18
Complementary color
Monochromatic Colors of #DB4B18
Black with #DB4B18
Text Example
Text Example
White with #DB4B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B18; }
p { color: rgb(219,75,24); }
H1.HeaderClassName
{
color: #DB4B18;
}
.AnyTagClassName
{
color: #DB4B18;
}
</style>
background-color css
<style>
a { background-color: #DB4B18; }
a { background-color: rgb(219,75,24); }
div.DivClassName
{
background-color: #DB4B18;
}
.BgClassName
{
background-color: #DB4B18;
}
</style>
border-color css
<style>
span { border-color: #DB4B18; }
span { border-color: rgb(219,75,24); }
td.TdClassName
{
border-color: #DB4B18;
}
.TagClassName
{
border-color: #DB4B18;
}
</style>