Html Css Color HEX #E34116 Harley Davidson Orange

📋 copy color: '#E34116'

red 227 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #E34116

Tints of Harley Davidson Orange #E34116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 72.29%
G = 20.7%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E34116 (or 0xE34116) is known color: Harley Davidson Orange. HEX triplet: E3, 41 and 16. RGB value is (227,65,22). Sum of RGB (Red+Green+Blue) = 227+65+22=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E34116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34116 is #1CBEE9. Grayscale: #6C6C6C. Windows color (decimal): -1883882 or 1458659. OLE color: 1458659.

HSL color Cylindrical-coordinate representation of color #E34116: hue angle of 12.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E34116 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 65 22 -
CMYK 0 0.71 0.90 0.11
HSL 12.59º 0.82% 0.49% -
HSV(B) 12.59º 0.9% 0.89% -
XYZ 33.71 20.17 2.88 -
YUV 108.54 79.17 212.5 -
System Red Green Blue C M Y K H S L
Decimal 227 65 22 0 0.71 0.90 0.11 12.59 0.82 0.49
Hex E3 41 16 0 47 5A B D 52 31
Octal 343 101 26 0 107 132 13 15 122 61
Binary 11100011 1000001 10110 0 1000111 1011010 1011 1101 1010010 110001

Color Harmonies of #E34116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34116

Black with #E34116

Text Example


Text Example

White with #E34116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34116; }

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

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

background-color css

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

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

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

border-color css

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

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

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