Html Css Color HEX #E1320B Harley Davidson Orange

📋 copy color: '#E1320B'

red 225 ◦ green 50 ◦ blue 11

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

Shades of Harley Davidson Orange #E1320B

Tints of Harley Davidson Orange #E1320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

 BLUE value IS 11 (4.69% from 255) = 3.85%

R = 78.67%
G = 17.48%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1320B (or 0xE1320B) is known color: Harley Davidson Orange. HEX triplet: E1, 32 and 0B. RGB value is (225,50,11). Sum of RGB (Red+Green+Blue) = 225+50+11=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E1320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1320B is #1ECDF4. Grayscale: #626262. Windows color (decimal): -2018805 or 733921. OLE color: 733921.

HSL color Cylindrical-coordinate representation of color #E1320B: hue angle of 10.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1320B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 11 -
CMYK 0 0.78 0.95 0.12
HSL 10.93º 0.91% 0.46% -
HSV(B) 10.93º 0.95% 0.88% -
XYZ 32.25 18.31 2.15 -
YUV 97.88 78.98 218.67 -
System Red Green Blue C M Y K H S L
Decimal 225 50 11 0 0.78 0.95 0.12 10.93 0.91 0.46
Hex E1 32 B 0 4E 5F C B 5B 2E
Octal 341 62 13 0 116 137 14 13 133 56
Binary 11100001 110010 1011 0 1001110 1011111 1100 1011 1011011 101110

Color Harmonies of #E1320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1320B

Black with #E1320B

Text Example


Text Example

White with #E1320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1320B; }

 p { color: rgb(225,50,11); }

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

background-color css

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

 a { background-color: rgb(225,50,11); }

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

border-color css

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

 span { border-color: rgb(225,50,11); }

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