Html Css Color HEX #DB4912 Harley Davidson Orange
📋 copy color: '#DB4912'red 219 ◦ green 73 ◦ blue 18
Shades of Harley Davidson Orange #DB4912
Tints of Harley Davidson Orange #DB4912
RGB
CMYK
RGB Variations
Color information
#DB4912 (or 0xDB4912) is known color: Harley Davidson Orange. HEX triplet: DB, 49 and 12. RGB value is (219,73,18). Sum of RGB (Red+Green+Blue) = 219+73+18=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4912 is #24B6ED. Grayscale: #6E6E6E. Windows color (decimal): -2406126 or 1198555. OLE color: 1198555.
HSL color Cylindrical-coordinate representation of color #DB4912: hue angle of 16.42º 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 #DB4912 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 18 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.14 |
| HSL | 16.42º | 0.85% | 0.46% | - |
| HSV(B) | 16.42º | 0.92% | 0.86% | - |
| XYZ | 31.71 | 19.87 | 2.74 | - |
| YUV | 110.38 | 75.87 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 18 | 0 | 0.67 | 0.92 | 0.14 | 16.42 | 0.85 | 0.46 |
| Hex | DB | 49 | 12 | 0 | 43 | 5C | E | 10 | 55 | 2E |
| Octal | 333 | 111 | 22 | 0 | 103 | 134 | 16 | 20 | 125 | 56 |
| Binary | 11011011 | 1001001 | 10010 | 0 | 1000011 | 1011100 | 1110 | 10000 | 1010101 | 101110 |
Color Harmonies of #DB4912
Complementary color
Monochromatic Colors of #DB4912
Black with #DB4912
Text Example
Text Example
White with #DB4912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4912; }
p { color: rgb(219,73,18); }
H1.HeaderClassName
{
color: #DB4912;
}
.AnyTagClassName
{
color: #DB4912;
}
</style>
background-color css
<style>
a { background-color: #DB4912; }
a { background-color: rgb(219,73,18); }
div.DivClassName
{
background-color: #DB4912;
}
.BgClassName
{
background-color: #DB4912;
}
</style>
border-color css
<style>
span { border-color: #DB4912; }
span { border-color: rgb(219,73,18); }
td.TdClassName
{
border-color: #DB4912;
}
.TagClassName
{
border-color: #DB4912;
}
</style>