Html Css Color HEX #DB2504 Harley Davidson Orange
📋 copy color: '#DB2504'red 219 ◦ green 37 ◦ blue 4
Shades of Harley Davidson Orange #DB2504
Tints of Harley Davidson Orange #DB2504
RGB
CMYK
RGB Variations
Color information
#DB2504 (or 0xDB2504) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 04. RGB value is (219,37,4). Sum of RGB (Red+Green+Blue) = 219+37+4=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2504 is #24DAFB. Grayscale: #575757. Windows color (decimal): -2415356 or 271835. OLE color: 271835.
HSL color Cylindrical-coordinate representation of color #DB2504: hue angle of 9.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB2504 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.14 |
| HSL | 9.21º | 0.96% | 0.44% | - |
| HSV(B) | 9.21º | 0.98% | 0.86% | - |
| XYZ | 29.9 | 16.39 | 1.7 | - |
| YUV | 87.66 | 80.8 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 4 | 0 | 0.83 | 0.98 | 0.14 | 9.21 | 0.96 | 0.44 |
| Hex | DB | 25 | 4 | 0 | 53 | 62 | E | 9 | 60 | 2C |
| Octal | 333 | 45 | 4 | 0 | 123 | 142 | 16 | 11 | 140 | 54 |
| Binary | 11011011 | 100101 | 100 | 0 | 1010011 | 1100010 | 1110 | 1001 | 1100000 | 101100 |
Color Harmonies of #DB2504
Complementary color
Monochromatic Colors of #DB2504
Black with #DB2504
Text Example
Text Example
White with #DB2504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2504; }
p { color: rgb(219,37,4); }
H1.HeaderClassName
{
color: #DB2504;
}
.AnyTagClassName
{
color: #DB2504;
}
</style>
background-color css
<style>
a { background-color: #DB2504; }
a { background-color: rgb(219,37,4); }
div.DivClassName
{
background-color: #DB2504;
}
.BgClassName
{
background-color: #DB2504;
}
</style>
border-color css
<style>
span { border-color: #DB2504; }
span { border-color: rgb(219,37,4); }
td.TdClassName
{
border-color: #DB2504;
}
.TagClassName
{
border-color: #DB2504;
}
</style>