#E52A18

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

Shades of Harley Davidson Orange #E52A18

Tints of Harley Davidson Orange #E52A18

Color information

#E52A18 (or 0xE52A18) is unknown color: approx Harley Davidson Orange. HEX triplet: E5, 2A and 18. RGB value is (229,42,24). Sum of RGB (Red+Green+Blue) = 229+42+24=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52A18 is #1AD5E7. Grayscale: #606060. Windows color (decimal): -1758696 or 1583845. OLE color: 1583845.

HSL color Cylindrical-coordinate representation of color #E52A18: hue angle of 5.27º 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 #E52A18 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB2294224-
CMYK00.820.900.10
HSL5.27º81.03%49.61%-
HSV(B)5.27º89.52%89.8%-
XYZ33.3118.382.66-
YUV95.8687.45222.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 77.63%
GREEN value IS 42 (16.80% from 255) = 14.24%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=77.63%
G=14.24%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229422400.820.900.105.2781.0349.61
HexE52A180525AA55132
Octal3455230012213212512162
Binary111001011010101100001010010101101010101011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52A18; }

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

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

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

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

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

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

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

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