#E2340E

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

Shades of Harley Davidson Orange #E2340E

Tints of Harley Davidson Orange #E2340E

Color information

#E2340E (or 0xE2340E) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 34 and 0E. RGB value is (226,52,14). Sum of RGB (Red+Green+Blue) = 226+52+14=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2340E is #1DCBF1. Grayscale: #646464. Windows color (decimal): -1952754 or 931042. OLE color: 931042.

HSL color Cylindrical-coordinate representation of color #E2340E: hue angle of 10.75º 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 #E2340E is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB2265214-
CMYK00.770.940.11
HSL10.75º88.33%47.06%-
HSV(B)10.75º93.81%88.63%-
XYZ32.6718.662.29-
YUV99.6979.65218.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 77.40%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 14 (5.86% from 255) = 4.79%
R=77.40%
G=17.81%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226521400.770.940.1110.7588.3347.06
HexE234E04D5EBb582f
Octal34264160115136131313057
Binary111000101101001110010011011011110101110111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2340E; }

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

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

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

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

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

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

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

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