Html Css Color HEX #DB3B12 Harley Davidson Orange
📋 copy color: '#DB3B12'red 219 ◦ green 59 ◦ blue 18
Shades of Harley Davidson Orange #DB3B12
Tints of Harley Davidson Orange #DB3B12
RGB
CMYK
RGB Variations
Color information
#DB3B12 (or 0xDB3B12) is known color: Harley Davidson Orange. HEX triplet: DB, 3B and 12. RGB value is (219,59,18). Sum of RGB (Red+Green+Blue) = 219+59+18=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3B12 is #24C4ED. Grayscale: #666666. Windows color (decimal): -2409710 or 1194971. OLE color: 1194971.
HSL color Cylindrical-coordinate representation of color #DB3B12: hue angle of 12.24º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB3B12 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.14 |
| HSL | 12.24º | 0.85% | 0.46% | - |
| HSV(B) | 12.24º | 0.92% | 0.86% | - |
| XYZ | 30.89 | 18.23 | 2.46 | - |
| YUV | 102.17 | 80.51 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 18 | 0 | 0.73 | 0.92 | 0.14 | 12.24 | 0.85 | 0.46 |
| Hex | DB | 3B | 12 | 0 | 49 | 5C | E | C | 55 | 2E |
| Octal | 333 | 73 | 22 | 0 | 111 | 134 | 16 | 14 | 125 | 56 |
| Binary | 11011011 | 111011 | 10010 | 0 | 1001001 | 1011100 | 1110 | 1100 | 1010101 | 101110 |
Color Harmonies of #DB3B12
Complementary color
Monochromatic Colors of #DB3B12
Black with #DB3B12
Text Example
Text Example
White with #DB3B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B12; }
p { color: rgb(219,59,18); }
H1.HeaderClassName
{
color: #DB3B12;
}
.AnyTagClassName
{
color: #DB3B12;
}
</style>
background-color css
<style>
a { background-color: #DB3B12; }
a { background-color: rgb(219,59,18); }
div.DivClassName
{
background-color: #DB3B12;
}
.BgClassName
{
background-color: #DB3B12;
}
</style>
border-color css
<style>
span { border-color: #DB3B12; }
span { border-color: rgb(219,59,18); }
td.TdClassName
{
border-color: #DB3B12;
}
.TagClassName
{
border-color: #DB3B12;
}
</style>