Html Css Color HEX #E3310E Harley Davidson Orange

📋 copy color: '#E3310E'

red 227 ◦ green 49 ◦ blue 14

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

Shades of Harley Davidson Orange #E3310E

Tints of Harley Davidson Orange #E3310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 78.28%
G = 16.9%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3310E (or 0xE3310E) is known color: Harley Davidson Orange. HEX triplet: E3, 31 and 0E. RGB value is (227,49,14). Sum of RGB (Red+Green+Blue) = 227+49+14=290 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.28% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 227 - color contains mainly: red. Hex color #E3310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3310E is #1CCEF1. Grayscale: #626262. Windows color (decimal): -1887986 or 930275. OLE color: 930275.

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

Color convert

RGB 227 49 14 -
CMYK 0 0.78 0.94 0.11
HSL 9.86º 0.88% 0.47% -
HSV(B) 9.86º 0.94% 0.89% -
XYZ 32.86 18.56 2.27 -
YUV 98.23 80.47 219.85 -
System Red Green Blue C M Y K H S L
Decimal 227 49 14 0 0.78 0.94 0.11 9.86 0.88 0.47
Hex E3 31 E 0 4E 5E B A 58 2F
Octal 343 61 16 0 116 136 13 12 130 57
Binary 11100011 110001 1110 0 1001110 1011110 1011 1010 1011000 101111

Color Harmonies of #E3310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3310E

Black with #E3310E

Text Example


Text Example

White with #E3310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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