Html Css Color HEX #E5261A Harley Davidson Orange

📋 copy color: '#E5261A'

red 229 ◦ green 38 ◦ blue 26

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

Shades of Harley Davidson Orange #E5261A

Tints of Harley Davidson Orange #E5261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

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

R = 78.16%
G = 12.97%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5261A (or 0xE5261A) is known color: Harley Davidson Orange. HEX triplet: E5, 26 and 1A. RGB value is (229,38,26). Sum of RGB (Red+Green+Blue) = 229+38+26=293 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.16% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 229 - color contains mainly: red. Hex color #E5261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5261A is #1AD9E5. Grayscale: #5D5D5D. Windows color (decimal): -1759718 or 1713893. OLE color: 1713893.

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

Color convert

RGB 229 38 26 -
CMYK 0 0.83 0.89 0.10
HSL 3.55º 0.8% 0.5% -
HSV(B) 3.55º 0.89% 0.9% -
XYZ 33.19 18.12 2.73 -
YUV 93.74 89.78 224.48 -
System Red Green Blue C M Y K H S L
Decimal 229 38 26 0 0.83 0.89 0.10 3.55 0.8 0.5
Hex E5 26 1A 0 53 59 A 4 50 32
Octal 345 46 32 0 123 131 12 4 120 62
Binary 11100101 100110 11010 0 1010011 1011001 1010 100 1010000 110010

Color Harmonies of #E5261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5261A

Black with #E5261A

Text Example


Text Example

White with #E5261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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