Html Css Color HEX #E5320A Harley Davidson Orange

📋 copy color: '#E5320A'

red 229 ◦ green 50 ◦ blue 10

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

Shades of Harley Davidson Orange #E5320A

Tints of Harley Davidson Orange #E5320A

RGB

 RED value IS 229 (89.84% from 255) = 79.24%

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 10 (4.3% from 255) = 3.46%

R = 79.24%
G = 17.3%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5320A (or 0xE5320A) is known color: Harley Davidson Orange. HEX triplet: E5, 32 and 0A. RGB value is (229,50,10). Sum of RGB (Red+Green+Blue) = 229+50+10=289 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.24% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 229 - color contains mainly: red. Hex color #E5320A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5320A is #1ACDF5. Grayscale: #636363. Windows color (decimal): -1756662 or 668389. OLE color: 668389.

HSL color Cylindrical-coordinate representation of color #E5320A: hue angle of 10.96º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5320A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 50 10 -
CMYK 0 0.78 0.96 0.10
HSL 10.96º 0.92% 0.47% -
HSV(B) 10.96º 0.96% 0.9% -
XYZ 33.51 18.96 2.18 -
YUV 98.96 77.8 220.75 -
System Red Green Blue C M Y K H S L
Decimal 229 50 10 0 0.78 0.96 0.10 10.96 0.92 0.47
Hex E5 32 A 0 4E 60 A B 5C 2F
Octal 345 62 12 0 116 140 12 13 134 57
Binary 11100101 110010 1010 0 1001110 1100000 1010 1011 1011100 101111

Color Harmonies of #E5320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5320A

Black with #E5320A

Text Example


Text Example

White with #E5320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5320A; }

 p { color: rgb(229,50,10); }

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

background-color css

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

 a { background-color: rgb(229,50,10); }

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

border-color css

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

 span { border-color: rgb(229,50,10); }

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