Html Css Color HEX #E5350A Harley Davidson Orange

📋 copy color: '#E5350A'

red 229 ◦ green 53 ◦ blue 10

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

Shades of Harley Davidson Orange #E5350A

Tints of Harley Davidson Orange #E5350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.15%

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

R = 78.42%
G = 18.15%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5350A (or 0xE5350A) is known color: Harley Davidson Orange. HEX triplet: E5, 35 and 0A. RGB value is (229,53,10). Sum of RGB (Red+Green+Blue) = 229+53+10=292 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.42% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 229 - color contains mainly: red. Hex color #E5350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5350A is #1ACAF5. Grayscale: #656565. Windows color (decimal): -1755894 or 669157. OLE color: 669157.

HSL color Cylindrical-coordinate representation of color #E5350A: hue angle of 11.78º 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 #E5350A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 53 10 -
CMYK 0 0.77 0.96 0.10
HSL 11.78º 0.92% 0.47% -
HSV(B) 11.78º 0.96% 0.9% -
XYZ 33.64 19.23 2.23 -
YUV 100.72 76.81 219.5 -
System Red Green Blue C M Y K H S L
Decimal 229 53 10 0 0.77 0.96 0.10 11.78 0.92 0.47
Hex E5 35 A 0 4D 60 A C 5C 2F
Octal 345 65 12 0 115 140 12 14 134 57
Binary 11100101 110101 1010 0 1001101 1100000 1010 1100 1011100 101111

Color Harmonies of #E5350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5350A

Black with #E5350A

Text Example


Text Example

White with #E5350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5350A; }

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

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

background-color css

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

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

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

border-color css

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

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

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