#E2400F

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

Shades of Harley Davidson Orange #E2400F

Tints of Harley Davidson Orange #E2400F

Color information

#E2400F (or 0xE2400F) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 40 and 0F. RGB value is (226,64,15). Sum of RGB (Red+Green+Blue) = 226+64+15=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2400F is #1DBFF0. Grayscale: #6B6B6B. Windows color (decimal): -1949681 or 999650. OLE color: 999650.

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

Color convert

RGB2266415-
CMYK00.720.930.11
HSL13.93º87.55%47.25%-
HSV(B)13.93º93.36%88.63%-
XYZ33.2819.872.53-
YUV106.8576.17212.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 74.10%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 15 (6.25% from 255) = 4.92%
R=74.10%
G=20.98%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226641500.720.930.1113.9387.5547.25
HexE240F0485DBe582f
Octal342100170110135131613057
Binary1110001010000001111010010001011101101111101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2400F; }

 p { color: rgb(226,64,15); }

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

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

 a { background-color: rgb(226,64,15); }

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

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

 span { border-color: rgb(226,64,15); }

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