Html Css Color HEX #DB371F Harley Davidson Orange
📋 copy color: '#DB371F'red 219 ◦ green 55 ◦ blue 31
Shades of Harley Davidson Orange #DB371F
Tints of Harley Davidson Orange #DB371F
RGB
CMYK
RGB Variations
Color information
#DB371F (or 0xDB371F) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 1F. RGB value is (219,55,31). Sum of RGB (Red+Green+Blue) = 219+55+31=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB371F is #24C8E0. Grayscale: #656565. Windows color (decimal): -2410721 or 2045915. OLE color: 2045915.
HSL color Cylindrical-coordinate representation of color #DB371F: hue angle of 7.66º degrees, saturation: 0.75, 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 #DB371F is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 31 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.14 |
| HSL | 7.66º | 0.75% | 0.49% | - |
| HSV(B) | 7.66º | 0.86% | 0.86% | - |
| XYZ | 30.83 | 17.89 | 3.12 | - |
| YUV | 101.3 | 88.33 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 31 | 0 | 0.75 | 0.86 | 0.14 | 7.66 | 0.75 | 0.49 |
| Hex | DB | 37 | 1F | 0 | 4B | 56 | E | 8 | 4B | 31 |
| Octal | 333 | 67 | 37 | 0 | 113 | 126 | 16 | 10 | 113 | 61 |
| Binary | 11011011 | 110111 | 11111 | 0 | 1001011 | 1010110 | 1110 | 1000 | 1001011 | 110001 |
Color Harmonies of #DB371F
Complementary color
Monochromatic Colors of #DB371F
Black with #DB371F
Text Example
Text Example
White with #DB371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB371F; }
p { color: rgb(219,55,31); }
H1.HeaderClassName
{
color: #DB371F;
}
.AnyTagClassName
{
color: #DB371F;
}
</style>
background-color css
<style>
a { background-color: #DB371F; }
a { background-color: rgb(219,55,31); }
div.DivClassName
{
background-color: #DB371F;
}
.BgClassName
{
background-color: #DB371F;
}
</style>
border-color css
<style>
span { border-color: #DB371F; }
span { border-color: rgb(219,55,31); }
td.TdClassName
{
border-color: #DB371F;
}
.TagClassName
{
border-color: #DB371F;
}
</style>