Html Css Color HEX #DB3E15 Harley Davidson Orange
📋 copy color: '#DB3E15'red 219 ◦ green 62 ◦ blue 21
Shades of Harley Davidson Orange #DB3E15
Tints of Harley Davidson Orange #DB3E15
RGB
CMYK
RGB Variations
Color information
#DB3E15 (or 0xDB3E15) is known color: Harley Davidson Orange. HEX triplet: DB, 3E and 15. RGB value is (219,62,21). Sum of RGB (Red+Green+Blue) = 219+62+21=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3E15 is #24C1EA. Grayscale: #686868. Windows color (decimal): -2408939 or 1392347. OLE color: 1392347.
HSL color Cylindrical-coordinate representation of color #DB3E15: hue angle of 12.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB3E15 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 21 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.14 |
| HSL | 12.42º | 0.83% | 0.47% | - |
| HSV(B) | 12.42º | 0.9% | 0.86% | - |
| XYZ | 31.07 | 18.56 | 2.65 | - |
| YUV | 104.27 | 81.01 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 21 | 0 | 0.72 | 0.90 | 0.14 | 12.42 | 0.83 | 0.47 |
| Hex | DB | 3E | 15 | 0 | 48 | 5A | E | C | 52 | 2F |
| Octal | 333 | 76 | 25 | 0 | 110 | 132 | 16 | 14 | 122 | 57 |
| Binary | 11011011 | 111110 | 10101 | 0 | 1001000 | 1011010 | 1110 | 1100 | 1010010 | 101111 |
Color Harmonies of #DB3E15
Complementary color
Monochromatic Colors of #DB3E15
Black with #DB3E15
Text Example
Text Example
White with #DB3E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E15; }
p { color: rgb(219,62,21); }
H1.HeaderClassName
{
color: #DB3E15;
}
.AnyTagClassName
{
color: #DB3E15;
}
</style>
background-color css
<style>
a { background-color: #DB3E15; }
a { background-color: rgb(219,62,21); }
div.DivClassName
{
background-color: #DB3E15;
}
.BgClassName
{
background-color: #DB3E15;
}
</style>
border-color css
<style>
span { border-color: #DB3E15; }
span { border-color: rgb(219,62,21); }
td.TdClassName
{
border-color: #DB3E15;
}
.TagClassName
{
border-color: #DB3E15;
}
</style>