Html Css Color HEX #DB3C12 Harley Davidson Orange
📋 copy color: '#DB3C12'red 219 ◦ green 60 ◦ blue 18
Shades of Harley Davidson Orange #DB3C12
Tints of Harley Davidson Orange #DB3C12
RGB
CMYK
RGB Variations
Color information
#DB3C12 (or 0xDB3C12) is known color: Harley Davidson Orange. HEX triplet: DB, 3C and 12. RGB value is (219,60,18). Sum of RGB (Red+Green+Blue) = 219+60+18=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3C12 is #24C3ED. Grayscale: #676767. Windows color (decimal): -2409454 or 1195227. OLE color: 1195227.
HSL color Cylindrical-coordinate representation of color #DB3C12: hue angle of 12.54º 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 #DB3C12 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.14 |
| HSL | 12.54º | 0.85% | 0.46% | - |
| HSV(B) | 12.54º | 0.92% | 0.86% | - |
| XYZ | 30.94 | 18.34 | 2.48 | - |
| YUV | 102.75 | 80.18 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 18 | 0 | 0.73 | 0.92 | 0.14 | 12.54 | 0.85 | 0.46 |
| Hex | DB | 3C | 12 | 0 | 49 | 5C | E | D | 55 | 2E |
| Octal | 333 | 74 | 22 | 0 | 111 | 134 | 16 | 15 | 125 | 56 |
| Binary | 11011011 | 111100 | 10010 | 0 | 1001001 | 1011100 | 1110 | 1101 | 1010101 | 101110 |
Color Harmonies of #DB3C12
Complementary color
Monochromatic Colors of #DB3C12
Black with #DB3C12
Text Example
Text Example
White with #DB3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C12; }
p { color: rgb(219,60,18); }
H1.HeaderClassName
{
color: #DB3C12;
}
.AnyTagClassName
{
color: #DB3C12;
}
</style>
background-color css
<style>
a { background-color: #DB3C12; }
a { background-color: rgb(219,60,18); }
div.DivClassName
{
background-color: #DB3C12;
}
.BgClassName
{
background-color: #DB3C12;
}
</style>
border-color css
<style>
span { border-color: #DB3C12; }
span { border-color: rgb(219,60,18); }
td.TdClassName
{
border-color: #DB3C12;
}
.TagClassName
{
border-color: #DB3C12;
}
</style>