Html Css Color HEX #DB3101 Harley Davidson Orange
📋 copy color: '#DB3101'red 219 ◦ green 49 ◦ blue 1
Shades of Harley Davidson Orange #DB3101
Tints of Harley Davidson Orange #DB3101
RGB
CMYK
RGB Variations
Color information
#DB3101 (or 0xDB3101) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 01. RGB value is (219,49,1). Sum of RGB (Red+Green+Blue) = 219+49+1=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3101 is #24CEFE. Grayscale: #5E5E5E. Windows color (decimal): -2412287 or 78299. OLE color: 78299.
HSL color Cylindrical-coordinate representation of color #DB3101: hue angle of 13.21º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB3101 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 1 | - |
| CMYK | 0 | 0.78 | 1.00 | 0.14 |
| HSL | 13.21º | 0.99% | 0.43% | - |
| HSV(B) | 13.21º | 1% | 0.86% | - |
| XYZ | 30.32 | 17.26 | 1.76 | - |
| YUV | 94.36 | 75.32 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 1 | 0 | 0.78 | 1.00 | 0.14 | 13.21 | 0.99 | 0.43 |
| Hex | DB | 31 | 1 | 0 | 4E | 64 | E | D | 63 | 2B |
| Octal | 333 | 61 | 1 | 0 | 116 | 144 | 16 | 15 | 143 | 53 |
| Binary | 11011011 | 110001 | 1 | 0 | 1001110 | 1100100 | 1110 | 1101 | 1100011 | 101011 |
Color Harmonies of #DB3101
Complementary color
Monochromatic Colors of #DB3101
Black with #DB3101
Text Example
Text Example
White with #DB3101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3101; }
p { color: rgb(219,49,1); }
H1.HeaderClassName
{
color: #DB3101;
}
.AnyTagClassName
{
color: #DB3101;
}
</style>
background-color css
<style>
a { background-color: #DB3101; }
a { background-color: rgb(219,49,1); }
div.DivClassName
{
background-color: #DB3101;
}
.BgClassName
{
background-color: #DB3101;
}
</style>
border-color css
<style>
span { border-color: #DB3101; }
span { border-color: rgb(219,49,1); }
td.TdClassName
{
border-color: #DB3101;
}
.TagClassName
{
border-color: #DB3101;
}
</style>