#e01915

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

Shades of Harley Davidson Orange #E01915

Tints of Harley Davidson Orange #E01915

Color information

#E01915 (or 0xE01915) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 19 and 15. RGB value is (224,25,21). Sum of RGB (Red+Green+Blue) = 224+25+21=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E01915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01915 is #1FE6EA. Grayscale: #545454. Windows color (decimal): -2090731 or 1382880. OLE color: 1382880.

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

Color convert

RGB2242521-
CMYK00.890.910.12
HSL1.18º82.86%48.04%-
HSV(B)1.18º90.62%87.84%-
XYZ31.2216.62.27-
YUV84.0492.43227.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 82.96%
GREEN value IS 25 (10.16% from 255) = 9.26%
BLUE value IS 21 (8.59% from 255) = 7.78%
R=82.96%
G=9.26%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224252100.890.910.121.1882.8648.04
HexE019150595BC15330
Octal3403125013113314112360
Binary111000001100110101010110011011011110011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01915; }

 p { color: rgb(224,25,21); }

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

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

 a { background-color: rgb(224,25,21); }

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

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

 span { border-color: rgb(224,25,21); }

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