#E13F15

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

Shades of Harley Davidson Orange #E13F15

Tints of Harley Davidson Orange #E13F15

Color information

#E13F15 (or 0xE13F15) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 3F and 15. RGB value is (225,63,21). Sum of RGB (Red+Green+Blue) = 225+63+21=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13F15 is #1EC0EA. Grayscale: #6A6A6A. Windows color (decimal): -2015467 or 1392609. OLE color: 1392609.

HSL color Cylindrical-coordinate representation of color #E13F15: hue angle of 12.35º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E13F15 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB2256321-
CMYK00.720.910.12
HSL12.35º82.93%48.24%-
HSV(B)12.35º90.67%88.24%-
XYZ32.9619.622.76-
YUV106.6579.67212.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 72.82%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 21 (8.59% from 255) = 6.80%
R=72.82%
G=20.39%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225632100.720.910.1212.3582.9348.24
HexE13F150485BCc5330
Octal34177250110133141412360
Binary1110000111111110101010010001011011110011001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13F15; }

 p { color: rgb(225,63,21); }

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

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

 a { background-color: rgb(225,63,21); }

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

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

 span { border-color: rgb(225,63,21); }

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