Html Css Color HEX #E23912 Harley Davidson Orange
📋 copy color: '#E23912'red 226 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #E23912
Tints of Harley Davidson Orange #E23912
RGB
CMYK
RGB Variations
Color information
#E23912 (or 0xE23912) is known color: Harley Davidson Orange. HEX triplet: E2, 39 and 12. RGB value is (226,57,18). Sum of RGB (Red+Green+Blue) = 226+57+18=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E23912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E23912 is #1DC6ED. Grayscale: #676767. Windows color (decimal): -1951470 or 1194466. OLE color: 1194466.
HSL color Cylindrical-coordinate representation of color #E23912: hue angle of 11.25º 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 #E23912 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 18 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.11 |
| HSL | 11.25º | 0.85% | 0.48% | - |
| HSV(B) | 11.25º | 0.92% | 0.89% | - |
| XYZ | 32.94 | 19.14 | 2.53 | - |
| YUV | 103.09 | 79.99 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 18 | 0 | 0.75 | 0.92 | 0.11 | 11.25 | 0.85 | 0.48 |
| Hex | E2 | 39 | 12 | 0 | 4B | 5C | B | B | 55 | 30 |
| Octal | 342 | 71 | 22 | 0 | 113 | 134 | 13 | 13 | 125 | 60 |
| Binary | 11100010 | 111001 | 10010 | 0 | 1001011 | 1011100 | 1011 | 1011 | 1010101 | 110000 |
Color Harmonies of #E23912
Complementary color
Monochromatic Colors of #E23912
Black with #E23912
Text Example
Text Example
White with #E23912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23912; }
p { color: rgb(226,57,18); }
H1.HeaderClassName
{
color: #E23912;
}
.AnyTagClassName
{
color: #E23912;
}
</style>
background-color css
<style>
a { background-color: #E23912; }
a { background-color: rgb(226,57,18); }
div.DivClassName
{
background-color: #E23912;
}
.BgClassName
{
background-color: #E23912;
}
</style>
border-color css
<style>
span { border-color: #E23912; }
span { border-color: rgb(226,57,18); }
td.TdClassName
{
border-color: #E23912;
}
.TagClassName
{
border-color: #E23912;
}
</style>