Html Css Color HEX #E13111 Harley Davidson Orange

📋 copy color: '#E13111'

red 225 ◦ green 49 ◦ blue 17

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

Shades of Harley Davidson Orange #E13111

Tints of Harley Davidson Orange #E13111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

 BLUE value IS 17 (7.03% from 255) = 5.84%

R = 77.32%
G = 16.84%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E13111 (or 0xE13111) is known color: Harley Davidson Orange. HEX triplet: E1, 31 and 11. RGB value is (225,49,17). Sum of RGB (Red+Green+Blue) = 225+49+17=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E13111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13111 is #1ECEEE. Grayscale: #626262. Windows color (decimal): -2019055 or 1126881. OLE color: 1126881.

HSL color Cylindrical-coordinate representation of color #E13111: hue angle of 9.23º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E13111 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 49 17 -
CMYK 0 0.78 0.92 0.12
HSL 9.23º 0.86% 0.47% -
HSV(B) 9.23º 0.92% 0.88% -
XYZ 32.25 18.24 2.35 -
YUV 97.98 82.31 218.6 -
System Red Green Blue C M Y K H S L
Decimal 225 49 17 0 0.78 0.92 0.12 9.23 0.86 0.47
Hex E1 31 11 0 4E 5C C 9 56 2F
Octal 341 61 21 0 116 134 14 11 126 57
Binary 11100001 110001 10001 0 1001110 1011100 1100 1001 1010110 101111

Color Harmonies of #E13111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13111

Black with #E13111

Text Example


Text Example

White with #E13111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13111; }

 p { color: rgb(225,49,17); }

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

background-color css

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

 a { background-color: rgb(225,49,17); }

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

border-color css

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

 span { border-color: rgb(225,49,17); }

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