Html Css Color HEX #DB3508 Harley Davidson Orange
📋 copy color: '#DB3508'red 219 ◦ green 53 ◦ blue 8
Shades of Harley Davidson Orange #DB3508
Tints of Harley Davidson Orange #DB3508
RGB
CMYK
RGB Variations
Color information
#DB3508 (or 0xDB3508) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 08. RGB value is (219,53,8). Sum of RGB (Red+Green+Blue) = 219+53+8=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3508 is #24CAF7. Grayscale: #616161. Windows color (decimal): -2411256 or 538075. OLE color: 538075.
HSL color Cylindrical-coordinate representation of color #DB3508: hue angle of 12.8º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB3508 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.14 |
| HSL | 12.8º | 0.93% | 0.45% | - |
| HSV(B) | 12.8º | 0.96% | 0.86% | - |
| XYZ | 30.53 | 17.62 | 2.02 | - |
| YUV | 97.5 | 77.5 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 8 | 0 | 0.76 | 0.96 | 0.14 | 12.8 | 0.93 | 0.45 |
| Hex | DB | 35 | 8 | 0 | 4C | 60 | E | D | 5D | 2D |
| Octal | 333 | 65 | 10 | 0 | 114 | 140 | 16 | 15 | 135 | 55 |
| Binary | 11011011 | 110101 | 1000 | 0 | 1001100 | 1100000 | 1110 | 1101 | 1011101 | 101101 |
Color Harmonies of #DB3508
Complementary color
Monochromatic Colors of #DB3508
Black with #DB3508
Text Example
Text Example
White with #DB3508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3508; }
p { color: rgb(219,53,8); }
H1.HeaderClassName
{
color: #DB3508;
}
.AnyTagClassName
{
color: #DB3508;
}
</style>
background-color css
<style>
a { background-color: #DB3508; }
a { background-color: rgb(219,53,8); }
div.DivClassName
{
background-color: #DB3508;
}
.BgClassName
{
background-color: #DB3508;
}
</style>
border-color css
<style>
span { border-color: #DB3508; }
span { border-color: rgb(219,53,8); }
td.TdClassName
{
border-color: #DB3508;
}
.TagClassName
{
border-color: #DB3508;
}
</style>