Html Css Color HEX #D84913 Harley Davidson Orange
📋 copy color: '#D84913'red 216 ◦ green 73 ◦ blue 19
Shades of Harley Davidson Orange #D84913
Tints of Harley Davidson Orange #D84913
RGB
CMYK
RGB Variations
Color information
#D84913 (or 0xD84913) is known color: Harley Davidson Orange. HEX triplet: D8, 49 and 13. RGB value is (216,73,19). Sum of RGB (Red+Green+Blue) = 216+73+19=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D84913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84913 is #27B6EC. Grayscale: #6D6D6D. Windows color (decimal): -2602733 or 1264088. OLE color: 1264088.
HSL color Cylindrical-coordinate representation of color #D84913: hue angle of 16.45º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D84913 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 73 | 19 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.15 |
| HSL | 16.45º | 0.84% | 0.46% | - |
| HSV(B) | 16.45º | 0.91% | 0.85% | - |
| XYZ | 30.82 | 19.41 | 2.74 | - |
| YUV | 109.6 | 76.88 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 19 | 0 | 0.66 | 0.91 | 0.15 | 16.45 | 0.84 | 0.46 |
| Hex | D8 | 49 | 13 | 0 | 42 | 5B | F | 10 | 54 | 2E |
| Octal | 330 | 111 | 23 | 0 | 102 | 133 | 17 | 20 | 124 | 56 |
| Binary | 11011000 | 1001001 | 10011 | 0 | 1000010 | 1011011 | 1111 | 10000 | 1010100 | 101110 |
Color Harmonies of #D84913
Complementary color
Monochromatic Colors of #D84913
Black with #D84913
Text Example
Text Example
White with #D84913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84913; }
p { color: rgb(216,73,19); }
H1.HeaderClassName
{
color: #D84913;
}
.AnyTagClassName
{
color: #D84913;
}
</style>
background-color css
<style>
a { background-color: #D84913; }
a { background-color: rgb(216,73,19); }
div.DivClassName
{
background-color: #D84913;
}
.BgClassName
{
background-color: #D84913;
}
</style>
border-color css
<style>
span { border-color: #D84913; }
span { border-color: rgb(216,73,19); }
td.TdClassName
{
border-color: #D84913;
}
.TagClassName
{
border-color: #D84913;
}
</style>