Html Css Color HEX #DB280F Harley Davidson Orange
📋 copy color: '#DB280F'red 219 ◦ green 40 ◦ blue 15
Shades of Harley Davidson Orange #DB280F
Tints of Harley Davidson Orange #DB280F
RGB
CMYK
RGB Variations
Color information
#DB280F (or 0xDB280F) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 0F. RGB value is (219,40,15). Sum of RGB (Red+Green+Blue) = 219+40+15=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB280F is #24D7F0. Grayscale: #5A5A5A. Windows color (decimal): -2414577 or 993499. OLE color: 993499.
HSL color Cylindrical-coordinate representation of color #DB280F: hue angle of 7.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB280F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.14 |
| HSL | 7.35º | 0.87% | 0.46% | - |
| HSV(B) | 7.35º | 0.93% | 0.86% | - |
| XYZ | 30.06 | 16.61 | 2.07 | - |
| YUV | 90.67 | 85.3 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 15 | 0 | 0.82 | 0.93 | 0.14 | 7.35 | 0.87 | 0.46 |
| Hex | DB | 28 | F | 0 | 52 | 5D | E | 7 | 57 | 2E |
| Octal | 333 | 50 | 17 | 0 | 122 | 135 | 16 | 7 | 127 | 56 |
| Binary | 11011011 | 101000 | 1111 | 0 | 1010010 | 1011101 | 1110 | 111 | 1010111 | 101110 |
Color Harmonies of #DB280F
Complementary color
Monochromatic Colors of #DB280F
Black with #DB280F
Text Example
Text Example
White with #DB280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB280F; }
p { color: rgb(219,40,15); }
H1.HeaderClassName
{
color: #DB280F;
}
.AnyTagClassName
{
color: #DB280F;
}
</style>
background-color css
<style>
a { background-color: #DB280F; }
a { background-color: rgb(219,40,15); }
div.DivClassName
{
background-color: #DB280F;
}
.BgClassName
{
background-color: #DB280F;
}
</style>
border-color css
<style>
span { border-color: #DB280F; }
span { border-color: rgb(219,40,15); }
td.TdClassName
{
border-color: #DB280F;
}
.TagClassName
{
border-color: #DB280F;
}
</style>