Html Css Color HEX #E32E16 Harley Davidson Orange

📋 copy color: '#E32E16'

red 227 ◦ green 46 ◦ blue 22

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

Shades of Harley Davidson Orange #E32E16

Tints of Harley Davidson Orange #E32E16

RGB

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

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

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

R = 76.95%
G = 15.59%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E32E16 (or 0xE32E16) is known color: Harley Davidson Orange. HEX triplet: E3, 2E and 16. RGB value is (227,46,22). Sum of RGB (Red+Green+Blue) = 227+46+22=295 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.95% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32E16 is #1CD1E9. Grayscale: #616161. Windows color (decimal): -1888746 or 1453795. OLE color: 1453795.

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

Color convert

RGB 227 46 22 -
CMYK 0 0.80 0.90 0.11
HSL 7.02º 0.82% 0.49% -
HSV(B) 7.02º 0.9% 0.89% -
XYZ 32.8 18.34 2.57 -
YUV 97.38 85.47 220.45 -
System Red Green Blue C M Y K H S L
Decimal 227 46 22 0 0.80 0.90 0.11 7.02 0.82 0.49
Hex E3 2E 16 0 50 5A B 7 52 31
Octal 343 56 26 0 120 132 13 7 122 61
Binary 11100011 101110 10110 0 1010000 1011010 1011 111 1010010 110001

Color Harmonies of #E32E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32E16

Black with #E32E16

Text Example


Text Example

White with #E32E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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