Html Css Color HEX #E1311C Harley Davidson Orange

📋 copy color: '#E1311C'

red 225 ◦ green 49 ◦ blue 28

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

Shades of Harley Davidson Orange #E1311C

Tints of Harley Davidson Orange #E1311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 74.5%
G = 16.23%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1311C (or 0xE1311C) is known color: Harley Davidson Orange. HEX triplet: E1, 31 and 1C. RGB value is (225,49,28). Sum of RGB (Red+Green+Blue) = 225+49+28=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1311C is #1ECEE3. Grayscale: #636363. Windows color (decimal): -2019044 or 1847777. OLE color: 1847777.

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

Color convert

RGB 225 49 28 -
CMYK 0 0.78 0.88 0.12
HSL 6.4º 0.78% 0.5% -
HSV(B) 6.4º 0.88% 0.88% -
XYZ 32.36 18.29 2.92 -
YUV 99.23 87.81 217.71 -
System Red Green Blue C M Y K H S L
Decimal 225 49 28 0 0.78 0.88 0.12 6.4 0.78 0.5
Hex E1 31 1C 0 4E 58 C 6 4E 32
Octal 341 61 34 0 116 130 14 6 116 62
Binary 11100001 110001 11100 0 1001110 1011000 1100 110 1001110 110010

Color Harmonies of #E1311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1311C

Black with #E1311C

Text Example


Text Example

White with #E1311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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