Html Css Color HEX #E14817 Harley Davidson Orange

📋 copy color: '#E14817'

red 225 ◦ green 72 ◦ blue 23

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

Shades of Harley Davidson Orange #E14817

Tints of Harley Davidson Orange #E14817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

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

R = 70.31%
G = 22.5%
B = 7.19%

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

#E14817 (or 0xE14817) is known color: Harley Davidson Orange. HEX triplet: E1, 48 and 17. RGB value is (225,72,23). Sum of RGB (Red+Green+Blue) = 225+72+23=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E14817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14817 is #1EB7E8. Grayscale: #707070. Windows color (decimal): -2013161 or 1525985. OLE color: 1525985.

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

Color convert

RGB 225 72 23 -
CMYK 0 0.68 0.90 0.12
HSL 14.55º 0.81% 0.49% -
HSV(B) 14.55º 0.9% 0.88% -
XYZ 33.52 20.7 3.04 -
YUV 112.16 77.69 208.48 -
System Red Green Blue C M Y K H S L
Decimal 225 72 23 0 0.68 0.90 0.12 14.55 0.81 0.49
Hex E1 48 17 0 44 5A C F 51 31
Octal 341 110 27 0 104 132 14 17 121 61
Binary 11100001 1001000 10111 0 1000100 1011010 1100 1111 1010001 110001

Color Harmonies of #E14817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14817

Black with #E14817

Text Example


Text Example

White with #E14817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14817; }

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

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

background-color css

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

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

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

border-color css

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

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

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