Html Css Color HEX #E24312 Harley Davidson Orange
📋 copy color: '#E24312'red 226 ◦ green 67 ◦ blue 18
Shades of Harley Davidson Orange #E24312
Tints of Harley Davidson Orange #E24312
RGB
CMYK
RGB Variations
Color information
#E24312 (or 0xE24312) is known color: Harley Davidson Orange. HEX triplet: E2, 43 and 12. RGB value is (226,67,18). Sum of RGB (Red+Green+Blue) = 226+67+18=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E24312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24312 is #1DBCED. Grayscale: #6D6D6D. Windows color (decimal): -1948910 or 1197026. OLE color: 1197026.
HSL color Cylindrical-coordinate representation of color #E24312: hue angle of 14.13º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E24312 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.11 |
| HSL | 14.13º | 0.85% | 0.48% | - |
| HSV(B) | 14.13º | 0.92% | 0.89% | - |
| XYZ | 33.48 | 20.23 | 2.71 | - |
| YUV | 108.96 | 76.68 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 18 | 0 | 0.70 | 0.92 | 0.11 | 14.13 | 0.85 | 0.48 |
| Hex | E2 | 43 | 12 | 0 | 46 | 5C | B | E | 55 | 30 |
| Octal | 342 | 103 | 22 | 0 | 106 | 134 | 13 | 16 | 125 | 60 |
| Binary | 11100010 | 1000011 | 10010 | 0 | 1000110 | 1011100 | 1011 | 1110 | 1010101 | 110000 |
Color Harmonies of #E24312
Complementary color
Monochromatic Colors of #E24312
Black with #E24312
Text Example
Text Example
White with #E24312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24312; }
p { color: rgb(226,67,18); }
H1.HeaderClassName
{
color: #E24312;
}
.AnyTagClassName
{
color: #E24312;
}
</style>
background-color css
<style>
a { background-color: #E24312; }
a { background-color: rgb(226,67,18); }
div.DivClassName
{
background-color: #E24312;
}
.BgClassName
{
background-color: #E24312;
}
</style>
border-color css
<style>
span { border-color: #E24312; }
span { border-color: rgb(226,67,18); }
td.TdClassName
{
border-color: #E24312;
}
.TagClassName
{
border-color: #E24312;
}
</style>