Html Css Color HEX #E83012 Harley Davidson Orange
📋 copy color: '#E83012'red 232 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #E83012
Tints of Harley Davidson Orange #E83012
RGB
CMYK
RGB Variations
Color information
#E83012 (or 0xE83012) is known color: Harley Davidson Orange. HEX triplet: E8, 30 and 12. RGB value is (232,48,18). Sum of RGB (Red+Green+Blue) = 232+48+18=298 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.85% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 232 - color contains mainly: red. Hex color #E83012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E83012 is #17CFED. Grayscale: #636363. Windows color (decimal): -1560558 or 1192168. OLE color: 1192168.
HSL color Cylindrical-coordinate representation of color #E83012: hue angle of 8.41º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E83012 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 18 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.09 |
| HSL | 8.41º | 0.86% | 0.49% | - |
| HSV(B) | 8.41º | 0.92% | 0.91% | - |
| XYZ | 34.44 | 19.31 | 2.48 | - |
| YUV | 99.6 | 81.96 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 18 | 0 | 0.79 | 0.92 | 0.09 | 8.41 | 0.86 | 0.49 |
| Hex | E8 | 30 | 12 | 0 | 4F | 5C | 9 | 8 | 56 | 31 |
| Octal | 350 | 60 | 22 | 0 | 117 | 134 | 11 | 10 | 126 | 61 |
| Binary | 11101000 | 110000 | 10010 | 0 | 1001111 | 1011100 | 1001 | 1000 | 1010110 | 110001 |
Color Harmonies of #E83012
Complementary color
Monochromatic Colors of #E83012
Black with #E83012
Text Example
Text Example
White with #E83012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83012; }
p { color: rgb(232,48,18); }
H1.HeaderClassName
{
color: #E83012;
}
.AnyTagClassName
{
color: #E83012;
}
</style>
background-color css
<style>
a { background-color: #E83012; }
a { background-color: rgb(232,48,18); }
div.DivClassName
{
background-color: #E83012;
}
.BgClassName
{
background-color: #E83012;
}
</style>
border-color css
<style>
span { border-color: #E83012; }
span { border-color: rgb(232,48,18); }
td.TdClassName
{
border-color: #E83012;
}
.TagClassName
{
border-color: #E83012;
}
</style>