#E03E0D

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

Shades of Harley Davidson Orange #E03E0D

Tints of Harley Davidson Orange #E03E0D

Color information

#E03E0D (or 0xE03E0D) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 3E and 0D. RGB value is (224,62,13). Sum of RGB (Red+Green+Blue) = 224+62+13=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E03E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03E0D is #1FC1F2. Grayscale: #696969. Windows color (decimal): -2081267 or 868064. OLE color: 868064.

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

Color convert

RGB2246213-
CMYK00.720.940.12
HSL13.93º89.03%46.47%-
HSV(B)13.93º94.2%87.84%-
XYZ32.5419.322.4-
YUV104.8576.17212.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 74.92%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 13 (5.47% from 255) = 4.35%
R=74.92%
G=20.74%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224621300.720.940.1213.9389.0346.47
HexE03ED0485ECe592e
Octal34076150110136141613156
Binary111000001111101101010010001011110110011101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03E0D; }

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

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

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

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

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

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

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

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