#E3320E

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

Shades of Harley Davidson Orange #E3320E

Tints of Harley Davidson Orange #E3320E

Color information

#E3320E (or 0xE3320E) is unknown color: approx Harley Davidson Orange. HEX triplet: E3, 32 and 0E. RGB value is (227,50,14). Sum of RGB (Red+Green+Blue) = 227+50+14=291 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.01% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 227 - color contains mainly: red. Hex color #E3320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3320E is #1CCDF1. Grayscale: #636363. Windows color (decimal): -1887730 or 930531. OLE color: 930531.

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

Color convert

RGB2275014-
CMYK00.780.940.11
HSL10.14º88.38%47.25%-
HSV(B)10.14º93.83%89.02%-
XYZ32.918.642.28-
YUV98.8280.14219.43-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 78.01%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 14 (5.86% from 255) = 4.81%
R=78.01%
G=17.18%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227501400.780.940.1110.1488.3847.25
HexE332E04E5EBa582f
Octal34362160116136131213057
Binary111000111100101110010011101011110101110101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3320E; }

 p { color: rgb(227,50,14); }

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

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

 a { background-color: rgb(227,50,14); }

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

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

 span { border-color: rgb(227,50,14); }

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