Html Css Color HEX #E1380D Harley Davidson Orange

📋 copy color: '#E1380D'

red 225 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #E1380D

Tints of Harley Davidson Orange #E1380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.05%

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

R = 76.53%
G = 19.05%
B = 4.42%

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

#E1380D (or 0xE1380D) is known color: Harley Davidson Orange. HEX triplet: E1, 38 and 0D. RGB value is (225,56,13). Sum of RGB (Red+Green+Blue) = 225+56+13=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E1380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1380D is #1EC7F2. Grayscale: #656565. Windows color (decimal): -2017267 or 866529. OLE color: 866529.

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

Color convert

RGB 225 56 13 -
CMYK 0 0.75 0.94 0.12
HSL 12.17º 0.89% 0.47% -
HSV(B) 12.17º 0.94% 0.88% -
XYZ 32.54 18.86 2.31 -
YUV 101.63 77.99 216 -
System Red Green Blue C M Y K H S L
Decimal 225 56 13 0 0.75 0.94 0.12 12.17 0.89 0.47
Hex E1 38 D 0 4B 5E C C 59 2F
Octal 341 70 15 0 113 136 14 14 131 57
Binary 11100001 111000 1101 0 1001011 1011110 1100 1100 1011001 101111

Color Harmonies of #E1380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1380D

Black with #E1380D

Text Example


Text Example

White with #E1380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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