Html Css Color HEX #DB2501 Harley Davidson Orange
📋 copy color: '#DB2501'red 219 ◦ green 37 ◦ blue 1
Shades of Harley Davidson Orange #DB2501
Tints of Harley Davidson Orange #DB2501
RGB
CMYK
RGB Variations
Color information
#DB2501 (or 0xDB2501) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 01. RGB value is (219,37,1). Sum of RGB (Red+Green+Blue) = 219+37+1=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2501 is #24DAFE. Grayscale: #575757. Windows color (decimal): -2415359 or 75227. OLE color: 75227.
HSL color Cylindrical-coordinate representation of color #DB2501: hue angle of 9.91º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB2501 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.14 |
| HSL | 9.91º | 0.99% | 0.43% | - |
| HSV(B) | 9.91º | 1% | 0.86% | - |
| XYZ | 29.88 | 16.39 | 1.62 | - |
| YUV | 87.31 | 79.3 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 1 | 0 | 0.83 | 1.00 | 0.14 | 9.91 | 0.99 | 0.43 |
| Hex | DB | 25 | 1 | 0 | 53 | 64 | E | A | 63 | 2B |
| Octal | 333 | 45 | 1 | 0 | 123 | 144 | 16 | 12 | 143 | 53 |
| Binary | 11011011 | 100101 | 1 | 0 | 1010011 | 1100100 | 1110 | 1010 | 1100011 | 101011 |
Color Harmonies of #DB2501
Complementary color
Monochromatic Colors of #DB2501
Black with #DB2501
Text Example
Text Example
White with #DB2501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2501; }
p { color: rgb(219,37,1); }
H1.HeaderClassName
{
color: #DB2501;
}
.AnyTagClassName
{
color: #DB2501;
}
</style>
background-color css
<style>
a { background-color: #DB2501; }
a { background-color: rgb(219,37,1); }
div.DivClassName
{
background-color: #DB2501;
}
.BgClassName
{
background-color: #DB2501;
}
</style>
border-color css
<style>
span { border-color: #DB2501; }
span { border-color: rgb(219,37,1); }
td.TdClassName
{
border-color: #DB2501;
}
.TagClassName
{
border-color: #DB2501;
}
</style>