#E34414

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

Shades of Harley Davidson Orange #E34414

Tints of Harley Davidson Orange #E34414

Color information

#E34414 (or 0xE34414) is unknown color: approx Harley Davidson Orange. HEX triplet: E3, 44 and 14. RGB value is (227,68,20). Sum of RGB (Red+Green+Blue) = 227+68+20=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E34414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34414 is #1CBBEB. Grayscale: #6E6E6E. Windows color (decimal): -1883116 or 1328355. OLE color: 1328355.

HSL color Cylindrical-coordinate representation of color #E34414: hue angle of 13.91º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E34414 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB2276820-
CMYK00.700.910.11
HSL13.91º83.81%48.43%-
HSV(B)13.91º91.19%89.02%-
XYZ33.8720.522.84-
YUV110.0777.18211.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 72.06%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 20 (8.20% from 255) = 6.35%
R=72.06%
G=21.59%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227682000.700.910.1113.9183.8148.43
HexE344140465BBe5430
Octal343104240106133131612460
Binary11100011100010010100010001101011011101111101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34414; }

 p { color: rgb(227,68,20); }

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

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

 a { background-color: rgb(227,68,20); }

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

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

 span { border-color: rgb(227,68,20); }

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