Html Css Color HEX #E14418 Harley Davidson Orange

📋 copy color: '#E14418'

red 225 ◦ green 68 ◦ blue 24

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

Shades of Harley Davidson Orange #E14418

Tints of Harley Davidson Orange #E14418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 70.98%
G = 21.45%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E14418 (or 0xE14418) is known color: Harley Davidson Orange. HEX triplet: E1, 44 and 18. RGB value is (225,68,24). Sum of RGB (Red+Green+Blue) = 225+68+24=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E14418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14418 is #1EBBE7. Grayscale: #6E6E6E. Windows color (decimal): -2014184 or 1590497. OLE color: 1590497.

HSL color Cylindrical-coordinate representation of color #E14418: hue angle of 13.13º degrees, saturation: 0.81, 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 #E14418 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 24 -
CMYK 0 0.70 0.89 0.12
HSL 13.13º 0.81% 0.49% -
HSV(B) 13.13º 0.89% 0.88% -
XYZ 33.28 20.21 3.01 -
YUV 109.93 79.51 210.08 -
System Red Green Blue C M Y K H S L
Decimal 225 68 24 0 0.70 0.89 0.12 13.13 0.81 0.49
Hex E1 44 18 0 46 59 C D 51 31
Octal 341 104 30 0 106 131 14 15 121 61
Binary 11100001 1000100 11000 0 1000110 1011001 1100 1101 1010001 110001

Color Harmonies of #E14418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14418

Black with #E14418

Text Example


Text Example

White with #E14418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14418; }

 p { color: rgb(225,68,24); }

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

background-color css

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

 a { background-color: rgb(225,68,24); }

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

border-color css

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

 span { border-color: rgb(225,68,24); }

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