Html Css Color HEX #E54014 Harley Davidson Orange

📋 copy color: '#E54014'

red 229 ◦ green 64 ◦ blue 20

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

Shades of Harley Davidson Orange #E54014

Tints of Harley Davidson Orange #E54014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 73.16%
G = 20.45%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E54014 (or 0xE54014) is known color: Harley Davidson Orange. HEX triplet: E5, 40 and 14. RGB value is (229,64,20). Sum of RGB (Red+Green+Blue) = 229+64+20=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E54014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54014 is #1ABFEB. Grayscale: #6C6C6C. Windows color (decimal): -1753068 or 1327333. OLE color: 1327333.

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

Color convert

RGB 229 64 20 -
CMYK 0 0.72 0.91 0.10
HSL 12.63º 0.84% 0.49% -
HSV(B) 12.63º 0.91% 0.9% -
XYZ 34.27 20.38 2.79 -
YUV 108.32 78.16 214.08 -
System Red Green Blue C M Y K H S L
Decimal 229 64 20 0 0.72 0.91 0.10 12.63 0.84 0.49
Hex E5 40 14 0 48 5B A D 54 31
Octal 345 100 24 0 110 133 12 15 124 61
Binary 11100101 1000000 10100 0 1001000 1011011 1010 1101 1010100 110001

Color Harmonies of #E54014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54014

Black with #E54014

Text Example


Text Example

White with #E54014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54014; }

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

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

background-color css

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

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

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

border-color css

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

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

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