Html Css Color HEX #E82A19 Harley Davidson Orange
📋 copy color: '#E82A19'red 232 ◦ green 42 ◦ blue 25
Shades of Harley Davidson Orange #E82A19
Tints of Harley Davidson Orange #E82A19
RGB
CMYK
RGB Variations
Color information
#E82A19 (or 0xE82A19) is known color: Harley Davidson Orange. HEX triplet: E8, 2A and 19. RGB value is (232,42,25). Sum of RGB (Red+Green+Blue) = 232+42+25=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82A19 is #17D5E6. Grayscale: #616161. Windows color (decimal): -1562087 or 1649384. OLE color: 1649384.
HSL color Cylindrical-coordinate representation of color #E82A19: hue angle of 4.93º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E82A19 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 25 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.09 |
| HSL | 4.93º | 0.82% | 0.5% | - |
| HSV(B) | 4.93º | 0.89% | 0.91% | - |
| XYZ | 34.28 | 18.88 | 2.76 | - |
| YUV | 96.87 | 87.45 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 25 | 0 | 0.82 | 0.89 | 0.09 | 4.93 | 0.82 | 0.5 |
| Hex | E8 | 2A | 19 | 0 | 52 | 59 | 9 | 5 | 52 | 32 |
| Octal | 350 | 52 | 31 | 0 | 122 | 131 | 11 | 5 | 122 | 62 |
| Binary | 11101000 | 101010 | 11001 | 0 | 1010010 | 1011001 | 1001 | 101 | 1010010 | 110010 |
Color Harmonies of #E82A19
Complementary color
Monochromatic Colors of #E82A19
Black with #E82A19
Text Example
Text Example
White with #E82A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82A19; }
p { color: rgb(232,42,25); }
H1.HeaderClassName
{
color: #E82A19;
}
.AnyTagClassName
{
color: #E82A19;
}
</style>
background-color css
<style>
a { background-color: #E82A19; }
a { background-color: rgb(232,42,25); }
div.DivClassName
{
background-color: #E82A19;
}
.BgClassName
{
background-color: #E82A19;
}
</style>
border-color css
<style>
span { border-color: #E82A19; }
span { border-color: rgb(232,42,25); }
td.TdClassName
{
border-color: #E82A19;
}
.TagClassName
{
border-color: #E82A19;
}
</style>