#E52E18

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

Shades of Harley Davidson Orange #E52E18

Tints of Harley Davidson Orange #E52E18

Color information

#E52E18 (or 0xE52E18) is unknown color: approx Harley Davidson Orange. HEX triplet: E5, 2E and 18. RGB value is (229,46,24). Sum of RGB (Red+Green+Blue) = 229+46+24=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52E18 is #1AD1E7. Grayscale: #626262. Windows color (decimal): -1757672 or 1584869. OLE color: 1584869.

HSL color Cylindrical-coordinate representation of color #E52E18: hue angle of 6.44º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E52E18 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB2294624-
CMYK00.800.900.10
HSL6.44º81.03%49.61%-
HSV(B)6.44º89.52%89.8%-
XYZ33.4518.682.71-
YUV98.2186.13221.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 76.59%
GREEN value IS 46 (18.36% from 255) = 15.38%
BLUE value IS 24 (9.77% from 255) = 8.03%
R=76.59%
G=15.38%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229462400.800.900.106.4481.0349.61
HexE52E180505AA65132
Octal3455630012013212612162
Binary111001011011101100001010000101101010101101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52E18; }

 p { color: rgb(229,46,24); }

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

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

 a { background-color: rgb(229,46,24); }

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

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

 span { border-color: rgb(229,46,24); }

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