Html Css Color HEX #D82E04 Harley Davidson Orange
📋 copy color: '#D82E04'red 216 ◦ green 46 ◦ blue 4
Shades of Harley Davidson Orange #D82E04
Tints of Harley Davidson Orange #D82E04
RGB
CMYK
RGB Variations
Color information
#D82E04 (or 0xD82E04) is known color: Harley Davidson Orange. HEX triplet: D8, 2E and 04. RGB value is (216,46,4). Sum of RGB (Red+Green+Blue) = 216+46+4=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82E04 is #27D1FB. Grayscale: #5C5C5C. Windows color (decimal): -2609660 or 274136. OLE color: 274136.
HSL color Cylindrical-coordinate representation of color #D82E04: hue angle of 11.89º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D82E04 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.15 |
| HSL | 11.89º | 0.96% | 0.43% | - |
| HSV(B) | 11.89º | 0.98% | 0.85% | - |
| XYZ | 29.32 | 16.56 | 1.77 | - |
| YUV | 92.04 | 78.32 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 4 | 0 | 0.79 | 0.98 | 0.15 | 11.89 | 0.96 | 0.43 |
| Hex | D8 | 2E | 4 | 0 | 4F | 62 | F | C | 60 | 2B |
| Octal | 330 | 56 | 4 | 0 | 117 | 142 | 17 | 14 | 140 | 53 |
| Binary | 11011000 | 101110 | 100 | 0 | 1001111 | 1100010 | 1111 | 1100 | 1100000 | 101011 |
Color Harmonies of #D82E04
Complementary color
Monochromatic Colors of #D82E04
Black with #D82E04
Text Example
Text Example
White with #D82E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82E04; }
p { color: rgb(216,46,4); }
H1.HeaderClassName
{
color: #D82E04;
}
.AnyTagClassName
{
color: #D82E04;
}
</style>
background-color css
<style>
a { background-color: #D82E04; }
a { background-color: rgb(216,46,4); }
div.DivClassName
{
background-color: #D82E04;
}
.BgClassName
{
background-color: #D82E04;
}
</style>
border-color css
<style>
span { border-color: #D82E04; }
span { border-color: rgb(216,46,4); }
td.TdClassName
{
border-color: #D82E04;
}
.TagClassName
{
border-color: #D82E04;
}
</style>