Html Css Color HEX #E3320B Harley Davidson Orange

📋 copy color: '#E3320B'

red 227 ◦ green 50 ◦ blue 11

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

Shades of Harley Davidson Orange #E3320B

Tints of Harley Davidson Orange #E3320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.82%

R = 78.82%
G = 17.36%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3320B (or 0xE3320B) is known color: Harley Davidson Orange. HEX triplet: E3, 32 and 0B. RGB value is (227,50,11). Sum of RGB (Red+Green+Blue) = 227+50+11=288 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.82% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 227 - color contains mainly: red. Hex color #E3320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3320B is #1CCDF4. Grayscale: #626262. Windows color (decimal): -1887733 or 733923. OLE color: 733923.

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

Color convert

RGB 227 50 11 -
CMYK 0 0.78 0.95 0.11
HSL 10.83º 0.91% 0.47% -
HSV(B) 10.83º 0.95% 0.89% -
XYZ 32.88 18.64 2.18 -
YUV 98.48 78.64 219.67 -
System Red Green Blue C M Y K H S L
Decimal 227 50 11 0 0.78 0.95 0.11 10.83 0.91 0.47
Hex E3 32 B 0 4E 5F B B 5B 2F
Octal 343 62 13 0 116 137 13 13 133 57
Binary 11100011 110010 1011 0 1001110 1011111 1011 1011 1011011 101111

Color Harmonies of #E3320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3320B

Black with #E3320B

Text Example


Text Example

White with #E3320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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