Html Css Color HEX #DB391A Harley Davidson Orange
📋 copy color: '#DB391A'red 219 ◦ green 57 ◦ blue 26
Shades of Harley Davidson Orange #DB391A
Tints of Harley Davidson Orange #DB391A
RGB
CMYK
RGB Variations
Color information
#DB391A (or 0xDB391A) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 1A. RGB value is (219,57,26). Sum of RGB (Red+Green+Blue) = 219+57+26=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB391A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB391A is #24C6E5. Grayscale: #666666. Windows color (decimal): -2410214 or 1718747. OLE color: 1718747.
HSL color Cylindrical-coordinate representation of color #DB391A: hue angle of 9.64º degrees, saturation: 0.79, 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 #DB391A is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 26 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.14 |
| HSL | 9.64º | 0.79% | 0.48% | - |
| HSV(B) | 9.64º | 0.88% | 0.86% | - |
| XYZ | 30.86 | 18.06 | 2.84 | - |
| YUV | 101.9 | 85.17 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 26 | 0 | 0.74 | 0.88 | 0.14 | 9.64 | 0.79 | 0.48 |
| Hex | DB | 39 | 1A | 0 | 4A | 58 | E | A | 4F | 30 |
| Octal | 333 | 71 | 32 | 0 | 112 | 130 | 16 | 12 | 117 | 60 |
| Binary | 11011011 | 111001 | 11010 | 0 | 1001010 | 1011000 | 1110 | 1010 | 1001111 | 110000 |
Color Harmonies of #DB391A
Complementary color
Monochromatic Colors of #DB391A
Black with #DB391A
Text Example
Text Example
White with #DB391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB391A; }
p { color: rgb(219,57,26); }
H1.HeaderClassName
{
color: #DB391A;
}
.AnyTagClassName
{
color: #DB391A;
}
</style>
background-color css
<style>
a { background-color: #DB391A; }
a { background-color: rgb(219,57,26); }
div.DivClassName
{
background-color: #DB391A;
}
.BgClassName
{
background-color: #DB391A;
}
</style>
border-color css
<style>
span { border-color: #DB391A; }
span { border-color: rgb(219,57,26); }
td.TdClassName
{
border-color: #DB391A;
}
.TagClassName
{
border-color: #DB391A;
}
</style>