Html Css Color HEX #E34111 Harley Davidson Orange

📋 copy color: '#E34111'

red 227 ◦ green 65 ◦ blue 17

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

Shades of Harley Davidson Orange #E34111

Tints of Harley Davidson Orange #E34111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

 BLUE value IS 17 (7.03% from 255) = 5.5%

R = 73.46%
G = 21.04%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E34111 (or 0xE34111) is known color: Harley Davidson Orange. HEX triplet: E3, 41 and 11. RGB value is (227,65,17). Sum of RGB (Red+Green+Blue) = 227+65+17=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E34111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34111 is #1CBEEE. Grayscale: #6C6C6C. Windows color (decimal): -1883887 or 1130979. OLE color: 1130979.

HSL color Cylindrical-coordinate representation of color #E34111: hue angle of 13.71º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E34111 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 65 17 -
CMYK 0 0.71 0.93 0.11
HSL 13.71º 0.86% 0.48% -
HSV(B) 13.71º 0.93% 0.89% -
XYZ 33.67 20.15 2.65 -
YUV 107.97 76.67 212.9 -
System Red Green Blue C M Y K H S L
Decimal 227 65 17 0 0.71 0.93 0.11 13.71 0.86 0.48
Hex E3 41 11 0 47 5D B E 56 30
Octal 343 101 21 0 107 135 13 16 126 60
Binary 11100011 1000001 10001 0 1000111 1011101 1011 1110 1010110 110000

Color Harmonies of #E34111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34111

Black with #E34111

Text Example


Text Example

White with #E34111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34111; }

 p { color: rgb(227,65,17); }

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

background-color css

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

 a { background-color: rgb(227,65,17); }

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

border-color css

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

 span { border-color: rgb(227,65,17); }

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