Html Css Color HEX #E14011 Harley Davidson Orange

📋 copy color: '#E14011'

red 225 ◦ green 64 ◦ blue 17

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

Shades of Harley Davidson Orange #E14011

Tints of Harley Davidson Orange #E14011

RGB

 RED value IS 225 (88.28% from 255) = 73.53%

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

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 73.53%
G = 20.92%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14011 (or 0xE14011) is known color: Harley Davidson Orange. HEX triplet: E1, 40 and 11. RGB value is (225,64,17). Sum of RGB (Red+Green+Blue) = 225+64+17=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E14011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14011 is #1EBFEE. Grayscale: #6B6B6B. Windows color (decimal): -2015215 or 1130721. OLE color: 1130721.

HSL color Cylindrical-coordinate representation of color #E14011: hue angle of 13.56º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E14011 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 17 -
CMYK 0 0.72 0.92 0.12
HSL 13.56º 0.86% 0.47% -
HSV(B) 13.56º 0.92% 0.88% -
XYZ 32.99 19.71 2.6 -
YUV 106.78 77.34 212.32 -
System Red Green Blue C M Y K H S L
Decimal 225 64 17 0 0.72 0.92 0.12 13.56 0.86 0.47
Hex E1 40 11 0 48 5C C E 56 2F
Octal 341 100 21 0 110 134 14 16 126 57
Binary 11100001 1000000 10001 0 1001000 1011100 1100 1110 1010110 101111

Color Harmonies of #E14011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14011

Black with #E14011

Text Example


Text Example

White with #E14011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14011; }

 p { color: rgb(225,64,17); }

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

background-color css

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

 a { background-color: rgb(225,64,17); }

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

border-color css

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

 span { border-color: rgb(225,64,17); }

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