Html Css Color HEX #E54010 Harley Davidson Orange

📋 copy color: '#E54010'

red 229 ◦ green 64 ◦ blue 16

#E54010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #E54010

Tints of Harley Davidson Orange #E54010

RGB

 RED value IS 229 (89.84% from 255) = 74.11%

 GREEN value IS 64 (25.39% from 255) = 20.71%

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 74.11%
G = 20.71%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E54010 (or 0xE54010) is known color: Harley Davidson Orange. HEX triplet: E5, 40 and 10. RGB value is (229,64,16). Sum of RGB (Red+Green+Blue) = 229+64+16=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E54010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54010 is #1ABFEF. Grayscale: #6C6C6C. Windows color (decimal): -1753072 or 1065189. OLE color: 1065189.

HSL color Cylindrical-coordinate representation of color #E54010: hue angle of 13.52º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E54010 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 64 16 -
CMYK 0 0.72 0.93 0.10
HSL 13.52º 0.87% 0.48% -
HSV(B) 13.52º 0.93% 0.9% -
XYZ 34.24 20.36 2.62 -
YUV 107.86 76.16 214.4 -
System Red Green Blue C M Y K H S L
Decimal 229 64 16 0 0.72 0.93 0.10 13.52 0.87 0.48
Hex E5 40 10 0 48 5D A E 57 30
Octal 345 100 20 0 110 135 12 16 127 60
Binary 11100101 1000000 10000 0 1001000 1011101 1010 1110 1010111 110000

Color Harmonies of #E54010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54010

Black with #E54010

Text Example


Text Example

White with #E54010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54010; }

 p { color: rgb(229,64,16); }

 H1.HeaderClassName
 {
   color: #E54010;
 }
 .AnyTagClassName
 {
   color: #E54010;
 }
</style>

background-color css

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

 a { background-color: rgb(229,64,16); }

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

border-color css

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

 span { border-color: rgb(229,64,16); }

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