Html Css Color HEX #DB2304 Harley Davidson Orange
📋 copy color: '#DB2304'red 219 ◦ green 35 ◦ blue 4
Shades of Harley Davidson Orange #DB2304
Tints of Harley Davidson Orange #DB2304
RGB
CMYK
RGB Variations
Color information
#DB2304 (or 0xDB2304) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 04. RGB value is (219,35,4). Sum of RGB (Red+Green+Blue) = 219+35+4=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2304 is #24DCFB. Grayscale: #565656. Windows color (decimal): -2415868 or 271323. OLE color: 271323.
HSL color Cylindrical-coordinate representation of color #DB2304: hue angle of 8.65º 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 #DB2304 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.14 |
| HSL | 8.65º | 0.96% | 0.44% | - |
| HSV(B) | 8.65º | 0.98% | 0.86% | - |
| XYZ | 29.84 | 16.27 | 1.68 | - |
| YUV | 86.48 | 81.46 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 4 | 0 | 0.84 | 0.98 | 0.14 | 8.65 | 0.96 | 0.44 |
| Hex | DB | 23 | 4 | 0 | 54 | 62 | E | 9 | 60 | 2C |
| Octal | 333 | 43 | 4 | 0 | 124 | 142 | 16 | 11 | 140 | 54 |
| Binary | 11011011 | 100011 | 100 | 0 | 1010100 | 1100010 | 1110 | 1001 | 1100000 | 101100 |
Color Harmonies of #DB2304
Complementary color
Monochromatic Colors of #DB2304
Black with #DB2304
Text Example
Text Example
White with #DB2304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2304; }
p { color: rgb(219,35,4); }
H1.HeaderClassName
{
color: #DB2304;
}
.AnyTagClassName
{
color: #DB2304;
}
</style>
background-color css
<style>
a { background-color: #DB2304; }
a { background-color: rgb(219,35,4); }
div.DivClassName
{
background-color: #DB2304;
}
.BgClassName
{
background-color: #DB2304;
}
</style>
border-color css
<style>
span { border-color: #DB2304; }
span { border-color: rgb(219,35,4); }
td.TdClassName
{
border-color: #DB2304;
}
.TagClassName
{
border-color: #DB2304;
}
</style>