Html Css Color HEX #DB3407 Harley Davidson Orange
📋 copy color: '#DB3407'red 219 ◦ green 52 ◦ blue 7
Shades of Harley Davidson Orange #DB3407
Tints of Harley Davidson Orange #DB3407
RGB
CMYK
RGB Variations
Color information
#DB3407 (or 0xDB3407) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 07. RGB value is (219,52,7). Sum of RGB (Red+Green+Blue) = 219+52+7=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3407 is #24CBF8. Grayscale: #616161. Windows color (decimal): -2411513 or 472283. OLE color: 472283.
HSL color Cylindrical-coordinate representation of color #DB3407: hue angle of 12.74º 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 #DB3407 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 7 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.14 |
| HSL | 12.74º | 0.94% | 0.44% | - |
| HSV(B) | 12.74º | 0.97% | 0.86% | - |
| XYZ | 30.48 | 17.53 | 1.98 | - |
| YUV | 96.8 | 77.33 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 7 | 0 | 0.76 | 0.97 | 0.14 | 12.74 | 0.94 | 0.44 |
| Hex | DB | 34 | 7 | 0 | 4C | 61 | E | D | 5E | 2C |
| Octal | 333 | 64 | 7 | 0 | 114 | 141 | 16 | 15 | 136 | 54 |
| Binary | 11011011 | 110100 | 111 | 0 | 1001100 | 1100001 | 1110 | 1101 | 1011110 | 101100 |
Color Harmonies of #DB3407
Complementary color
Monochromatic Colors of #DB3407
Black with #DB3407
Text Example
Text Example
White with #DB3407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3407; }
p { color: rgb(219,52,7); }
H1.HeaderClassName
{
color: #DB3407;
}
.AnyTagClassName
{
color: #DB3407;
}
</style>
background-color css
<style>
a { background-color: #DB3407; }
a { background-color: rgb(219,52,7); }
div.DivClassName
{
background-color: #DB3407;
}
.BgClassName
{
background-color: #DB3407;
}
</style>
border-color css
<style>
span { border-color: #DB3407; }
span { border-color: rgb(219,52,7); }
td.TdClassName
{
border-color: #DB3407;
}
.TagClassName
{
border-color: #DB3407;
}
</style>