Html Css Color HEX #E1310D Harley Davidson Orange

📋 copy color: '#E1310D'

red 225 ◦ green 49 ◦ blue 13

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

Shades of Harley Davidson Orange #E1310D

Tints of Harley Davidson Orange #E1310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 78.4%
G = 17.07%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1310D (or 0xE1310D) is known color: Harley Davidson Orange. HEX triplet: E1, 31 and 0D. RGB value is (225,49,13). Sum of RGB (Red+Green+Blue) = 225+49+13=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E1310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1310D is #1ECEF2. Grayscale: #616161. Windows color (decimal): -2019059 or 864737. OLE color: 864737.

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

Color convert

RGB 225 49 13 -
CMYK 0 0.78 0.94 0.12
HSL 10.19º 0.89% 0.47% -
HSV(B) 10.19º 0.94% 0.88% -
XYZ 32.22 18.23 2.2 -
YUV 97.52 80.31 218.93 -
System Red Green Blue C M Y K H S L
Decimal 225 49 13 0 0.78 0.94 0.12 10.19 0.89 0.47
Hex E1 31 D 0 4E 5E C A 59 2F
Octal 341 61 15 0 116 136 14 12 131 57
Binary 11100001 110001 1101 0 1001110 1011110 1100 1010 1011001 101111

Color Harmonies of #E1310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1310D

Black with #E1310D

Text Example


Text Example

White with #E1310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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