Html Css Color HEX #DB411A Harley Davidson Orange
📋 copy color: '#DB411A'red 219 ◦ green 65 ◦ blue 26
Shades of Harley Davidson Orange #DB411A
Tints of Harley Davidson Orange #DB411A
RGB
CMYK
RGB Variations
Color information
#DB411A (or 0xDB411A) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 1A. RGB value is (219,65,26). Sum of RGB (Red+Green+Blue) = 219+65+26=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB411A is #24BEE5. Grayscale: #6A6A6A. Windows color (decimal): -2408166 or 1720795. OLE color: 1720795.
HSL color Cylindrical-coordinate representation of color #DB411A: hue angle of 12.12º degrees, saturation: 0.79, 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 #DB411A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 26 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.14 |
| HSL | 12.12º | 0.79% | 0.48% | - |
| HSV(B) | 12.12º | 0.88% | 0.86% | - |
| XYZ | 31.29 | 18.92 | 2.98 | - |
| YUV | 106.6 | 82.52 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 26 | 0 | 0.70 | 0.88 | 0.14 | 12.12 | 0.79 | 0.48 |
| Hex | DB | 41 | 1A | 0 | 46 | 58 | E | C | 4F | 30 |
| Octal | 333 | 101 | 32 | 0 | 106 | 130 | 16 | 14 | 117 | 60 |
| Binary | 11011011 | 1000001 | 11010 | 0 | 1000110 | 1011000 | 1110 | 1100 | 1001111 | 110000 |
Color Harmonies of #DB411A
Complementary color
Monochromatic Colors of #DB411A
Black with #DB411A
Text Example
Text Example
White with #DB411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB411A; }
p { color: rgb(219,65,26); }
H1.HeaderClassName
{
color: #DB411A;
}
.AnyTagClassName
{
color: #DB411A;
}
</style>
background-color css
<style>
a { background-color: #DB411A; }
a { background-color: rgb(219,65,26); }
div.DivClassName
{
background-color: #DB411A;
}
.BgClassName
{
background-color: #DB411A;
}
</style>
border-color css
<style>
span { border-color: #DB411A; }
span { border-color: rgb(219,65,26); }
td.TdClassName
{
border-color: #DB411A;
}
.TagClassName
{
border-color: #DB411A;
}
</style>