Html Css Color HEX #DB391B Harley Davidson Orange
📋 copy color: '#DB391B'red 219 ◦ green 57 ◦ blue 27
Shades of Harley Davidson Orange #DB391B
Tints of Harley Davidson Orange #DB391B
RGB
CMYK
RGB Variations
Color information
#DB391B (or 0xDB391B) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 1B. RGB value is (219,57,27). Sum of RGB (Red+Green+Blue) = 219+57+27=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB391B is #24C6E4. Grayscale: #666666. Windows color (decimal): -2410213 or 1784283. OLE color: 1784283.
HSL color Cylindrical-coordinate representation of color #DB391B: hue angle of 9.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB391B is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 27 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.14 |
| HSL | 9.38º | 0.78% | 0.48% | - |
| HSV(B) | 9.38º | 0.88% | 0.86% | - |
| XYZ | 30.87 | 18.07 | 2.9 | - |
| YUV | 102.02 | 85.67 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 27 | 0 | 0.74 | 0.88 | 0.14 | 9.38 | 0.78 | 0.48 |
| Hex | DB | 39 | 1B | 0 | 4A | 58 | E | 9 | 4E | 30 |
| Octal | 333 | 71 | 33 | 0 | 112 | 130 | 16 | 11 | 116 | 60 |
| Binary | 11011011 | 111001 | 11011 | 0 | 1001010 | 1011000 | 1110 | 1001 | 1001110 | 110000 |
Color Harmonies of #DB391B
Complementary color
Monochromatic Colors of #DB391B
Black with #DB391B
Text Example
Text Example
White with #DB391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB391B; }
p { color: rgb(219,57,27); }
H1.HeaderClassName
{
color: #DB391B;
}
.AnyTagClassName
{
color: #DB391B;
}
</style>
background-color css
<style>
a { background-color: #DB391B; }
a { background-color: rgb(219,57,27); }
div.DivClassName
{
background-color: #DB391B;
}
.BgClassName
{
background-color: #DB391B;
}
</style>
border-color css
<style>
span { border-color: #DB391B; }
span { border-color: rgb(219,57,27); }
td.TdClassName
{
border-color: #DB391B;
}
.TagClassName
{
border-color: #DB391B;
}
</style>