#E03118

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

Shades of Harley Davidson Orange #E03118

Tints of Harley Davidson Orange #E03118

Color information

#E03118 (or 0xE03118) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 31 and 18. RGB value is (224,49,24). Sum of RGB (Red+Green+Blue) = 224+49+24=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E03118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03118 is #1FCEE7. Grayscale: #626262. Windows color (decimal): -2084584 or 1585632. OLE color: 1585632.

HSL color Cylindrical-coordinate representation of color #E03118: hue angle of 7.5º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E03118 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB2244924-
CMYK00.780.890.12
HSL7.5º80.65%48.63%-
HSV(B)7.5º89.29%87.84%-
XYZ3218.112.67-
YUV98.4885.98217.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 75.42%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 24 (9.77% from 255) = 8.08%
R=75.42%
G=16.50%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224492400.780.890.127.580.6548.63
HexE0311804E59C85131
Octal34061300116131141012161
Binary1110000011000111000010011101011001110010001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03118; }

 p { color: rgb(224,49,24); }

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

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

 a { background-color: rgb(224,49,24); }

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

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

 span { border-color: rgb(224,49,24); }

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