Html Css Color HEX #DB4915 Harley Davidson Orange
📋 copy color: '#DB4915'red 219 ◦ green 73 ◦ blue 21
Shades of Harley Davidson Orange #DB4915
Tints of Harley Davidson Orange #DB4915
RGB
CMYK
RGB Variations
Color information
#DB4915 (or 0xDB4915) is known color: Harley Davidson Orange. HEX triplet: DB, 49 and 15. RGB value is (219,73,21). Sum of RGB (Red+Green+Blue) = 219+73+21=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4915 is #24B6EA. Grayscale: #6F6F6F. Windows color (decimal): -2406123 or 1395163. OLE color: 1395163.
HSL color Cylindrical-coordinate representation of color #DB4915: hue angle of 15.76º 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 #DB4915 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 21 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.14 |
| HSL | 15.76º | 0.83% | 0.47% | - |
| HSV(B) | 15.76º | 0.9% | 0.86% | - |
| XYZ | 31.73 | 19.88 | 2.87 | - |
| YUV | 110.73 | 77.37 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 21 | 0 | 0.67 | 0.90 | 0.14 | 15.76 | 0.83 | 0.47 |
| Hex | DB | 49 | 15 | 0 | 43 | 5A | E | 10 | 52 | 2F |
| Octal | 333 | 111 | 25 | 0 | 103 | 132 | 16 | 20 | 122 | 57 |
| Binary | 11011011 | 1001001 | 10101 | 0 | 1000011 | 1011010 | 1110 | 10000 | 1010010 | 101111 |
Color Harmonies of #DB4915
Complementary color
Monochromatic Colors of #DB4915
Black with #DB4915
Text Example
Text Example
White with #DB4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4915; }
p { color: rgb(219,73,21); }
H1.HeaderClassName
{
color: #DB4915;
}
.AnyTagClassName
{
color: #DB4915;
}
</style>
background-color css
<style>
a { background-color: #DB4915; }
a { background-color: rgb(219,73,21); }
div.DivClassName
{
background-color: #DB4915;
}
.BgClassName
{
background-color: #DB4915;
}
</style>
border-color css
<style>
span { border-color: #DB4915; }
span { border-color: rgb(219,73,21); }
td.TdClassName
{
border-color: #DB4915;
}
.TagClassName
{
border-color: #DB4915;
}
</style>