Html Css Color HEX #DB3905 Harley Davidson Orange
📋 copy color: '#DB3905'red 219 ◦ green 57 ◦ blue 5
Shades of Harley Davidson Orange #DB3905
Tints of Harley Davidson Orange #DB3905
RGB
CMYK
RGB Variations
Color information
#DB3905 (or 0xDB3905) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 05. RGB value is (219,57,5). Sum of RGB (Red+Green+Blue) = 219+57+5=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3905 is #24C6FA. Grayscale: #636363. Windows color (decimal): -2410235 or 342491. OLE color: 342491.
HSL color Cylindrical-coordinate representation of color #DB3905: hue angle of 14.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB3905 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.14 |
| HSL | 14.58º | 0.96% | 0.44% | - |
| HSV(B) | 14.58º | 0.98% | 0.86% | - |
| XYZ | 30.7 | 18 | 2 | - |
| YUV | 99.51 | 74.67 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 5 | 0 | 0.74 | 0.98 | 0.14 | 14.58 | 0.96 | 0.44 |
| Hex | DB | 39 | 5 | 0 | 4A | 62 | E | F | 60 | 2C |
| Octal | 333 | 71 | 5 | 0 | 112 | 142 | 16 | 17 | 140 | 54 |
| Binary | 11011011 | 111001 | 101 | 0 | 1001010 | 1100010 | 1110 | 1111 | 1100000 | 101100 |
Color Harmonies of #DB3905
Complementary color
Monochromatic Colors of #DB3905
Black with #DB3905
Text Example
Text Example
White with #DB3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3905; }
p { color: rgb(219,57,5); }
H1.HeaderClassName
{
color: #DB3905;
}
.AnyTagClassName
{
color: #DB3905;
}
</style>
background-color css
<style>
a { background-color: #DB3905; }
a { background-color: rgb(219,57,5); }
div.DivClassName
{
background-color: #DB3905;
}
.BgClassName
{
background-color: #DB3905;
}
</style>
border-color css
<style>
span { border-color: #DB3905; }
span { border-color: rgb(219,57,5); }
td.TdClassName
{
border-color: #DB3905;
}
.TagClassName
{
border-color: #DB3905;
}
</style>