Html Css Color HEX #DB1E15 Harley Davidson Orange
📋 copy color: '#DB1E15'red 219 ◦ green 30 ◦ blue 21
Shades of Harley Davidson Orange #DB1E15
Tints of Harley Davidson Orange #DB1E15
RGB
CMYK
RGB Variations
Color information
#DB1E15 (or 0xDB1E15) is known color: Harley Davidson Orange. HEX triplet: DB, 1E and 15. RGB value is (219,30,21). Sum of RGB (Red+Green+Blue) = 219+30+21=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1E15 is #24E1EA. Grayscale: #555555. Windows color (decimal): -2417131 or 1384155. OLE color: 1384155.
HSL color Cylindrical-coordinate representation of color #DB1E15: hue angle of 2.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1E15 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 21 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.14 |
| HSL | 2.73º | 0.83% | 0.47% | - |
| HSV(B) | 2.73º | 0.9% | 0.86% | - |
| XYZ | 29.81 | 16.04 | 2.23 | - |
| YUV | 85.49 | 91.62 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 21 | 0 | 0.86 | 0.90 | 0.14 | 2.73 | 0.83 | 0.47 |
| Hex | DB | 1E | 15 | 0 | 56 | 5A | E | 3 | 52 | 2F |
| Octal | 333 | 36 | 25 | 0 | 126 | 132 | 16 | 3 | 122 | 57 |
| Binary | 11011011 | 11110 | 10101 | 0 | 1010110 | 1011010 | 1110 | 11 | 1010010 | 101111 |
Color Harmonies of #DB1E15
Complementary color
Monochromatic Colors of #DB1E15
Black with #DB1E15
Text Example
Text Example
White with #DB1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E15; }
p { color: rgb(219,30,21); }
H1.HeaderClassName
{
color: #DB1E15;
}
.AnyTagClassName
{
color: #DB1E15;
}
</style>
background-color css
<style>
a { background-color: #DB1E15; }
a { background-color: rgb(219,30,21); }
div.DivClassName
{
background-color: #DB1E15;
}
.BgClassName
{
background-color: #DB1E15;
}
</style>
border-color css
<style>
span { border-color: #DB1E15; }
span { border-color: rgb(219,30,21); }
td.TdClassName
{
border-color: #DB1E15;
}
.TagClassName
{
border-color: #DB1E15;
}
</style>