Html Css Color HEX #E32E10 Harley Davidson Orange

📋 copy color: '#E32E10'

red 227 ◦ green 46 ◦ blue 16

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

Shades of Harley Davidson Orange #E32E10

Tints of Harley Davidson Orange #E32E10

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.92%

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 78.55%
G = 15.92%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E32E10 (or 0xE32E10) is known color: Harley Davidson Orange. HEX triplet: E3, 2E and 10. RGB value is (227,46,16). Sum of RGB (Red+Green+Blue) = 227+46+16=289 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.55% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32E10 is #1CD1EF. Grayscale: #616161. Windows color (decimal): -1888752 or 1060579. OLE color: 1060579.

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

Color convert

RGB 227 46 16 -
CMYK 0 0.80 0.93 0.11
HSL 8.53º 0.87% 0.48% -
HSV(B) 8.53º 0.93% 0.89% -
XYZ 32.75 18.32 2.3 -
YUV 96.7 82.47 220.94 -
System Red Green Blue C M Y K H S L
Decimal 227 46 16 0 0.80 0.93 0.11 8.53 0.87 0.48
Hex E3 2E 10 0 50 5D B 9 57 30
Octal 343 56 20 0 120 135 13 11 127 60
Binary 11100011 101110 10000 0 1010000 1011101 1011 1001 1010111 110000

Color Harmonies of #E32E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32E10

Black with #E32E10

Text Example


Text Example

White with #E32E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32E10; }

 p { color: rgb(227,46,16); }

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

background-color css

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

 a { background-color: rgb(227,46,16); }

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

border-color css

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

 span { border-color: rgb(227,46,16); }

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