Html Css Color HEX #DB1E00 Harley Davidson Orange
📋 copy color: '#DB1E00'red 219 ◦ green 30 ◦ blue 0
Shades of Harley Davidson Orange #DB1E00
Tints of Harley Davidson Orange #DB1E00
RGB
CMYK
RGB Variations
Color information
#DB1E00 (or 0xDB1E00) is known color: Harley Davidson Orange. HEX triplet: DB, 1E and 00. RGB value is (219,30,0). Sum of RGB (Red+Green+Blue) = 219+30+0=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1E00 is #24E1FF. Grayscale: #535353. Windows color (decimal): -2417152 or 7899. OLE color: 7899.
HSL color Cylindrical-coordinate representation of color #DB1E00: hue angle of 8.22º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB1E00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.14 |
| HSL | 8.22º | 1% | 0.43% | - |
| HSV(B) | 8.22º | 1% | 0.86% | - |
| XYZ | 29.68 | 15.99 | 1.52 | - |
| YUV | 83.09 | 81.12 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 0 | 0 | 0.86 | 1 | 0.14 | 8.22 | 1 | 0.43 |
| Hex | DB | 1E | 0 | 0 | 56 | 64 | E | 8 | 64 | 2B |
| Octal | 333 | 36 | 0 | 0 | 126 | 144 | 16 | 10 | 144 | 53 |
| Binary | 11011011 | 11110 | 0 | 0 | 1010110 | 1100100 | 1110 | 1000 | 1100100 | 101011 |
Color Harmonies of #DB1E00
Complementary color
Monochromatic Colors of #DB1E00
Black with #DB1E00
Text Example
Text Example
White with #DB1E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E00; }
p { color: rgb(219,30,0); }
H1.HeaderClassName
{
color: #DB1E00;
}
.AnyTagClassName
{
color: #DB1E00;
}
</style>
background-color css
<style>
a { background-color: #DB1E00; }
a { background-color: rgb(219,30,0); }
div.DivClassName
{
background-color: #DB1E00;
}
.BgClassName
{
background-color: #DB1E00;
}
</style>
border-color css
<style>
span { border-color: #DB1E00; }
span { border-color: rgb(219,30,0); }
td.TdClassName
{
border-color: #DB1E00;
}
.TagClassName
{
border-color: #DB1E00;
}
</style>