Html Css Color HEX #E5231A Harley Davidson Orange

📋 copy color: '#E5231A'

red 229 ◦ green 35 ◦ blue 26

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

Shades of Harley Davidson Orange #E5231A

Tints of Harley Davidson Orange #E5231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 78.97%
G = 12.07%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5231A (or 0xE5231A) is known color: Harley Davidson Orange. HEX triplet: E5, 23 and 1A. RGB value is (229,35,26). Sum of RGB (Red+Green+Blue) = 229+35+26=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E5231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5231A is #1ADCE5. Grayscale: #5C5C5C. Windows color (decimal): -1760486 or 1713125. OLE color: 1713125.

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

Color convert

RGB 229 35 26 -
CMYK 0 0.85 0.89 0.10
HSL 2.66º 0.8% 0.5% -
HSV(B) 2.66º 0.89% 0.9% -
XYZ 33.1 17.93 2.69 -
YUV 91.98 90.77 225.73 -
System Red Green Blue C M Y K H S L
Decimal 229 35 26 0 0.85 0.89 0.10 2.66 0.8 0.5
Hex E5 23 1A 0 55 59 A 3 50 32
Octal 345 43 32 0 125 131 12 3 120 62
Binary 11100101 100011 11010 0 1010101 1011001 1010 11 1010000 110010

Color Harmonies of #E5231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5231A

Black with #E5231A

Text Example


Text Example

White with #E5231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5231A; }

 p { color: rgb(229,35,26); }

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

background-color css

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

 a { background-color: rgb(229,35,26); }

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

border-color css

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

 span { border-color: rgb(229,35,26); }

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