#E03E0F

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

Shades of Harley Davidson Orange #E03E0F

Tints of Harley Davidson Orange #E03E0F

Color information

#E03E0F (or 0xE03E0F) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 3E and 0F. RGB value is (224,62,15). Sum of RGB (Red+Green+Blue) = 224+62+15=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03E0F is #1FC1F0. Grayscale: #696969. Windows color (decimal): -2081265 or 999136. OLE color: 999136.

HSL color Cylindrical-coordinate representation of color #E03E0F: hue angle of 13.49º degrees, saturation: 0.87, 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 #E03E0F is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB2246215-
CMYK00.720.930.12
HSL13.49º87.45%46.86%-
HSV(B)13.49º93.3%87.84%-
XYZ32.5519.332.47-
YUV105.0877.17212.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 74.42%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 15 (6.25% from 255) = 4.98%
R=74.42%
G=20.60%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224621500.720.930.1213.4987.4546.86
HexE03EF0485DCd572f
Octal34076170110135141512757
Binary111000001111101111010010001011101110011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03E0F; }

 p { color: rgb(224,62,15); }

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

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

 a { background-color: rgb(224,62,15); }

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

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

 span { border-color: rgb(224,62,15); }

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