Html Css Color HEX #DB2F07 Harley Davidson Orange
📋 copy color: '#DB2F07'red 219 ◦ green 47 ◦ blue 7
Shades of Harley Davidson Orange #DB2F07
Tints of Harley Davidson Orange #DB2F07
RGB
CMYK
RGB Variations
Color information
#DB2F07 (or 0xDB2F07) is known color: Harley Davidson Orange. HEX triplet: DB, 2F and 07. RGB value is (219,47,7). Sum of RGB (Red+Green+Blue) = 219+47+7=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2F07 is #24D0F8. Grayscale: #5E5E5E. Windows color (decimal): -2412793 or 471003. OLE color: 471003.
HSL color Cylindrical-coordinate representation of color #DB2F07: hue angle of 11.32º 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 #DB2F07 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 7 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.14 |
| HSL | 11.32º | 0.94% | 0.44% | - |
| HSV(B) | 11.32º | 0.97% | 0.86% | - |
| XYZ | 30.27 | 17.11 | 1.91 | - |
| YUV | 93.87 | 78.98 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 7 | 0 | 0.79 | 0.97 | 0.14 | 11.32 | 0.94 | 0.44 |
| Hex | DB | 2F | 7 | 0 | 4F | 61 | E | B | 5E | 2C |
| Octal | 333 | 57 | 7 | 0 | 117 | 141 | 16 | 13 | 136 | 54 |
| Binary | 11011011 | 101111 | 111 | 0 | 1001111 | 1100001 | 1110 | 1011 | 1011110 | 101100 |
Color Harmonies of #DB2F07
Complementary color
Monochromatic Colors of #DB2F07
Black with #DB2F07
Text Example
Text Example
White with #DB2F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F07; }
p { color: rgb(219,47,7); }
H1.HeaderClassName
{
color: #DB2F07;
}
.AnyTagClassName
{
color: #DB2F07;
}
</style>
background-color css
<style>
a { background-color: #DB2F07; }
a { background-color: rgb(219,47,7); }
div.DivClassName
{
background-color: #DB2F07;
}
.BgClassName
{
background-color: #DB2F07;
}
</style>
border-color css
<style>
span { border-color: #DB2F07; }
span { border-color: rgb(219,47,7); }
td.TdClassName
{
border-color: #DB2F07;
}
.TagClassName
{
border-color: #DB2F07;
}
</style>