#E34313

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

Shades of Harley Davidson Orange #E34313

Tints of Harley Davidson Orange #E34313

Color information

#E34313 (or 0xE34313) is unknown color: approx Harley Davidson Orange. HEX triplet: E3, 43 and 13. RGB value is (227,67,19). Sum of RGB (Red+Green+Blue) = 227+67+19=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E34313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34313 is #1CBCEC. Grayscale: #6D6D6D. Windows color (decimal): -1883373 or 1262563. OLE color: 1262563.

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

Color convert

RGB2276719-
CMYK00.700.920.11
HSL13.85º84.55%48.24%-
HSV(B)13.85º91.63%89.02%-
XYZ33.820.392.77-
YUV109.3777.01211.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 72.52%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 19 (7.81% from 255) = 6.07%
R=72.52%
G=21.41%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227671900.700.920.1113.8584.5548.24
HexE343130465CBe5530
Octal343103230106134131612560
Binary11100011100001110011010001101011100101111101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34313; }

 p { color: rgb(227,67,19); }

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

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

 a { background-color: rgb(227,67,19); }

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

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

 span { border-color: rgb(227,67,19); }

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