Html Css Color HEX #DB3604 Harley Davidson Orange
📋 copy color: '#DB3604'red 219 ◦ green 54 ◦ blue 4
Shades of Harley Davidson Orange #DB3604
Tints of Harley Davidson Orange #DB3604
RGB
CMYK
RGB Variations
Color information
#DB3604 (or 0xDB3604) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 04. RGB value is (219,54,4). Sum of RGB (Red+Green+Blue) = 219+54+4=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3604 is #24C9FB. Grayscale: #626262. Windows color (decimal): -2411004 or 276187. OLE color: 276187.
HSL color Cylindrical-coordinate representation of color #DB3604: hue angle of 13.95º 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 #DB3604 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.14 |
| HSL | 13.95º | 0.96% | 0.44% | - |
| HSV(B) | 13.95º | 0.98% | 0.86% | - |
| XYZ | 30.55 | 17.71 | 1.92 | - |
| YUV | 97.64 | 75.16 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 4 | 0 | 0.75 | 0.98 | 0.14 | 13.95 | 0.96 | 0.44 |
| Hex | DB | 36 | 4 | 0 | 4B | 62 | E | E | 60 | 2C |
| Octal | 333 | 66 | 4 | 0 | 113 | 142 | 16 | 16 | 140 | 54 |
| Binary | 11011011 | 110110 | 100 | 0 | 1001011 | 1100010 | 1110 | 1110 | 1100000 | 101100 |
Color Harmonies of #DB3604
Complementary color
Monochromatic Colors of #DB3604
Black with #DB3604
Text Example
Text Example
White with #DB3604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3604; }
p { color: rgb(219,54,4); }
H1.HeaderClassName
{
color: #DB3604;
}
.AnyTagClassName
{
color: #DB3604;
}
</style>
background-color css
<style>
a { background-color: #DB3604; }
a { background-color: rgb(219,54,4); }
div.DivClassName
{
background-color: #DB3604;
}
.BgClassName
{
background-color: #DB3604;
}
</style>
border-color css
<style>
span { border-color: #DB3604; }
span { border-color: rgb(219,54,4); }
td.TdClassName
{
border-color: #DB3604;
}
.TagClassName
{
border-color: #DB3604;
}
</style>