Html Css Color HEX #DB3A18 Harley Davidson Orange
📋 copy color: '#DB3A18'red 219 ◦ green 58 ◦ blue 24
Shades of Harley Davidson Orange #DB3A18
Tints of Harley Davidson Orange #DB3A18
RGB
CMYK
RGB Variations
Color information
#DB3A18 (or 0xDB3A18) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 18. RGB value is (219,58,24). Sum of RGB (Red+Green+Blue) = 219+58+24=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3A18 is #24C5E7. Grayscale: #666666. Windows color (decimal): -2409960 or 1587931. OLE color: 1587931.
HSL color Cylindrical-coordinate representation of color #DB3A18: hue angle of 10.46º 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 #DB3A18 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 24 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.14 |
| HSL | 10.46º | 0.8% | 0.48% | - |
| HSV(B) | 10.46º | 0.89% | 0.86% | - |
| XYZ | 30.89 | 18.15 | 2.74 | - |
| YUV | 102.26 | 83.84 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 24 | 0 | 0.74 | 0.89 | 0.14 | 10.46 | 0.8 | 0.48 |
| Hex | DB | 3A | 18 | 0 | 4A | 59 | E | A | 50 | 30 |
| Octal | 333 | 72 | 30 | 0 | 112 | 131 | 16 | 12 | 120 | 60 |
| Binary | 11011011 | 111010 | 11000 | 0 | 1001010 | 1011001 | 1110 | 1010 | 1010000 | 110000 |
Color Harmonies of #DB3A18
Complementary color
Monochromatic Colors of #DB3A18
Black with #DB3A18
Text Example
Text Example
White with #DB3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A18; }
p { color: rgb(219,58,24); }
H1.HeaderClassName
{
color: #DB3A18;
}
.AnyTagClassName
{
color: #DB3A18;
}
</style>
background-color css
<style>
a { background-color: #DB3A18; }
a { background-color: rgb(219,58,24); }
div.DivClassName
{
background-color: #DB3A18;
}
.BgClassName
{
background-color: #DB3A18;
}
</style>
border-color css
<style>
span { border-color: #DB3A18; }
span { border-color: rgb(219,58,24); }
td.TdClassName
{
border-color: #DB3A18;
}
.TagClassName
{
border-color: #DB3A18;
}
</style>