Html Css Color HEX #E5320F Harley Davidson Orange

📋 copy color: '#E5320F'

red 229 ◦ green 50 ◦ blue 15

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

Shades of Harley Davidson Orange #E5320F

Tints of Harley Davidson Orange #E5320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.1%

R = 77.89%
G = 17.01%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5320F (or 0xE5320F) is known color: Harley Davidson Orange. HEX triplet: E5, 32 and 0F. RGB value is (229,50,15). Sum of RGB (Red+Green+Blue) = 229+50+15=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E5320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5320F is #1ACDF0. Grayscale: #636363. Windows color (decimal): -1756657 or 996069. OLE color: 996069.

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

Color convert

RGB 229 50 15 -
CMYK 0 0.78 0.93 0.10
HSL 9.81º 0.88% 0.48% -
HSV(B) 9.81º 0.93% 0.9% -
XYZ 33.54 18.97 2.35 -
YUV 99.53 80.3 220.35 -
System Red Green Blue C M Y K H S L
Decimal 229 50 15 0 0.78 0.93 0.10 9.81 0.88 0.48
Hex E5 32 F 0 4E 5D A A 58 30
Octal 345 62 17 0 116 135 12 12 130 60
Binary 11100101 110010 1111 0 1001110 1011101 1010 1010 1011000 110000

Color Harmonies of #E5320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5320F

Black with #E5320F

Text Example


Text Example

White with #E5320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5320F; }

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

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

background-color css

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

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

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

border-color css

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

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

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