Html Css Color HEX #DB3518 Harley Davidson Orange
📋 copy color: '#DB3518'red 219 ◦ green 53 ◦ blue 24
Shades of Harley Davidson Orange #DB3518
Tints of Harley Davidson Orange #DB3518
RGB
CMYK
RGB Variations
Color information
#DB3518 (or 0xDB3518) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 18. RGB value is (219,53,24). Sum of RGB (Red+Green+Blue) = 219+53+24=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3518 is #24CAE7. Grayscale: #636363. Windows color (decimal): -2411240 or 1586651. OLE color: 1586651.
HSL color Cylindrical-coordinate representation of color #DB3518: hue angle of 8.92º 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 #DB3518 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 24 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.14 |
| HSL | 8.92º | 0.8% | 0.48% | - |
| HSV(B) | 8.92º | 0.89% | 0.86% | - |
| XYZ | 30.65 | 17.67 | 2.66 | - |
| YUV | 99.33 | 85.5 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 24 | 0 | 0.76 | 0.89 | 0.14 | 8.92 | 0.8 | 0.48 |
| Hex | DB | 35 | 18 | 0 | 4C | 59 | E | 9 | 50 | 30 |
| Octal | 333 | 65 | 30 | 0 | 114 | 131 | 16 | 11 | 120 | 60 |
| Binary | 11011011 | 110101 | 11000 | 0 | 1001100 | 1011001 | 1110 | 1001 | 1010000 | 110000 |
Color Harmonies of #DB3518
Complementary color
Monochromatic Colors of #DB3518
Black with #DB3518
Text Example
Text Example
White with #DB3518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3518; }
p { color: rgb(219,53,24); }
H1.HeaderClassName
{
color: #DB3518;
}
.AnyTagClassName
{
color: #DB3518;
}
</style>
background-color css
<style>
a { background-color: #DB3518; }
a { background-color: rgb(219,53,24); }
div.DivClassName
{
background-color: #DB3518;
}
.BgClassName
{
background-color: #DB3518;
}
</style>
border-color css
<style>
span { border-color: #DB3518; }
span { border-color: rgb(219,53,24); }
td.TdClassName
{
border-color: #DB3518;
}
.TagClassName
{
border-color: #DB3518;
}
</style>