Html Css Color HEX #E1371A Harley Davidson Orange

📋 copy color: '#E1371A'

red 225 ◦ green 55 ◦ blue 26

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

Shades of Harley Davidson Orange #E1371A

Tints of Harley Davidson Orange #E1371A

RGB

 RED value IS 225 (88.28% from 255) = 73.53%

 GREEN value IS 55 (21.88% from 255) = 17.97%

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

R = 73.53%
G = 17.97%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1371A (or 0xE1371A) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 1A. RGB value is (225,55,26). Sum of RGB (Red+Green+Blue) = 225+55+26=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E1371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1371A is #1EC8E5. Grayscale: #666666. Windows color (decimal): -2017510 or 1718241. OLE color: 1718241.

HSL color Cylindrical-coordinate representation of color #E1371A: hue angle of 8.74º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1371A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 55 26 -
CMYK 0 0.76 0.88 0.12
HSL 8.74º 0.79% 0.49% -
HSV(B) 8.74º 0.88% 0.88% -
XYZ 32.6 18.81 2.89 -
YUV 102.52 84.82 215.36 -
System Red Green Blue C M Y K H S L
Decimal 225 55 26 0 0.76 0.88 0.12 8.74 0.79 0.49
Hex E1 37 1A 0 4C 58 C 9 4F 31
Octal 341 67 32 0 114 130 14 11 117 61
Binary 11100001 110111 11010 0 1001100 1011000 1100 1001 1001111 110001

Color Harmonies of #E1371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1371A

Black with #E1371A

Text Example


Text Example

White with #E1371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1371A; }

 p { color: rgb(225,55,26); }

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

background-color css

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

 a { background-color: rgb(225,55,26); }

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

border-color css

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

 span { border-color: rgb(225,55,26); }

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