Html Css Color HEX #DB281E Harley Davidson Orange
📋 copy color: '#DB281E'red 219 ◦ green 40 ◦ blue 30
Shades of Harley Davidson Orange #DB281E
Tints of Harley Davidson Orange #DB281E
RGB
CMYK
RGB Variations
Color information
#DB281E (or 0xDB281E) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 1E. RGB value is (219,40,30). Sum of RGB (Red+Green+Blue) = 219+40+30=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB281E is #24D7E1. Grayscale: #5C5C5C. Windows color (decimal): -2414562 or 1976539. OLE color: 1976539.
HSL color Cylindrical-coordinate representation of color #DB281E: hue angle of 3.17º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB281E is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 30 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.14 |
| HSL | 3.17º | 0.76% | 0.49% | - |
| HSV(B) | 3.17º | 0.86% | 0.86% | - |
| XYZ | 30.21 | 16.67 | 2.85 | - |
| YUV | 92.38 | 92.8 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 30 | 0 | 0.82 | 0.86 | 0.14 | 3.17 | 0.76 | 0.49 |
| Hex | DB | 28 | 1E | 0 | 52 | 56 | E | 3 | 4C | 31 |
| Octal | 333 | 50 | 36 | 0 | 122 | 126 | 16 | 3 | 114 | 61 |
| Binary | 11011011 | 101000 | 11110 | 0 | 1010010 | 1010110 | 1110 | 11 | 1001100 | 110001 |
Color Harmonies of #DB281E
Complementary color
Monochromatic Colors of #DB281E
Black with #DB281E
Text Example
Text Example
White with #DB281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB281E; }
p { color: rgb(219,40,30); }
H1.HeaderClassName
{
color: #DB281E;
}
.AnyTagClassName
{
color: #DB281E;
}
</style>
background-color css
<style>
a { background-color: #DB281E; }
a { background-color: rgb(219,40,30); }
div.DivClassName
{
background-color: #DB281E;
}
.BgClassName
{
background-color: #DB281E;
}
</style>
border-color css
<style>
span { border-color: #DB281E; }
span { border-color: rgb(219,40,30); }
td.TdClassName
{
border-color: #DB281E;
}
.TagClassName
{
border-color: #DB281E;
}
</style>