Html Css Color HEX #E1370D Harley Davidson Orange

📋 copy color: '#E1370D'

red 225 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #E1370D

Tints of Harley Davidson Orange #E1370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

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

R = 76.79%
G = 18.77%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1370D (or 0xE1370D) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 0D. RGB value is (225,55,13). Sum of RGB (Red+Green+Blue) = 225+55+13=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E1370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1370D is #1EC8F2. Grayscale: #656565. Windows color (decimal): -2017523 or 866273. OLE color: 866273.

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

Color convert

RGB 225 55 13 -
CMYK 0 0.76 0.94 0.12
HSL 11.89º 0.89% 0.47% -
HSV(B) 11.89º 0.94% 0.88% -
XYZ 32.49 18.77 2.29 -
YUV 101.04 78.32 216.42 -
System Red Green Blue C M Y K H S L
Decimal 225 55 13 0 0.76 0.94 0.12 11.89 0.89 0.47
Hex E1 37 D 0 4C 5E C C 59 2F
Octal 341 67 15 0 114 136 14 14 131 57
Binary 11100001 110111 1101 0 1001100 1011110 1100 1100 1011001 101111

Color Harmonies of #E1370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1370D

Black with #E1370D

Text Example


Text Example

White with #E1370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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