#E2280E

Color #E2280E Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #E2280E

Tints of Harley Davidson Orange #E2280E

Color information

#E2280E (or 0xE2280E) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 28 and 0E. RGB value is (226,40,14). Sum of RGB (Red+Green+Blue) = 226+40+14=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E2280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2280E is #1DD7F1. Grayscale: #5C5C5C. Windows color (decimal): -1955826 or 927970. OLE color: 927970.

HSL color Cylindrical-coordinate representation of color #E2280E: hue angle of 7.36º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2280E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB2264014-
CMYK00.820.940.11
HSL7.36º88.33%47.06%-
HSV(B)7.36º93.81%88.63%-
XYZ32.217.722.14-
YUV92.6583.62223.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 80.71%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 14 (5.86% from 255) = 5%
R=80.71%
G=14.29%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226401400.820.940.117.3688.3347.06
HexE228E0525EB7582f
Octal3425016012213613713057
Binary11100010101000111001010010101111010111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2280E; }

 p { color: rgb(226,40,14); }

 H1.HeaderClassName
 {
   color: #E2280E;
 }
 .AnyTagClassName
 {
   color: #E2280E;
 }
</style>
background-color css

<style>
 a { background-color: #E2280E; }

 a { background-color: rgb(226,40,14); }

 div.DivClassName
 {
   background-color: #E2280E;
 }
 .BgClassName
 {
   background-color: #E2280E;
 }
</style>
border-color css

<style>
 span { border-color: #E2280E; }

 span { border-color: rgb(226,40,14); }

 td.TdClassName
 {
   border-color: #E2280E;
 }
 .TagClassName
 {
   border-color: #E2280E;
 }
</style>