Html Css Color HEX #E32118 Harley Davidson Orange

📋 copy color: '#E32118'

red 227 ◦ green 33 ◦ blue 24

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

Shades of Harley Davidson Orange #E32118

Tints of Harley Davidson Orange #E32118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.62%

 BLUE value IS 24 (9.77% from 255) = 8.45%

R = 79.93%
G = 11.62%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E32118 (or 0xE32118) is known color: Harley Davidson Orange. HEX triplet: E3, 21 and 18. RGB value is (227,33,24). Sum of RGB (Red+Green+Blue) = 227+33+24=284 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.93% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 227 - color contains mainly: red. Hex color #E32118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32118 is #1CDEE7. Grayscale: #5A5A5A. Windows color (decimal): -1892072 or 1581539. OLE color: 1581539.

HSL color Cylindrical-coordinate representation of color #E32118: hue angle of 2.66º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E32118 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 33 24 -
CMYK 0 0.85 0.89 0.11
HSL 2.66º 0.81% 0.49% -
HSV(B) 2.66º 0.89% 0.89% -
XYZ 32.39 17.48 2.53 -
YUV 89.98 90.77 225.73 -
System Red Green Blue C M Y K H S L
Decimal 227 33 24 0 0.85 0.89 0.11 2.66 0.81 0.49
Hex E3 21 18 0 55 59 B 3 51 31
Octal 343 41 30 0 125 131 13 3 121 61
Binary 11100011 100001 11000 0 1010101 1011001 1011 11 1010001 110001

Color Harmonies of #E32118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32118

Black with #E32118

Text Example


Text Example

White with #E32118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32118; }

 p { color: rgb(227,33,24); }

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

background-color css

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

 a { background-color: rgb(227,33,24); }

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

border-color css

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

 span { border-color: rgb(227,33,24); }

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