#E03D0D

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

Shades of Harley Davidson Orange #E03D0D

Tints of Harley Davidson Orange #E03D0D

Color information

#E03D0D (or 0xE03D0D) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 3D and 0D. RGB value is (224,61,13). Sum of RGB (Red+Green+Blue) = 224+61+13=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03D0D is #1FC2F2. Grayscale: #686868. Windows color (decimal): -2081523 or 867808. OLE color: 867808.

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

Color convert

RGB2246113-
CMYK00.730.940.12
HSL13.65º89.03%46.47%-
HSV(B)13.65º94.2%87.84%-
XYZ32.4819.212.38-
YUV104.2676.5213.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 75.17%
GREEN value IS 61 (24.22% from 255) = 20.47%
BLUE value IS 13 (5.47% from 255) = 4.36%
R=75.17%
G=20.47%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224611300.730.940.1213.6589.0346.47
HexE03DD0495ECe592e
Octal34075150111136141613156
Binary111000001111011101010010011011110110011101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03D0D; }

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

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

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

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

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

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

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

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