Html Css Color HEX #E14017 Harley Davidson Orange

📋 copy color: '#E14017'

red 225 ◦ green 64 ◦ blue 23

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

Shades of Harley Davidson Orange #E14017

Tints of Harley Davidson Orange #E14017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 72.12%
G = 20.51%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E14017 (or 0xE14017) is known color: Harley Davidson Orange. HEX triplet: E1, 40 and 17. RGB value is (225,64,23). Sum of RGB (Red+Green+Blue) = 225+64+23=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E14017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14017 is #1EBFE8. Grayscale: #6B6B6B. Windows color (decimal): -2015209 or 1523937. OLE color: 1523937.

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

Color convert

RGB 225 64 23 -
CMYK 0 0.72 0.90 0.12
HSL 12.18º 0.81% 0.49% -
HSV(B) 12.18º 0.9% 0.88% -
XYZ 33.04 19.74 2.88 -
YUV 107.47 80.34 211.83 -
System Red Green Blue C M Y K H S L
Decimal 225 64 23 0 0.72 0.90 0.12 12.18 0.81 0.49
Hex E1 40 17 0 48 5A C C 51 31
Octal 341 100 27 0 110 132 14 14 121 61
Binary 11100001 1000000 10111 0 1001000 1011010 1100 1100 1010001 110001

Color Harmonies of #E14017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14017

Black with #E14017

Text Example


Text Example

White with #E14017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14017; }

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

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

background-color css

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

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

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

border-color css

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

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

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