Html Css Color HEX #E54116 Harley Davidson Orange

📋 copy color: '#E54116'

red 229 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #E54116

Tints of Harley Davidson Orange #E54116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.96%

R = 72.47%
G = 20.57%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E54116 (or 0xE54116) is known color: Harley Davidson Orange. HEX triplet: E5, 41 and 16. RGB value is (229,65,22). Sum of RGB (Red+Green+Blue) = 229+65+22=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E54116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54116 is #1ABEE9. Grayscale: #6D6D6D. Windows color (decimal): -1752810 or 1458661. OLE color: 1458661.

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

Color convert

RGB 229 65 22 -
CMYK 0 0.72 0.90 0.10
HSL 12.46º 0.82% 0.49% -
HSV(B) 12.46º 0.9% 0.9% -
XYZ 34.35 20.5 2.9 -
YUV 109.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 229 65 22 0 0.72 0.90 0.10 12.46 0.82 0.49
Hex E5 41 16 0 48 5A A C 52 31
Octal 345 101 26 0 110 132 12 14 122 61
Binary 11100101 1000001 10110 0 1001000 1011010 1010 1100 1010010 110001

Color Harmonies of #E54116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54116

Black with #E54116

Text Example


Text Example

White with #E54116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54116; }

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

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

background-color css

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

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

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

border-color css

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

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

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