Html Css Color HEX #E32E14 Harley Davidson Orange

📋 copy color: '#E32E14'

red 227 ◦ green 46 ◦ blue 20

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

Shades of Harley Davidson Orange #E32E14

Tints of Harley Davidson Orange #E32E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 77.47%
G = 15.7%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E32E14 (or 0xE32E14) is known color: Harley Davidson Orange. HEX triplet: E3, 2E and 14. RGB value is (227,46,20). Sum of RGB (Red+Green+Blue) = 227+46+20=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32E14 is #1CD1EB. Grayscale: #616161. Windows color (decimal): -1888748 or 1322723. OLE color: 1322723.

HSL color Cylindrical-coordinate representation of color #E32E14: hue angle of 7.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E32E14 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 46 20 -
CMYK 0 0.80 0.91 0.11
HSL 7.54º 0.84% 0.48% -
HSV(B) 7.54º 0.91% 0.89% -
XYZ 32.78 18.34 2.47 -
YUV 97.16 84.47 220.61 -
System Red Green Blue C M Y K H S L
Decimal 227 46 20 0 0.80 0.91 0.11 7.54 0.84 0.48
Hex E3 2E 14 0 50 5B B 8 54 30
Octal 343 56 24 0 120 133 13 10 124 60
Binary 11100011 101110 10100 0 1010000 1011011 1011 1000 1010100 110000

Color Harmonies of #E32E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32E14

Black with #E32E14

Text Example


Text Example

White with #E32E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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