Html Css Color HEX #DB331E Harley Davidson Orange
📋 copy color: '#DB331E'red 219 ◦ green 51 ◦ blue 30
Shades of Harley Davidson Orange #DB331E
Tints of Harley Davidson Orange #DB331E
RGB
CMYK
RGB Variations
Color information
#DB331E (or 0xDB331E) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 1E. RGB value is (219,51,30). Sum of RGB (Red+Green+Blue) = 219+51+30=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB331E is #24CCE1. Grayscale: #636363. Windows color (decimal): -2411746 or 1979355. OLE color: 1979355.
HSL color Cylindrical-coordinate representation of color #DB331E: hue angle of 6.67º 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 #DB331E is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 30 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.14 |
| HSL | 6.67º | 0.76% | 0.49% | - |
| HSV(B) | 6.67º | 0.86% | 0.86% | - |
| XYZ | 30.63 | 17.52 | 3 | - |
| YUV | 98.84 | 89.16 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 30 | 0 | 0.77 | 0.86 | 0.14 | 6.67 | 0.76 | 0.49 |
| Hex | DB | 33 | 1E | 0 | 4D | 56 | E | 7 | 4C | 31 |
| Octal | 333 | 63 | 36 | 0 | 115 | 126 | 16 | 7 | 114 | 61 |
| Binary | 11011011 | 110011 | 11110 | 0 | 1001101 | 1010110 | 1110 | 111 | 1001100 | 110001 |
Color Harmonies of #DB331E
Complementary color
Monochromatic Colors of #DB331E
Black with #DB331E
Text Example
Text Example
White with #DB331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB331E; }
p { color: rgb(219,51,30); }
H1.HeaderClassName
{
color: #DB331E;
}
.AnyTagClassName
{
color: #DB331E;
}
</style>
background-color css
<style>
a { background-color: #DB331E; }
a { background-color: rgb(219,51,30); }
div.DivClassName
{
background-color: #DB331E;
}
.BgClassName
{
background-color: #DB331E;
}
</style>
border-color css
<style>
span { border-color: #DB331E; }
span { border-color: rgb(219,51,30); }
td.TdClassName
{
border-color: #DB331E;
}
.TagClassName
{
border-color: #DB331E;
}
</style>