Html Css Color HEX #E3340B Harley Davidson Orange

📋 copy color: '#E3340B'

red 227 ◦ green 52 ◦ blue 11

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

Shades of Harley Davidson Orange #E3340B

Tints of Harley Davidson Orange #E3340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 78.28%
G = 17.93%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3340B (or 0xE3340B) is known color: Harley Davidson Orange. HEX triplet: E3, 34 and 0B. RGB value is (227,52,11). Sum of RGB (Red+Green+Blue) = 227+52+11=290 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.28% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 227 - color contains mainly: red. Hex color #E3340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3340B is #1CCBF4. Grayscale: #636363. Windows color (decimal): -1887221 or 734435. OLE color: 734435.

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

Color convert

RGB 227 52 11 -
CMYK 0 0.77 0.95 0.11
HSL 11.39º 0.91% 0.47% -
HSV(B) 11.39º 0.95% 0.89% -
XYZ 32.97 18.81 2.21 -
YUV 99.65 77.98 218.83 -
System Red Green Blue C M Y K H S L
Decimal 227 52 11 0 0.77 0.95 0.11 11.39 0.91 0.47
Hex E3 34 B 0 4D 5F B B 5B 2F
Octal 343 64 13 0 115 137 13 13 133 57
Binary 11100011 110100 1011 0 1001101 1011111 1011 1011 1011011 101111

Color Harmonies of #E3340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3340B

Black with #E3340B

Text Example


Text Example

White with #E3340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3340B; }

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

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

background-color css

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

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

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

border-color css

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

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

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