Html Css Color HEX #DB3104 Harley Davidson Orange
📋 copy color: '#DB3104'red 219 ◦ green 49 ◦ blue 4
Shades of Harley Davidson Orange #DB3104
Tints of Harley Davidson Orange #DB3104
RGB
CMYK
RGB Variations
Color information
#DB3104 (or 0xDB3104) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 04. RGB value is (219,49,4). Sum of RGB (Red+Green+Blue) = 219+49+4=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3104 is #24CEFB. Grayscale: #5F5F5F. Windows color (decimal): -2412284 or 274907. OLE color: 274907.
HSL color Cylindrical-coordinate representation of color #DB3104: hue angle of 12.56º 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 #DB3104 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.14 |
| HSL | 12.56º | 0.96% | 0.44% | - |
| HSV(B) | 12.56º | 0.98% | 0.86% | - |
| XYZ | 30.33 | 17.27 | 1.85 | - |
| YUV | 94.7 | 76.82 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 4 | 0 | 0.78 | 0.98 | 0.14 | 12.56 | 0.96 | 0.44 |
| Hex | DB | 31 | 4 | 0 | 4E | 62 | E | D | 60 | 2C |
| Octal | 333 | 61 | 4 | 0 | 116 | 142 | 16 | 15 | 140 | 54 |
| Binary | 11011011 | 110001 | 100 | 0 | 1001110 | 1100010 | 1110 | 1101 | 1100000 | 101100 |
Color Harmonies of #DB3104
Complementary color
Monochromatic Colors of #DB3104
Black with #DB3104
Text Example
Text Example
White with #DB3104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3104; }
p { color: rgb(219,49,4); }
H1.HeaderClassName
{
color: #DB3104;
}
.AnyTagClassName
{
color: #DB3104;
}
</style>
background-color css
<style>
a { background-color: #DB3104; }
a { background-color: rgb(219,49,4); }
div.DivClassName
{
background-color: #DB3104;
}
.BgClassName
{
background-color: #DB3104;
}
</style>
border-color css
<style>
span { border-color: #DB3104; }
span { border-color: rgb(219,49,4); }
td.TdClassName
{
border-color: #DB3104;
}
.TagClassName
{
border-color: #DB3104;
}
</style>