Html Css Color HEX #E34416 Harley Davidson Orange

📋 copy color: '#E34416'

red 227 ◦ green 68 ◦ blue 22

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

Shades of Harley Davidson Orange #E34416

Tints of Harley Davidson Orange #E34416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

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

R = 71.61%
G = 21.45%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E34416 (or 0xE34416) is known color: Harley Davidson Orange. HEX triplet: E3, 44 and 16. RGB value is (227,68,22). Sum of RGB (Red+Green+Blue) = 227+68+22=317 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.61% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 227 - color contains mainly: red. Hex color #E34416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34416 is #1CBBE9. Grayscale: #6E6E6E. Windows color (decimal): -1883114 or 1459427. OLE color: 1459427.

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

Color convert

RGB 227 68 22 -
CMYK 0 0.70 0.90 0.11
HSL 13.46º 0.82% 0.49% -
HSV(B) 13.46º 0.9% 0.89% -
XYZ 33.89 20.52 2.93 -
YUV 110.3 78.18 211.24 -
System Red Green Blue C M Y K H S L
Decimal 227 68 22 0 0.70 0.90 0.11 13.46 0.82 0.49
Hex E3 44 16 0 46 5A B D 52 31
Octal 343 104 26 0 106 132 13 15 122 61
Binary 11100011 1000100 10110 0 1000110 1011010 1011 1101 1010010 110001

Color Harmonies of #E34416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34416

Black with #E34416

Text Example


Text Example

White with #E34416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34416; }

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

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

background-color css

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

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

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

border-color css

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

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

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