#E53A14

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

Shades of Harley Davidson Orange #E53A14

Tints of Harley Davidson Orange #E53A14

Color information

#E53A14 (or 0xE53A14) is unknown color: approx Harley Davidson Orange. HEX triplet: E5, 3A and 14. RGB value is (229,58,20). Sum of RGB (Red+Green+Blue) = 229+58+20=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53A14 is #1AC5EB. Grayscale: #696969. Windows color (decimal): -1754604 or 1325797. OLE color: 1325797.

HSL color Cylindrical-coordinate representation of color #E53A14: hue angle of 10.91º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E53A14 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB2295820-
CMYK00.750.910.10
HSL10.91º83.94%48.82%-
HSV(B)10.91º91.27%89.8%-
XYZ33.9519.732.68-
YUV104.880.15216.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 74.59%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 20 (8.20% from 255) = 6.51%
R=74.59%
G=18.89%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229582000.750.910.1010.9183.9448.82
HexE53A1404B5BAb5431
Octal34572240113133121312461
Binary1110010111101010100010010111011011101010111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53A14; }

 p { color: rgb(229,58,20); }

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

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

 a { background-color: rgb(229,58,20); }

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

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

 span { border-color: rgb(229,58,20); }

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