Html Css Color HEX #DB3900 Harley Davidson Orange
📋 copy color: '#DB3900'red 219 ◦ green 57 ◦ blue 0
Shades of Harley Davidson Orange #DB3900
Tints of Harley Davidson Orange #DB3900
RGB
CMYK
RGB Variations
Color information
#DB3900 (or 0xDB3900) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 00. RGB value is (219,57,0). Sum of RGB (Red+Green+Blue) = 219+57+0=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3900 is #24C6FF. Grayscale: #636363. Windows color (decimal): -2410240 or 14811. OLE color: 14811.
HSL color Cylindrical-coordinate representation of color #DB3900: hue angle of 15.62º 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 #DB3900 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.14 |
| HSL | 15.62º | 1% | 0.43% | - |
| HSV(B) | 15.62º | 1% | 0.86% | - |
| XYZ | 30.68 | 17.99 | 1.85 | - |
| YUV | 98.94 | 72.17 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 0 | 0 | 0.74 | 1 | 0.14 | 15.62 | 1 | 0.43 |
| Hex | DB | 39 | 0 | 0 | 4A | 64 | E | 10 | 64 | 2B |
| Octal | 333 | 71 | 0 | 0 | 112 | 144 | 16 | 20 | 144 | 53 |
| Binary | 11011011 | 111001 | 0 | 0 | 1001010 | 1100100 | 1110 | 10000 | 1100100 | 101011 |
Color Harmonies of #DB3900
Complementary color
Monochromatic Colors of #DB3900
Black with #DB3900
Text Example
Text Example
White with #DB3900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3900; }
p { color: rgb(219,57,0); }
H1.HeaderClassName
{
color: #DB3900;
}
.AnyTagClassName
{
color: #DB3900;
}
</style>
background-color css
<style>
a { background-color: #DB3900; }
a { background-color: rgb(219,57,0); }
div.DivClassName
{
background-color: #DB3900;
}
.BgClassName
{
background-color: #DB3900;
}
</style>
border-color css
<style>
span { border-color: #DB3900; }
span { border-color: rgb(219,57,0); }
td.TdClassName
{
border-color: #DB3900;
}
.TagClassName
{
border-color: #DB3900;
}
</style>