Html Css Color HEX #DB3715 Harley Davidson Orange
📋 copy color: '#DB3715'red 219 ◦ green 55 ◦ blue 21
Shades of Harley Davidson Orange #DB3715
Tints of Harley Davidson Orange #DB3715
RGB
CMYK
RGB Variations
Color information
#DB3715 (or 0xDB3715) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 15. RGB value is (219,55,21). Sum of RGB (Red+Green+Blue) = 219+55+21=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3715 is #24C8EA. Grayscale: #646464. Windows color (decimal): -2410731 or 1390555. OLE color: 1390555.
HSL color Cylindrical-coordinate representation of color #DB3715: hue angle of 10.3º 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 #DB3715 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 21 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.14 |
| HSL | 10.3º | 0.83% | 0.47% | - |
| HSV(B) | 10.3º | 0.9% | 0.86% | - |
| XYZ | 30.71 | 17.85 | 2.54 | - |
| YUV | 100.16 | 83.33 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 21 | 0 | 0.75 | 0.90 | 0.14 | 10.3 | 0.83 | 0.47 |
| Hex | DB | 37 | 15 | 0 | 4B | 5A | E | A | 52 | 2F |
| Octal | 333 | 67 | 25 | 0 | 113 | 132 | 16 | 12 | 122 | 57 |
| Binary | 11011011 | 110111 | 10101 | 0 | 1001011 | 1011010 | 1110 | 1010 | 1010010 | 101111 |
Color Harmonies of #DB3715
Complementary color
Monochromatic Colors of #DB3715
Black with #DB3715
Text Example
Text Example
White with #DB3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3715; }
p { color: rgb(219,55,21); }
H1.HeaderClassName
{
color: #DB3715;
}
.AnyTagClassName
{
color: #DB3715;
}
</style>
background-color css
<style>
a { background-color: #DB3715; }
a { background-color: rgb(219,55,21); }
div.DivClassName
{
background-color: #DB3715;
}
.BgClassName
{
background-color: #DB3715;
}
</style>
border-color css
<style>
span { border-color: #DB3715; }
span { border-color: rgb(219,55,21); }
td.TdClassName
{
border-color: #DB3715;
}
.TagClassName
{
border-color: #DB3715;
}
</style>