Html Css Color HEX #E1310B Harley Davidson Orange

📋 copy color: '#E1310B'

red 225 ◦ green 49 ◦ blue 11

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

Shades of Harley Davidson Orange #E1310B

Tints of Harley Davidson Orange #E1310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

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

R = 78.95%
G = 17.19%
B = 3.86%

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

#E1310B (or 0xE1310B) is known color: Harley Davidson Orange. HEX triplet: E1, 31 and 0B. RGB value is (225,49,11). Sum of RGB (Red+Green+Blue) = 225+49+11=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E1310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1310B is #1ECEF4. Grayscale: #616161. Windows color (decimal): -2019061 or 733665. OLE color: 733665.

HSL color Cylindrical-coordinate representation of color #E1310B: hue angle of 10.65º 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 #E1310B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 49 11 -
CMYK 0 0.78 0.95 0.12
HSL 10.65º 0.91% 0.46% -
HSV(B) 10.65º 0.95% 0.88% -
XYZ 32.21 18.23 2.14 -
YUV 97.29 79.31 219.09 -
System Red Green Blue C M Y K H S L
Decimal 225 49 11 0 0.78 0.95 0.12 10.65 0.91 0.46
Hex E1 31 B 0 4E 5F C B 5B 2E
Octal 341 61 13 0 116 137 14 13 133 56
Binary 11100001 110001 1011 0 1001110 1011111 1100 1011 1011011 101110

Color Harmonies of #E1310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1310B

Black with #E1310B

Text Example


Text Example

White with #E1310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1310B; }

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

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

background-color css

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

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

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

border-color css

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

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

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