Html Css Color HEX #E11A17 Harley Davidson Orange

📋 copy color: '#E11A17'

red 225 ◦ green 26 ◦ blue 23

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

Shades of Harley Davidson Orange #E11A17

Tints of Harley Davidson Orange #E11A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.49%

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

R = 82.12%
G = 9.49%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E11A17 (or 0xE11A17) is known color: Harley Davidson Orange. HEX triplet: E1, 1A and 17. RGB value is (225,26,23). Sum of RGB (Red+Green+Blue) = 225+26+23=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11A17 is #1EE5E8. Grayscale: #555555. Windows color (decimal): -2024937 or 1514209. OLE color: 1514209.

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

Color convert

RGB 225 26 23 -
CMYK 0 0.88 0.90 0.12
HSL 0.89º 0.81% 0.49% -
HSV(B) 0.89º 0.9% 0.88% -
XYZ 31.58 16.81 2.39 -
YUV 85.16 92.93 227.74 -
System Red Green Blue C M Y K H S L
Decimal 225 26 23 0 0.88 0.90 0.12 0.89 0.81 0.49
Hex E1 1A 17 0 58 5A C 1 51 31
Octal 341 32 27 0 130 132 14 1 121 61
Binary 11100001 11010 10111 0 1011000 1011010 1100 1 1010001 110001

Color Harmonies of #E11A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A17

Black with #E11A17

Text Example


Text Example

White with #E11A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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