Html Css Color HEX #E14717 Harley Davidson Orange

📋 copy color: '#E14717'

red 225 ◦ green 71 ◦ blue 23

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

Shades of Harley Davidson Orange #E14717

Tints of Harley Davidson Orange #E14717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

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

R = 70.53%
G = 22.26%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E14717 (or 0xE14717) is known color: Harley Davidson Orange. HEX triplet: E1, 47 and 17. RGB value is (225,71,23). Sum of RGB (Red+Green+Blue) = 225+71+23=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E14717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14717 is #1EB8E8. Grayscale: #6F6F6F. Windows color (decimal): -2013417 or 1525729. OLE color: 1525729.

HSL color Cylindrical-coordinate representation of color #E14717: hue angle of 14.26º 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 #E14717 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 23 -
CMYK 0 0.68 0.90 0.12
HSL 14.26º 0.81% 0.49% -
HSV(B) 14.26º 0.9% 0.88% -
XYZ 33.46 20.58 3.02 -
YUV 111.57 78.02 208.9 -
System Red Green Blue C M Y K H S L
Decimal 225 71 23 0 0.68 0.90 0.12 14.26 0.81 0.49
Hex E1 47 17 0 44 5A C E 51 31
Octal 341 107 27 0 104 132 14 16 121 61
Binary 11100001 1000111 10111 0 1000100 1011010 1100 1110 1010001 110001

Color Harmonies of #E14717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14717

Black with #E14717

Text Example


Text Example

White with #E14717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14717; }

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

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

background-color css

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

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

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

border-color css

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

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

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