Html Css Color HEX #D84A1D Harley Davidson Orange
📋 copy color: '#D84A1D'red 216 ◦ green 74 ◦ blue 29
Shades of Harley Davidson Orange #D84A1D
Tints of Harley Davidson Orange #D84A1D
RGB
CMYK
RGB Variations
Color information
#D84A1D (or 0xD84A1D) is known color: Harley Davidson Orange. HEX triplet: D8, 4A and 1D. RGB value is (216,74,29). Sum of RGB (Red+Green+Blue) = 216+74+29=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A1D is #27B5E2. Grayscale: #6F6F6F. Windows color (decimal): -2602467 or 1919704. OLE color: 1919704.
HSL color Cylindrical-coordinate representation of color #D84A1D: hue angle of 14.44º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D84A1D is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 29 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.15 |
| HSL | 14.44º | 0.76% | 0.48% | - |
| HSV(B) | 14.44º | 0.87% | 0.85% | - |
| XYZ | 30.99 | 19.59 | 3.31 | - |
| YUV | 111.33 | 81.54 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 29 | 0 | 0.66 | 0.87 | 0.15 | 14.44 | 0.76 | 0.48 |
| Hex | D8 | 4A | 1D | 0 | 42 | 57 | F | E | 4C | 30 |
| Octal | 330 | 112 | 35 | 0 | 102 | 127 | 17 | 16 | 114 | 60 |
| Binary | 11011000 | 1001010 | 11101 | 0 | 1000010 | 1010111 | 1111 | 1110 | 1001100 | 110000 |
Color Harmonies of #D84A1D
Complementary color
Monochromatic Colors of #D84A1D
Black with #D84A1D
Text Example
Text Example
White with #D84A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A1D; }
p { color: rgb(216,74,29); }
H1.HeaderClassName
{
color: #D84A1D;
}
.AnyTagClassName
{
color: #D84A1D;
}
</style>
background-color css
<style>
a { background-color: #D84A1D; }
a { background-color: rgb(216,74,29); }
div.DivClassName
{
background-color: #D84A1D;
}
.BgClassName
{
background-color: #D84A1D;
}
</style>
border-color css
<style>
span { border-color: #D84A1D; }
span { border-color: rgb(216,74,29); }
td.TdClassName
{
border-color: #D84A1D;
}
.TagClassName
{
border-color: #D84A1D;
}
</style>