Html Css Color HEX #DB3207 Harley Davidson Orange
📋 copy color: '#DB3207'red 219 ◦ green 50 ◦ blue 7
Shades of Harley Davidson Orange #DB3207
Tints of Harley Davidson Orange #DB3207
RGB
CMYK
RGB Variations
Color information
#DB3207 (or 0xDB3207) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 07. RGB value is (219,50,7). Sum of RGB (Red+Green+Blue) = 219+50+7=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3207 is #24CDF8. Grayscale: #5F5F5F. Windows color (decimal): -2412025 or 471771. OLE color: 471771.
HSL color Cylindrical-coordinate representation of color #DB3207: hue angle of 12.17º 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 #DB3207 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 7 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.14 |
| HSL | 12.17º | 0.94% | 0.44% | - |
| HSV(B) | 12.17º | 0.97% | 0.86% | - |
| XYZ | 30.39 | 17.36 | 1.95 | - |
| YUV | 95.63 | 77.99 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 7 | 0 | 0.77 | 0.97 | 0.14 | 12.17 | 0.94 | 0.44 |
| Hex | DB | 32 | 7 | 0 | 4D | 61 | E | C | 5E | 2C |
| Octal | 333 | 62 | 7 | 0 | 115 | 141 | 16 | 14 | 136 | 54 |
| Binary | 11011011 | 110010 | 111 | 0 | 1001101 | 1100001 | 1110 | 1100 | 1011110 | 101100 |
Color Harmonies of #DB3207
Complementary color
Monochromatic Colors of #DB3207
Black with #DB3207
Text Example
Text Example
White with #DB3207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3207; }
p { color: rgb(219,50,7); }
H1.HeaderClassName
{
color: #DB3207;
}
.AnyTagClassName
{
color: #DB3207;
}
</style>
background-color css
<style>
a { background-color: #DB3207; }
a { background-color: rgb(219,50,7); }
div.DivClassName
{
background-color: #DB3207;
}
.BgClassName
{
background-color: #DB3207;
}
</style>
border-color css
<style>
span { border-color: #DB3207; }
span { border-color: rgb(219,50,7); }
td.TdClassName
{
border-color: #DB3207;
}
.TagClassName
{
border-color: #DB3207;
}
</style>