Html Css Color HEX #E3320E Harley Davidson Orange

📋 copy color: '#E3320E'

red 227 ◦ green 50 ◦ blue 14

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

Shades of Harley Davidson Orange #E3320E

Tints of Harley Davidson Orange #E3320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

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

R = 78.01%
G = 17.18%
B = 4.81%

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

#E3320E (or 0xE3320E) is known color: Harley Davidson Orange. HEX triplet: E3, 32 and 0E. RGB value is (227,50,14). Sum of RGB (Red+Green+Blue) = 227+50+14=291 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.01% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 227 - color contains mainly: red. Hex color #E3320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3320E is #1CCDF1. Grayscale: #636363. Windows color (decimal): -1887730 or 930531. OLE color: 930531.

HSL color Cylindrical-coordinate representation of color #E3320E: hue angle of 10.14º 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 #E3320E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 50 14 -
CMYK 0 0.78 0.94 0.11
HSL 10.14º 0.88% 0.47% -
HSV(B) 10.14º 0.94% 0.89% -
XYZ 32.9 18.64 2.28 -
YUV 98.82 80.14 219.43 -
System Red Green Blue C M Y K H S L
Decimal 227 50 14 0 0.78 0.94 0.11 10.14 0.88 0.47
Hex E3 32 E 0 4E 5E B A 58 2F
Octal 343 62 16 0 116 136 13 12 130 57
Binary 11100011 110010 1110 0 1001110 1011110 1011 1010 1011000 101111

Color Harmonies of #E3320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3320E

Black with #E3320E

Text Example


Text Example

White with #E3320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3320E; }

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

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

background-color css

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

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

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

border-color css

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

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

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