Html Css Color HEX #E2380A Harley Davidson Orange
📋 copy color: '#E2380A'red 226 ◦ green 56 ◦ blue 10
Shades of Harley Davidson Orange #E2380A
Tints of Harley Davidson Orange #E2380A
RGB
CMYK
RGB Variations
Color information
#E2380A (or 0xE2380A) is known color: Harley Davidson Orange. HEX triplet: E2, 38 and 0A. RGB value is (226,56,10). Sum of RGB (Red+Green+Blue) = 226+56+10=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2380A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2380A is #1DC7F5. Grayscale: #656565. Windows color (decimal): -1951734 or 669922. OLE color: 669922.
HSL color Cylindrical-coordinate representation of color #E2380A: hue angle of 12.78º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2380A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 10 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.11 |
| HSL | 12.78º | 0.92% | 0.46% | - |
| HSV(B) | 12.78º | 0.96% | 0.89% | - |
| XYZ | 32.83 | 19.02 | 2.23 | - |
| YUV | 101.59 | 76.32 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 10 | 0 | 0.75 | 0.96 | 0.11 | 12.78 | 0.92 | 0.46 |
| Hex | E2 | 38 | A | 0 | 4B | 60 | B | D | 5C | 2E |
| Octal | 342 | 70 | 12 | 0 | 113 | 140 | 13 | 15 | 134 | 56 |
| Binary | 11100010 | 111000 | 1010 | 0 | 1001011 | 1100000 | 1011 | 1101 | 1011100 | 101110 |
Color Harmonies of #E2380A
Complementary color
Monochromatic Colors of #E2380A
Black with #E2380A
Text Example
Text Example
White with #E2380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2380A; }
p { color: rgb(226,56,10); }
H1.HeaderClassName
{
color: #E2380A;
}
.AnyTagClassName
{
color: #E2380A;
}
</style>
background-color css
<style>
a { background-color: #E2380A; }
a { background-color: rgb(226,56,10); }
div.DivClassName
{
background-color: #E2380A;
}
.BgClassName
{
background-color: #E2380A;
}
</style>
border-color css
<style>
span { border-color: #E2380A; }
span { border-color: rgb(226,56,10); }
td.TdClassName
{
border-color: #E2380A;
}
.TagClassName
{
border-color: #E2380A;
}
</style>