Html Css Color HEX #E34113 Harley Davidson Orange

📋 copy color: '#E34113'

red 227 ◦ green 65 ◦ blue 19

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

Shades of Harley Davidson Orange #E34113

Tints of Harley Davidson Orange #E34113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 72.99%
G = 20.9%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E34113 (or 0xE34113) is known color: Harley Davidson Orange. HEX triplet: E3, 41 and 13. RGB value is (227,65,19). Sum of RGB (Red+Green+Blue) = 227+65+19=311 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.99% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 227 - color contains mainly: red. Hex color #E34113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34113 is #1CBEEC. Grayscale: #6C6C6C. Windows color (decimal): -1883885 or 1262051. OLE color: 1262051.

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

Color convert

RGB 227 65 19 -
CMYK 0 0.71 0.92 0.11
HSL 13.27º 0.85% 0.48% -
HSV(B) 13.27º 0.92% 0.89% -
XYZ 33.69 20.16 2.73 -
YUV 108.19 77.67 212.74 -
System Red Green Blue C M Y K H S L
Decimal 227 65 19 0 0.71 0.92 0.11 13.27 0.85 0.48
Hex E3 41 13 0 47 5C B D 55 30
Octal 343 101 23 0 107 134 13 15 125 60
Binary 11100011 1000001 10011 0 1000111 1011100 1011 1101 1010101 110000

Color Harmonies of #E34113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34113

Black with #E34113

Text Example


Text Example

White with #E34113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34113; }

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

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

background-color css

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

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

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

border-color css

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

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

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