Html Css Color HEX #D84518 Harley Davidson Orange
📋 copy color: '#D84518'red 216 ◦ green 69 ◦ blue 24
Shades of Harley Davidson Orange #D84518
Tints of Harley Davidson Orange #D84518
RGB
CMYK
RGB Variations
Color information
#D84518 (or 0xD84518) is known color: Harley Davidson Orange. HEX triplet: D8, 45 and 18. RGB value is (216,69,24). Sum of RGB (Red+Green+Blue) = 216+69+24=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D84518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84518 is #27BAE7. Grayscale: #6C6C6C. Windows color (decimal): -2603752 or 1590744. OLE color: 1590744.
HSL color Cylindrical-coordinate representation of color #D84518: hue angle of 14.06º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D84518 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 24 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.15 |
| HSL | 14.06º | 0.8% | 0.47% | - |
| HSV(B) | 14.06º | 0.89% | 0.85% | - |
| XYZ | 30.61 | 18.92 | 2.9 | - |
| YUV | 107.82 | 80.7 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 24 | 0 | 0.68 | 0.89 | 0.15 | 14.06 | 0.8 | 0.47 |
| Hex | D8 | 45 | 18 | 0 | 44 | 59 | F | E | 50 | 2F |
| Octal | 330 | 105 | 30 | 0 | 104 | 131 | 17 | 16 | 120 | 57 |
| Binary | 11011000 | 1000101 | 11000 | 0 | 1000100 | 1011001 | 1111 | 1110 | 1010000 | 101111 |
Color Harmonies of #D84518
Complementary color
Monochromatic Colors of #D84518
Black with #D84518
Text Example
Text Example
White with #D84518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84518; }
p { color: rgb(216,69,24); }
H1.HeaderClassName
{
color: #D84518;
}
.AnyTagClassName
{
color: #D84518;
}
</style>
background-color css
<style>
a { background-color: #D84518; }
a { background-color: rgb(216,69,24); }
div.DivClassName
{
background-color: #D84518;
}
.BgClassName
{
background-color: #D84518;
}
</style>
border-color css
<style>
span { border-color: #D84518; }
span { border-color: rgb(216,69,24); }
td.TdClassName
{
border-color: #D84518;
}
.TagClassName
{
border-color: #D84518;
}
</style>