Html Css Color HEX #DB3A00 Harley Davidson Orange
📋 copy color: '#DB3A00'red 219 ◦ green 58 ◦ blue 0
Shades of Harley Davidson Orange #DB3A00
Tints of Harley Davidson Orange #DB3A00
RGB
CMYK
RGB Variations
Color information
#DB3A00 (or 0xDB3A00) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 00. RGB value is (219,58,0). Sum of RGB (Red+Green+Blue) = 219+58+0=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3A00 is #24C5FF. Grayscale: #636363. Windows color (decimal): -2409984 or 15067. OLE color: 15067.
HSL color Cylindrical-coordinate representation of color #DB3A00: hue angle of 15.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB3A00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.14 |
| HSL | 15.89º | 1% | 0.43% | - |
| HSV(B) | 15.89º | 1% | 0.86% | - |
| XYZ | 30.73 | 18.09 | 1.87 | - |
| YUV | 99.53 | 71.84 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 0 | 0 | 0.74 | 1 | 0.14 | 15.89 | 1 | 0.43 |
| Hex | DB | 3A | 0 | 0 | 4A | 64 | E | 10 | 64 | 2B |
| Octal | 333 | 72 | 0 | 0 | 112 | 144 | 16 | 20 | 144 | 53 |
| Binary | 11011011 | 111010 | 0 | 0 | 1001010 | 1100100 | 1110 | 10000 | 1100100 | 101011 |
Color Harmonies of #DB3A00
Complementary color
Monochromatic Colors of #DB3A00
Black with #DB3A00
Text Example
Text Example
White with #DB3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A00; }
p { color: rgb(219,58,0); }
H1.HeaderClassName
{
color: #DB3A00;
}
.AnyTagClassName
{
color: #DB3A00;
}
</style>
background-color css
<style>
a { background-color: #DB3A00; }
a { background-color: rgb(219,58,0); }
div.DivClassName
{
background-color: #DB3A00;
}
.BgClassName
{
background-color: #DB3A00;
}
</style>
border-color css
<style>
span { border-color: #DB3A00; }
span { border-color: rgb(219,58,0); }
td.TdClassName
{
border-color: #DB3A00;
}
.TagClassName
{
border-color: #DB3A00;
}
</style>