Html Css Color HEX #DB2F14 Harley Davidson Orange
📋 copy color: '#DB2F14'red 219 ◦ green 47 ◦ blue 20
Shades of Harley Davidson Orange #DB2F14
Tints of Harley Davidson Orange #DB2F14
RGB
CMYK
RGB Variations
Color information
#DB2F14 (or 0xDB2F14) is known color: Harley Davidson Orange. HEX triplet: DB, 2F and 14. RGB value is (219,47,20). Sum of RGB (Red+Green+Blue) = 219+47+20=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2F14 is #24D0EB. Grayscale: #5F5F5F. Windows color (decimal): -2412780 or 1322971. OLE color: 1322971.
HSL color Cylindrical-coordinate representation of color #DB2F14: hue angle of 8.14º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB2F14 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 20 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.14 |
| HSL | 8.14º | 0.83% | 0.47% | - |
| HSV(B) | 8.14º | 0.91% | 0.86% | - |
| XYZ | 30.36 | 17.14 | 2.37 | - |
| YUV | 95.35 | 85.48 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 20 | 0 | 0.79 | 0.91 | 0.14 | 8.14 | 0.83 | 0.47 |
| Hex | DB | 2F | 14 | 0 | 4F | 5B | E | 8 | 53 | 2F |
| Octal | 333 | 57 | 24 | 0 | 117 | 133 | 16 | 10 | 123 | 57 |
| Binary | 11011011 | 101111 | 10100 | 0 | 1001111 | 1011011 | 1110 | 1000 | 1010011 | 101111 |
Color Harmonies of #DB2F14
Complementary color
Monochromatic Colors of #DB2F14
Black with #DB2F14
Text Example
Text Example
White with #DB2F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F14; }
p { color: rgb(219,47,20); }
H1.HeaderClassName
{
color: #DB2F14;
}
.AnyTagClassName
{
color: #DB2F14;
}
</style>
background-color css
<style>
a { background-color: #DB2F14; }
a { background-color: rgb(219,47,20); }
div.DivClassName
{
background-color: #DB2F14;
}
.BgClassName
{
background-color: #DB2F14;
}
</style>
border-color css
<style>
span { border-color: #DB2F14; }
span { border-color: rgb(219,47,20); }
td.TdClassName
{
border-color: #DB2F14;
}
.TagClassName
{
border-color: #DB2F14;
}
</style>