Html Css Color HEX #DB411B Harley Davidson Orange
📋 copy color: '#DB411B'red 219 ◦ green 65 ◦ blue 27
Shades of Harley Davidson Orange #DB411B
Tints of Harley Davidson Orange #DB411B
RGB
CMYK
RGB Variations
Color information
#DB411B (or 0xDB411B) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 1B. RGB value is (219,65,27). Sum of RGB (Red+Green+Blue) = 219+65+27=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB411B is #24BEE4. Grayscale: #6B6B6B. Windows color (decimal): -2408165 or 1786331. OLE color: 1786331.
HSL color Cylindrical-coordinate representation of color #DB411B: hue angle of 11.88º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB411B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 27 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.14 |
| HSL | 11.88º | 0.78% | 0.48% | - |
| HSV(B) | 11.88º | 0.88% | 0.86% | - |
| XYZ | 31.3 | 18.92 | 3.04 | - |
| YUV | 106.71 | 83.02 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 27 | 0 | 0.70 | 0.88 | 0.14 | 11.88 | 0.78 | 0.48 |
| Hex | DB | 41 | 1B | 0 | 46 | 58 | E | C | 4E | 30 |
| Octal | 333 | 101 | 33 | 0 | 106 | 130 | 16 | 14 | 116 | 60 |
| Binary | 11011011 | 1000001 | 11011 | 0 | 1000110 | 1011000 | 1110 | 1100 | 1001110 | 110000 |
Color Harmonies of #DB411B
Complementary color
Monochromatic Colors of #DB411B
Black with #DB411B
Text Example
Text Example
White with #DB411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB411B; }
p { color: rgb(219,65,27); }
H1.HeaderClassName
{
color: #DB411B;
}
.AnyTagClassName
{
color: #DB411B;
}
</style>
background-color css
<style>
a { background-color: #DB411B; }
a { background-color: rgb(219,65,27); }
div.DivClassName
{
background-color: #DB411B;
}
.BgClassName
{
background-color: #DB411B;
}
</style>
border-color css
<style>
span { border-color: #DB411B; }
span { border-color: rgb(219,65,27); }
td.TdClassName
{
border-color: #DB411B;
}
.TagClassName
{
border-color: #DB411B;
}
</style>