Html Css Color HEX #DB3607 Harley Davidson Orange
📋 copy color: '#DB3607'red 219 ◦ green 54 ◦ blue 7
Shades of Harley Davidson Orange #DB3607
Tints of Harley Davidson Orange #DB3607
RGB
CMYK
RGB Variations
Color information
#DB3607 (or 0xDB3607) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 07. RGB value is (219,54,7). Sum of RGB (Red+Green+Blue) = 219+54+7=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3607 is #24C9F8. Grayscale: #626262. Windows color (decimal): -2411001 or 472795. OLE color: 472795.
HSL color Cylindrical-coordinate representation of color #DB3607: hue angle of 13.3º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB3607 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 7 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.14 |
| HSL | 13.3º | 0.94% | 0.44% | - |
| HSV(B) | 13.3º | 0.97% | 0.86% | - |
| XYZ | 30.57 | 17.71 | 2.01 | - |
| YUV | 97.98 | 76.66 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 7 | 0 | 0.75 | 0.97 | 0.14 | 13.3 | 0.94 | 0.44 |
| Hex | DB | 36 | 7 | 0 | 4B | 61 | E | D | 5E | 2C |
| Octal | 333 | 66 | 7 | 0 | 113 | 141 | 16 | 15 | 136 | 54 |
| Binary | 11011011 | 110110 | 111 | 0 | 1001011 | 1100001 | 1110 | 1101 | 1011110 | 101100 |
Color Harmonies of #DB3607
Complementary color
Monochromatic Colors of #DB3607
Black with #DB3607
Text Example
Text Example
White with #DB3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3607; }
p { color: rgb(219,54,7); }
H1.HeaderClassName
{
color: #DB3607;
}
.AnyTagClassName
{
color: #DB3607;
}
</style>
background-color css
<style>
a { background-color: #DB3607; }
a { background-color: rgb(219,54,7); }
div.DivClassName
{
background-color: #DB3607;
}
.BgClassName
{
background-color: #DB3607;
}
</style>
border-color css
<style>
span { border-color: #DB3607; }
span { border-color: rgb(219,54,7); }
td.TdClassName
{
border-color: #DB3607;
}
.TagClassName
{
border-color: #DB3607;
}
</style>