Html Css Color HEX #DB4712 Harley Davidson Orange
📋 copy color: '#DB4712'red 219 ◦ green 71 ◦ blue 18
Shades of Harley Davidson Orange #DB4712
Tints of Harley Davidson Orange #DB4712
RGB
CMYK
RGB Variations
Color information
#DB4712 (or 0xDB4712) is known color: Harley Davidson Orange. HEX triplet: DB, 47 and 12. RGB value is (219,71,18). Sum of RGB (Red+Green+Blue) = 219+71+18=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4712 is #24B8ED. Grayscale: #6D6D6D. Windows color (decimal): -2406638 or 1198043. OLE color: 1198043.
HSL color Cylindrical-coordinate representation of color #DB4712: hue angle of 15.82º 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 #DB4712 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 18 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.14 |
| HSL | 15.82º | 0.85% | 0.46% | - |
| HSV(B) | 15.82º | 0.92% | 0.86% | - |
| XYZ | 31.58 | 19.61 | 2.69 | - |
| YUV | 109.21 | 76.53 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 18 | 0 | 0.68 | 0.92 | 0.14 | 15.82 | 0.85 | 0.46 |
| Hex | DB | 47 | 12 | 0 | 44 | 5C | E | 10 | 55 | 2E |
| Octal | 333 | 107 | 22 | 0 | 104 | 134 | 16 | 20 | 125 | 56 |
| Binary | 11011011 | 1000111 | 10010 | 0 | 1000100 | 1011100 | 1110 | 10000 | 1010101 | 101110 |
Color Harmonies of #DB4712
Complementary color
Monochromatic Colors of #DB4712
Black with #DB4712
Text Example
Text Example
White with #DB4712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4712; }
p { color: rgb(219,71,18); }
H1.HeaderClassName
{
color: #DB4712;
}
.AnyTagClassName
{
color: #DB4712;
}
</style>
background-color css
<style>
a { background-color: #DB4712; }
a { background-color: rgb(219,71,18); }
div.DivClassName
{
background-color: #DB4712;
}
.BgClassName
{
background-color: #DB4712;
}
</style>
border-color css
<style>
span { border-color: #DB4712; }
span { border-color: rgb(219,71,18); }
td.TdClassName
{
border-color: #DB4712;
}
.TagClassName
{
border-color: #DB4712;
}
</style>