Html Css Color HEX #E5281A Harley Davidson Orange

📋 copy color: '#E5281A'

red 229 ◦ green 40 ◦ blue 26

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

Shades of Harley Davidson Orange #E5281A

Tints of Harley Davidson Orange #E5281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.56%

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

R = 77.63%
G = 13.56%
B = 8.81%

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

#E5281A (or 0xE5281A) is known color: Harley Davidson Orange. HEX triplet: E5, 28 and 1A. RGB value is (229,40,26). Sum of RGB (Red+Green+Blue) = 229+40+26=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E5281A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5281A is #1AD7E5. Grayscale: #5F5F5F. Windows color (decimal): -1759206 or 1714405. OLE color: 1714405.

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

Color convert

RGB 229 40 26 -
CMYK 0 0.83 0.89 0.10
HSL 4.14º 0.8% 0.5% -
HSV(B) 4.14º 0.89% 0.9% -
XYZ 33.26 18.25 2.75 -
YUV 94.92 89.12 223.64 -
System Red Green Blue C M Y K H S L
Decimal 229 40 26 0 0.83 0.89 0.10 4.14 0.8 0.5
Hex E5 28 1A 0 53 59 A 4 50 32
Octal 345 50 32 0 123 131 12 4 120 62
Binary 11100101 101000 11010 0 1010011 1011001 1010 100 1010000 110010

Color Harmonies of #E5281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5281A

Black with #E5281A

Text Example


Text Example

White with #E5281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5281A; }

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

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

background-color css

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

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

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

border-color css

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

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

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