Html Css Color HEX #E2260B Harley Davidson Orange
📋 copy color: '#E2260B'red 226 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #E2260B
Tints of Harley Davidson Orange #E2260B
RGB
CMYK
RGB Variations
Color information
#E2260B (or 0xE2260B) is known color: Harley Davidson Orange. HEX triplet: E2, 26 and 0B. RGB value is (226,38,11). Sum of RGB (Red+Green+Blue) = 226+38+11=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E2260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2260B is #1DD9F4. Grayscale: #5B5B5B. Windows color (decimal): -1956341 or 730850. OLE color: 730850.
HSL color Cylindrical-coordinate representation of color #E2260B: hue angle of 7.53º 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 #E2260B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.11 |
| HSL | 7.53º | 0.91% | 0.46% | - |
| HSV(B) | 7.53º | 0.95% | 0.89% | - |
| XYZ | 32.12 | 17.58 | 2.02 | - |
| YUV | 91.13 | 82.78 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 11 | 0 | 0.83 | 0.95 | 0.11 | 7.53 | 0.91 | 0.46 |
| Hex | E2 | 26 | B | 0 | 53 | 5F | B | 8 | 5B | 2E |
| Octal | 342 | 46 | 13 | 0 | 123 | 137 | 13 | 10 | 133 | 56 |
| Binary | 11100010 | 100110 | 1011 | 0 | 1010011 | 1011111 | 1011 | 1000 | 1011011 | 101110 |
Color Harmonies of #E2260B
Complementary color
Monochromatic Colors of #E2260B
Black with #E2260B
Text Example
Text Example
White with #E2260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2260B; }
p { color: rgb(226,38,11); }
H1.HeaderClassName
{
color: #E2260B;
}
.AnyTagClassName
{
color: #E2260B;
}
</style>
background-color css
<style>
a { background-color: #E2260B; }
a { background-color: rgb(226,38,11); }
div.DivClassName
{
background-color: #E2260B;
}
.BgClassName
{
background-color: #E2260B;
}
</style>
border-color css
<style>
span { border-color: #E2260B; }
span { border-color: rgb(226,38,11); }
td.TdClassName
{
border-color: #E2260B;
}
.TagClassName
{
border-color: #E2260B;
}
</style>