Html Css Color HEX #E1311E Harley Davidson Orange

📋 copy color: '#E1311E'

red 225 ◦ green 49 ◦ blue 30

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

Shades of Harley Davidson Orange #E1311E

Tints of Harley Davidson Orange #E1311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 74.01%
G = 16.12%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1311E (or 0xE1311E) is known color: Harley Davidson Orange. HEX triplet: E1, 31 and 1E. RGB value is (225,49,30). Sum of RGB (Red+Green+Blue) = 225+49+30=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1311E is #1ECEE1. Grayscale: #636363. Windows color (decimal): -2019042 or 1978849. OLE color: 1978849.

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

Color convert

RGB 225 49 30 -
CMYK 0 0.78 0.87 0.12
HSL 5.85º 0.76% 0.5% -
HSV(B) 5.85º 0.87% 0.88% -
XYZ 32.38 18.3 3.05 -
YUV 99.46 88.81 217.54 -
System Red Green Blue C M Y K H S L
Decimal 225 49 30 0 0.78 0.87 0.12 5.85 0.76 0.5
Hex E1 31 1E 0 4E 57 C 6 4C 32
Octal 341 61 36 0 116 127 14 6 114 62
Binary 11100001 110001 11110 0 1001110 1010111 1100 110 1001100 110010

Color Harmonies of #E1311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1311E

Black with #E1311E

Text Example


Text Example

White with #E1311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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