Html Css Color HEX #E3311A Harley Davidson Orange

📋 copy color: '#E3311A'

red 227 ◦ green 49 ◦ blue 26

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

Shades of Harley Davidson Orange #E3311A

Tints of Harley Davidson Orange #E3311A

RGB

 RED value IS 227 (89.06% from 255) = 75.17%

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

 BLUE value IS 26 (10.55% from 255) = 8.61%

R = 75.17%
G = 16.23%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E3311A (or 0xE3311A) is known color: Harley Davidson Orange. HEX triplet: E3, 31 and 1A. RGB value is (227,49,26). Sum of RGB (Red+Green+Blue) = 227+49+26=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E3311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3311A is #1CCEE5. Grayscale: #636363. Windows color (decimal): -1887974 or 1716707. OLE color: 1716707.

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

Color convert

RGB 227 49 26 -
CMYK 0 0.78 0.89 0.11
HSL 6.87º 0.79% 0.5% -
HSV(B) 6.87º 0.89% 0.89% -
XYZ 32.96 18.6 2.83 -
YUV 99.6 86.47 218.87 -
System Red Green Blue C M Y K H S L
Decimal 227 49 26 0 0.78 0.89 0.11 6.87 0.79 0.5
Hex E3 31 1A 0 4E 59 B 7 4F 32
Octal 343 61 32 0 116 131 13 7 117 62
Binary 11100011 110001 11010 0 1001110 1011001 1011 111 1001111 110010

Color Harmonies of #E3311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3311A

Black with #E3311A

Text Example


Text Example

White with #E3311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3311A; }

 p { color: rgb(227,49,26); }

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

background-color css

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

 a { background-color: rgb(227,49,26); }

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

border-color css

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

 span { border-color: rgb(227,49,26); }

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