Html Css Color HEX #E1390D Harley Davidson Orange

📋 copy color: '#E1390D'

red 225 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #E1390D

Tints of Harley Davidson Orange #E1390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

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

R = 76.27%
G = 19.32%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1390D (or 0xE1390D) is known color: Harley Davidson Orange. HEX triplet: E1, 39 and 0D. RGB value is (225,57,13). Sum of RGB (Red+Green+Blue) = 225+57+13=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E1390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1390D is #1EC6F2. Grayscale: #666666. Windows color (decimal): -2017011 or 866785. OLE color: 866785.

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

Color convert

RGB 225 57 13 -
CMYK 0 0.75 0.94 0.12
HSL 12.45º 0.89% 0.47% -
HSV(B) 12.45º 0.94% 0.88% -
XYZ 32.59 18.96 2.32 -
YUV 102.22 77.66 215.58 -
System Red Green Blue C M Y K H S L
Decimal 225 57 13 0 0.75 0.94 0.12 12.45 0.89 0.47
Hex E1 39 D 0 4B 5E C C 59 2F
Octal 341 71 15 0 113 136 14 14 131 57
Binary 11100001 111001 1101 0 1001011 1011110 1100 1100 1011001 101111

Color Harmonies of #E1390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1390D

Black with #E1390D

Text Example


Text Example

White with #E1390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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