#E1240C

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

Shades of Harley Davidson Orange #E1240C

Tints of Harley Davidson Orange #E1240C

Color information

#E1240C (or 0xE1240C) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 24 and 0C. RGB value is (225,36,12). Sum of RGB (Red+Green+Blue) = 225+36+12=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E1240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1240C is #1EDBF3. Grayscale: #5A5A5A. Windows color (decimal): -2022388 or 795873. OLE color: 795873.

HSL color Cylindrical-coordinate representation of color #E1240C: hue angle of 6.76º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1240C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB2253612-
CMYK00.840.950.12
HSL6.76º89.87%46.47%-
HSV(B)6.76º94.67%88.24%-
XYZ31.7517.32.01-
YUV89.7784.12224.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 82.42%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 12 (5.08% from 255) = 4.40%
R=82.42%
G=13.19%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225361200.840.950.126.7689.8746.47
HexE124C0545FC75a2e
Octal3414414012413714713256
Binary11100001100100110001010100101111111001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1240C; }

 p { color: rgb(225,36,12); }

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

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

 a { background-color: rgb(225,36,12); }

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

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

 span { border-color: rgb(225,36,12); }

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