Html Css Color HEX #E34211 Harley Davidson Orange

📋 copy color: '#E34211'

red 227 ◦ green 66 ◦ blue 17

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

Shades of Harley Davidson Orange #E34211

Tints of Harley Davidson Orange #E34211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.29%

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

R = 73.23%
G = 21.29%
B = 5.48%

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

#E34211 (or 0xE34211) is known color: Harley Davidson Orange. HEX triplet: E3, 42 and 11. RGB value is (227,66,17). Sum of RGB (Red+Green+Blue) = 227+66+17=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E34211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34211 is #1CBDEE. Grayscale: #6C6C6C. Windows color (decimal): -1883631 or 1131235. OLE color: 1131235.

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

Color convert

RGB 227 66 17 -
CMYK 0 0.71 0.93 0.11
HSL 14º 0.86% 0.48% -
HSV(B) 14º 0.93% 0.89% -
XYZ 33.73 20.27 2.66 -
YUV 108.55 76.34 212.48 -
System Red Green Blue C M Y K H S L
Decimal 227 66 17 0 0.71 0.93 0.11 14 0.86 0.48
Hex E3 42 11 0 47 5D B E 56 30
Octal 343 102 21 0 107 135 13 16 126 60
Binary 11100011 1000010 10001 0 1000111 1011101 1011 1110 1010110 110000

Color Harmonies of #E34211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34211

Black with #E34211

Text Example


Text Example

White with #E34211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34211; }

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

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

background-color css

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

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

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

border-color css

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

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

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