Html Css Color HEX #DB270E Harley Davidson Orange
📋 copy color: '#DB270E'red 219 ◦ green 39 ◦ blue 14
Shades of Harley Davidson Orange #DB270E
Tints of Harley Davidson Orange #DB270E
RGB
CMYK
RGB Variations
Color information
#DB270E (or 0xDB270E) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 0E. RGB value is (219,39,14). Sum of RGB (Red+Green+Blue) = 219+39+14=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB270E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB270E is #24D8F1. Grayscale: #5A5A5A. Windows color (decimal): -2414834 or 927707. OLE color: 927707.
HSL color Cylindrical-coordinate representation of color #DB270E: hue angle of 7.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB270E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.14 |
| HSL | 7.32º | 0.88% | 0.46% | - |
| HSV(B) | 7.32º | 0.94% | 0.86% | - |
| XYZ | 30.02 | 16.54 | 2.03 | - |
| YUV | 89.97 | 85.13 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 14 | 0 | 0.82 | 0.94 | 0.14 | 7.32 | 0.88 | 0.46 |
| Hex | DB | 27 | E | 0 | 52 | 5E | E | 7 | 58 | 2E |
| Octal | 333 | 47 | 16 | 0 | 122 | 136 | 16 | 7 | 130 | 56 |
| Binary | 11011011 | 100111 | 1110 | 0 | 1010010 | 1011110 | 1110 | 111 | 1011000 | 101110 |
Color Harmonies of #DB270E
Complementary color
Monochromatic Colors of #DB270E
Black with #DB270E
Text Example
Text Example
White with #DB270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB270E; }
p { color: rgb(219,39,14); }
H1.HeaderClassName
{
color: #DB270E;
}
.AnyTagClassName
{
color: #DB270E;
}
</style>
background-color css
<style>
a { background-color: #DB270E; }
a { background-color: rgb(219,39,14); }
div.DivClassName
{
background-color: #DB270E;
}
.BgClassName
{
background-color: #DB270E;
}
</style>
border-color css
<style>
span { border-color: #DB270E; }
span { border-color: rgb(219,39,14); }
td.TdClassName
{
border-color: #DB270E;
}
.TagClassName
{
border-color: #DB270E;
}
</style>