Html Css Color HEX #E54114 Harley Davidson Orange

📋 copy color: '#E54114'

red 229 ◦ green 65 ◦ blue 20

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

Shades of Harley Davidson Orange #E54114

Tints of Harley Davidson Orange #E54114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

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

R = 72.93%
G = 20.7%
B = 6.37%

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

#E54114 (or 0xE54114) is known color: Harley Davidson Orange. HEX triplet: E5, 41 and 14. RGB value is (229,65,20). Sum of RGB (Red+Green+Blue) = 229+65+20=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E54114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54114 is #1ABEEB. Grayscale: #6D6D6D. Windows color (decimal): -1752812 or 1327589. OLE color: 1327589.

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

Color convert

RGB 229 65 20 -
CMYK 0 0.72 0.91 0.10
HSL 12.92º 0.84% 0.49% -
HSV(B) 12.92º 0.91% 0.9% -
XYZ 34.33 20.49 2.81 -
YUV 108.91 77.83 213.66 -
System Red Green Blue C M Y K H S L
Decimal 229 65 20 0 0.72 0.91 0.10 12.92 0.84 0.49
Hex E5 41 14 0 48 5B A D 54 31
Octal 345 101 24 0 110 133 12 15 124 61
Binary 11100101 1000001 10100 0 1001000 1011011 1010 1101 1010100 110001

Color Harmonies of #E54114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54114

Black with #E54114

Text Example


Text Example

White with #E54114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54114; }

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

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

background-color css

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

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

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

border-color css

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

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

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