Html Css Color HEX #DB2401 Harley Davidson Orange
📋 copy color: '#DB2401'red 219 ◦ green 36 ◦ blue 1
Shades of Harley Davidson Orange #DB2401
Tints of Harley Davidson Orange #DB2401
RGB
CMYK
RGB Variations
Color information
#DB2401 (or 0xDB2401) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 01. RGB value is (219,36,1). Sum of RGB (Red+Green+Blue) = 219+36+1=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2401 is #24DBFE. Grayscale: #575757. Windows color (decimal): -2415615 or 74971. OLE color: 74971.
HSL color Cylindrical-coordinate representation of color #DB2401: hue angle of 9.63º 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 #DB2401 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.14 |
| HSL | 9.63º | 0.99% | 0.43% | - |
| HSV(B) | 9.63º | 1% | 0.86% | - |
| XYZ | 29.85 | 16.32 | 1.61 | - |
| YUV | 86.73 | 79.63 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 1 | 0 | 0.84 | 1.00 | 0.14 | 9.63 | 0.99 | 0.43 |
| Hex | DB | 24 | 1 | 0 | 54 | 64 | E | A | 63 | 2B |
| Octal | 333 | 44 | 1 | 0 | 124 | 144 | 16 | 12 | 143 | 53 |
| Binary | 11011011 | 100100 | 1 | 0 | 1010100 | 1100100 | 1110 | 1010 | 1100011 | 101011 |
Color Harmonies of #DB2401
Complementary color
Monochromatic Colors of #DB2401
Black with #DB2401
Text Example
Text Example
White with #DB2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2401; }
p { color: rgb(219,36,1); }
H1.HeaderClassName
{
color: #DB2401;
}
.AnyTagClassName
{
color: #DB2401;
}
</style>
background-color css
<style>
a { background-color: #DB2401; }
a { background-color: rgb(219,36,1); }
div.DivClassName
{
background-color: #DB2401;
}
.BgClassName
{
background-color: #DB2401;
}
</style>
border-color css
<style>
span { border-color: #DB2401; }
span { border-color: rgb(219,36,1); }
td.TdClassName
{
border-color: #DB2401;
}
.TagClassName
{
border-color: #DB2401;
}
</style>