Html Css Color HEX #E14119 Harley Davidson Orange

📋 copy color: '#E14119'

red 225 ◦ green 65 ◦ blue 25

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

Shades of Harley Davidson Orange #E14119

Tints of Harley Davidson Orange #E14119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 71.43%
G = 20.63%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E14119 (or 0xE14119) is known color: Harley Davidson Orange. HEX triplet: E1, 41 and 19. RGB value is (225,65,25). Sum of RGB (Red+Green+Blue) = 225+65+25=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E14119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14119 is #1EBEE6. Grayscale: #6C6C6C. Windows color (decimal): -2014951 or 1655265. OLE color: 1655265.

HSL color Cylindrical-coordinate representation of color #E14119: hue angle of 12º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E14119 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 25 -
CMYK 0 0.71 0.89 0.12
HSL 12º 0.8% 0.49% -
HSV(B) 12º 0.89% 0.88% -
XYZ 33.12 19.86 3.01 -
YUV 108.28 81.01 211.25 -
System Red Green Blue C M Y K H S L
Decimal 225 65 25 0 0.71 0.89 0.12 12 0.8 0.49
Hex E1 41 19 0 47 59 C C 50 31
Octal 341 101 31 0 107 131 14 14 120 61
Binary 11100001 1000001 11001 0 1000111 1011001 1100 1100 1010000 110001

Color Harmonies of #E14119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14119

Black with #E14119

Text Example


Text Example

White with #E14119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14119; }

 p { color: rgb(225,65,25); }

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

background-color css

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

 a { background-color: rgb(225,65,25); }

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

border-color css

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

 span { border-color: rgb(225,65,25); }

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