Html Css Color HEX #E2380B Harley Davidson Orange
📋 copy color: '#E2380B'red 226 ◦ green 56 ◦ blue 11
Shades of Harley Davidson Orange #E2380B
Tints of Harley Davidson Orange #E2380B
RGB
CMYK
RGB Variations
Color information
#E2380B (or 0xE2380B) is known color: Harley Davidson Orange. HEX triplet: E2, 38 and 0B. RGB value is (226,56,11). Sum of RGB (Red+Green+Blue) = 226+56+11=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E2380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2380B is #1DC7F4. Grayscale: #666666. Windows color (decimal): -1951733 or 735458. OLE color: 735458.
HSL color Cylindrical-coordinate representation of color #E2380B: hue angle of 12.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2380B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.11 |
| HSL | 12.56º | 0.91% | 0.46% | - |
| HSV(B) | 12.56º | 0.95% | 0.89% | - |
| XYZ | 32.84 | 19.02 | 2.26 | - |
| YUV | 101.7 | 76.82 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 11 | 0 | 0.75 | 0.95 | 0.11 | 12.56 | 0.91 | 0.46 |
| Hex | E2 | 38 | B | 0 | 4B | 5F | B | D | 5B | 2E |
| Octal | 342 | 70 | 13 | 0 | 113 | 137 | 13 | 15 | 133 | 56 |
| Binary | 11100010 | 111000 | 1011 | 0 | 1001011 | 1011111 | 1011 | 1101 | 1011011 | 101110 |
Color Harmonies of #E2380B
Complementary color
Monochromatic Colors of #E2380B
Black with #E2380B
Text Example
Text Example
White with #E2380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2380B; }
p { color: rgb(226,56,11); }
H1.HeaderClassName
{
color: #E2380B;
}
.AnyTagClassName
{
color: #E2380B;
}
</style>
background-color css
<style>
a { background-color: #E2380B; }
a { background-color: rgb(226,56,11); }
div.DivClassName
{
background-color: #E2380B;
}
.BgClassName
{
background-color: #E2380B;
}
</style>
border-color css
<style>
span { border-color: #E2380B; }
span { border-color: rgb(226,56,11); }
td.TdClassName
{
border-color: #E2380B;
}
.TagClassName
{
border-color: #E2380B;
}
</style>