Html Css Color HEX #DB3E1A Harley Davidson Orange
📋 copy color: '#DB3E1A'red 219 ◦ green 62 ◦ blue 26
Shades of Harley Davidson Orange #DB3E1A
Tints of Harley Davidson Orange #DB3E1A
RGB
CMYK
RGB Variations
Color information
#DB3E1A (or 0xDB3E1A) is known color: Harley Davidson Orange. HEX triplet: DB, 3E and 1A. RGB value is (219,62,26). Sum of RGB (Red+Green+Blue) = 219+62+26=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E1A is #24C1E5. Grayscale: #696969. Windows color (decimal): -2408934 or 1720027. OLE color: 1720027.
HSL color Cylindrical-coordinate representation of color #DB3E1A: hue angle of 11.19º 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 #DB3E1A is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 26 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.14 |
| HSL | 11.19º | 0.79% | 0.48% | - |
| HSV(B) | 11.19º | 0.88% | 0.86% | - |
| XYZ | 31.12 | 18.58 | 2.92 | - |
| YUV | 104.84 | 83.51 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 26 | 0 | 0.72 | 0.88 | 0.14 | 11.19 | 0.79 | 0.48 |
| Hex | DB | 3E | 1A | 0 | 48 | 58 | E | B | 4F | 30 |
| Octal | 333 | 76 | 32 | 0 | 110 | 130 | 16 | 13 | 117 | 60 |
| Binary | 11011011 | 111110 | 11010 | 0 | 1001000 | 1011000 | 1110 | 1011 | 1001111 | 110000 |
Color Harmonies of #DB3E1A
Complementary color
Monochromatic Colors of #DB3E1A
Black with #DB3E1A
Text Example
Text Example
White with #DB3E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E1A; }
p { color: rgb(219,62,26); }
H1.HeaderClassName
{
color: #DB3E1A;
}
.AnyTagClassName
{
color: #DB3E1A;
}
</style>
background-color css
<style>
a { background-color: #DB3E1A; }
a { background-color: rgb(219,62,26); }
div.DivClassName
{
background-color: #DB3E1A;
}
.BgClassName
{
background-color: #DB3E1A;
}
</style>
border-color css
<style>
span { border-color: #DB3E1A; }
span { border-color: rgb(219,62,26); }
td.TdClassName
{
border-color: #DB3E1A;
}
.TagClassName
{
border-color: #DB3E1A;
}
</style>