Html Css Color HEX #DB3B15 Harley Davidson Orange
📋 copy color: '#DB3B15'red 219 ◦ green 59 ◦ blue 21
Shades of Harley Davidson Orange #DB3B15
Tints of Harley Davidson Orange #DB3B15
RGB
CMYK
RGB Variations
Color information
#DB3B15 (or 0xDB3B15) is known color: Harley Davidson Orange. HEX triplet: DB, 3B and 15. RGB value is (219,59,21). Sum of RGB (Red+Green+Blue) = 219+59+21=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3B15 is #24C4EA. Grayscale: #666666. Windows color (decimal): -2409707 or 1391579. OLE color: 1391579.
HSL color Cylindrical-coordinate representation of color #DB3B15: hue angle of 11.52º 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 #DB3B15 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 21 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.14 |
| HSL | 11.52º | 0.83% | 0.47% | - |
| HSV(B) | 11.52º | 0.9% | 0.86% | - |
| XYZ | 30.91 | 18.24 | 2.6 | - |
| YUV | 102.51 | 82.01 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 21 | 0 | 0.73 | 0.90 | 0.14 | 11.52 | 0.83 | 0.47 |
| Hex | DB | 3B | 15 | 0 | 49 | 5A | E | C | 52 | 2F |
| Octal | 333 | 73 | 25 | 0 | 111 | 132 | 16 | 14 | 122 | 57 |
| Binary | 11011011 | 111011 | 10101 | 0 | 1001001 | 1011010 | 1110 | 1100 | 1010010 | 101111 |
Color Harmonies of #DB3B15
Complementary color
Monochromatic Colors of #DB3B15
Black with #DB3B15
Text Example
Text Example
White with #DB3B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B15; }
p { color: rgb(219,59,21); }
H1.HeaderClassName
{
color: #DB3B15;
}
.AnyTagClassName
{
color: #DB3B15;
}
</style>
background-color css
<style>
a { background-color: #DB3B15; }
a { background-color: rgb(219,59,21); }
div.DivClassName
{
background-color: #DB3B15;
}
.BgClassName
{
background-color: #DB3B15;
}
</style>
border-color css
<style>
span { border-color: #DB3B15; }
span { border-color: rgb(219,59,21); }
td.TdClassName
{
border-color: #DB3B15;
}
.TagClassName
{
border-color: #DB3B15;
}
</style>