#E1370F

Color #E1370F Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #E1370F

Tints of Harley Davidson Orange #E1370F

Color information

#E1370F (or 0xE1370F) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 37 and 0F. RGB value is (225,55,15). Sum of RGB (Red+Green+Blue) = 225+55+15=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E1370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1370F is #1EC8F0. Grayscale: #656565. Windows color (decimal): -2017521 or 997345. OLE color: 997345.

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

Color convert

RGB2255515-
CMYK00.760.930.12
HSL11.43º87.5%47.06%-
HSV(B)11.43º93.33%88.24%-
XYZ32.518.772.36-
YUV101.2779.32216.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 76.27%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 15 (6.25% from 255) = 5.08%
R=76.27%
G=18.64%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225551500.760.930.1211.4387.547.06
HexE137F04C5DCb582f
Octal34167170114135141313057
Binary111000011101111111010011001011101110010111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1370F; }

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

 H1.HeaderClassName
 {
   color: #E1370F;
 }
 .AnyTagClassName
 {
   color: #E1370F;
 }
</style>
background-color css

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

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

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

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

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

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