Html Css Color HEX #DB1807 Harley Davidson Orange
📋 copy color: '#DB1807'red 219 ◦ green 24 ◦ blue 7
Shades of Harley Davidson Orange #DB1807
Tints of Harley Davidson Orange #DB1807
RGB
CMYK
RGB Variations
Color information
#DB1807 (or 0xDB1807) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 07. RGB value is (219,24,7). Sum of RGB (Red+Green+Blue) = 219+24+7=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1807 is #24E7F8. Grayscale: #505050. Windows color (decimal): -2418681 or 465115. OLE color: 465115.
HSL color Cylindrical-coordinate representation of color #DB1807: hue angle of 4.81º 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 #DB1807 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 7 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.14 |
| HSL | 4.81º | 0.94% | 0.44% | - |
| HSV(B) | 4.81º | 0.97% | 0.86% | - |
| XYZ | 29.58 | 15.73 | 1.68 | - |
| YUV | 80.37 | 86.6 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 7 | 0 | 0.89 | 0.97 | 0.14 | 4.81 | 0.94 | 0.44 |
| Hex | DB | 18 | 7 | 0 | 59 | 61 | E | 5 | 5E | 2C |
| Octal | 333 | 30 | 7 | 0 | 131 | 141 | 16 | 5 | 136 | 54 |
| Binary | 11011011 | 11000 | 111 | 0 | 1011001 | 1100001 | 1110 | 101 | 1011110 | 101100 |
Color Harmonies of #DB1807
Complementary color
Monochromatic Colors of #DB1807
Black with #DB1807
Text Example
Text Example
White with #DB1807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1807; }
p { color: rgb(219,24,7); }
H1.HeaderClassName
{
color: #DB1807;
}
.AnyTagClassName
{
color: #DB1807;
}
</style>
background-color css
<style>
a { background-color: #DB1807; }
a { background-color: rgb(219,24,7); }
div.DivClassName
{
background-color: #DB1807;
}
.BgClassName
{
background-color: #DB1807;
}
</style>
border-color css
<style>
span { border-color: #DB1807; }
span { border-color: rgb(219,24,7); }
td.TdClassName
{
border-color: #DB1807;
}
.TagClassName
{
border-color: #DB1807;
}
</style>