Html Css Color HEX #DB2517 Harley Davidson Orange
📋 copy color: '#DB2517'red 219 ◦ green 37 ◦ blue 23
Shades of Harley Davidson Orange #DB2517
Tints of Harley Davidson Orange #DB2517
RGB
CMYK
RGB Variations
Color information
#DB2517 (or 0xDB2517) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 17. RGB value is (219,37,23). Sum of RGB (Red+Green+Blue) = 219+37+23=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2517 is #24DAE8. Grayscale: #5A5A5A. Windows color (decimal): -2415337 or 1517019. OLE color: 1517019.
HSL color Cylindrical-coordinate representation of color #DB2517: hue angle of 4.29º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB2517 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 23 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.14 |
| HSL | 4.29º | 0.81% | 0.47% | - |
| HSV(B) | 4.29º | 0.89% | 0.86% | - |
| XYZ | 30.03 | 16.45 | 2.4 | - |
| YUV | 89.82 | 90.3 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 23 | 0 | 0.83 | 0.89 | 0.14 | 4.29 | 0.81 | 0.47 |
| Hex | DB | 25 | 17 | 0 | 53 | 59 | E | 4 | 51 | 2F |
| Octal | 333 | 45 | 27 | 0 | 123 | 131 | 16 | 4 | 121 | 57 |
| Binary | 11011011 | 100101 | 10111 | 0 | 1010011 | 1011001 | 1110 | 100 | 1010001 | 101111 |
Color Harmonies of #DB2517
Complementary color
Monochromatic Colors of #DB2517
Black with #DB2517
Text Example
Text Example
White with #DB2517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2517; }
p { color: rgb(219,37,23); }
H1.HeaderClassName
{
color: #DB2517;
}
.AnyTagClassName
{
color: #DB2517;
}
</style>
background-color css
<style>
a { background-color: #DB2517; }
a { background-color: rgb(219,37,23); }
div.DivClassName
{
background-color: #DB2517;
}
.BgClassName
{
background-color: #DB2517;
}
</style>
border-color css
<style>
span { border-color: #DB2517; }
span { border-color: rgb(219,37,23); }
td.TdClassName
{
border-color: #DB2517;
}
.TagClassName
{
border-color: #DB2517;
}
</style>