Html Css Color HEX #DB3608 Harley Davidson Orange
📋 copy color: '#DB3608'red 219 ◦ green 54 ◦ blue 8
Shades of Harley Davidson Orange #DB3608
Tints of Harley Davidson Orange #DB3608
RGB
CMYK
RGB Variations
Color information
#DB3608 (or 0xDB3608) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 08. RGB value is (219,54,8). Sum of RGB (Red+Green+Blue) = 219+54+8=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3608 is #24C9F7. Grayscale: #626262. Windows color (decimal): -2411000 or 538331. OLE color: 538331.
HSL color Cylindrical-coordinate representation of color #DB3608: hue angle of 13.08º 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 #DB3608 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.14 |
| HSL | 13.08º | 0.93% | 0.45% | - |
| HSV(B) | 13.08º | 0.96% | 0.86% | - |
| XYZ | 30.58 | 17.72 | 2.04 | - |
| YUV | 98.09 | 77.16 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 8 | 0 | 0.75 | 0.96 | 0.14 | 13.08 | 0.93 | 0.45 |
| Hex | DB | 36 | 8 | 0 | 4B | 60 | E | D | 5D | 2D |
| Octal | 333 | 66 | 10 | 0 | 113 | 140 | 16 | 15 | 135 | 55 |
| Binary | 11011011 | 110110 | 1000 | 0 | 1001011 | 1100000 | 1110 | 1101 | 1011101 | 101101 |
Color Harmonies of #DB3608
Complementary color
Monochromatic Colors of #DB3608
Black with #DB3608
Text Example
Text Example
White with #DB3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3608; }
p { color: rgb(219,54,8); }
H1.HeaderClassName
{
color: #DB3608;
}
.AnyTagClassName
{
color: #DB3608;
}
</style>
background-color css
<style>
a { background-color: #DB3608; }
a { background-color: rgb(219,54,8); }
div.DivClassName
{
background-color: #DB3608;
}
.BgClassName
{
background-color: #DB3608;
}
</style>
border-color css
<style>
span { border-color: #DB3608; }
span { border-color: rgb(219,54,8); }
td.TdClassName
{
border-color: #DB3608;
}
.TagClassName
{
border-color: #DB3608;
}
</style>