Html Css Color HEX #E5320D Harley Davidson Orange

📋 copy color: '#E5320D'

red 229 ◦ green 50 ◦ blue 13

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

Shades of Harley Davidson Orange #E5320D

Tints of Harley Davidson Orange #E5320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 78.42%
G = 17.12%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5320D (or 0xE5320D) is known color: Harley Davidson Orange. HEX triplet: E5, 32 and 0D. RGB value is (229,50,13). Sum of RGB (Red+Green+Blue) = 229+50+13=292 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.42% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 229 - color contains mainly: red. Hex color #E5320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5320D is #1ACDF2. Grayscale: #636363. Windows color (decimal): -1756659 or 864997. OLE color: 864997.

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

Color convert

RGB 229 50 13 -
CMYK 0 0.78 0.94 0.10
HSL 10.28º 0.89% 0.47% -
HSV(B) 10.28º 0.94% 0.9% -
XYZ 33.53 18.97 2.27 -
YUV 99.3 79.3 220.51 -
System Red Green Blue C M Y K H S L
Decimal 229 50 13 0 0.78 0.94 0.10 10.28 0.89 0.47
Hex E5 32 D 0 4E 5E A A 59 2F
Octal 345 62 15 0 116 136 12 12 131 57
Binary 11100101 110010 1101 0 1001110 1011110 1010 1010 1011001 101111

Color Harmonies of #E5320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5320D

Black with #E5320D

Text Example


Text Example

White with #E5320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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