#E03C0D

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

Shades of Harley Davidson Orange #E03C0D

Tints of Harley Davidson Orange #E03C0D

Color information

#E03C0D (or 0xE03C0D) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 3C and 0D. RGB value is (224,60,13). Sum of RGB (Red+Green+Blue) = 224+60+13=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03C0D is #1FC3F2. Grayscale: #686868. Windows color (decimal): -2081779 or 867552. OLE color: 867552.

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

Color convert

RGB2246013-
CMYK00.730.940.12
HSL13.36º89.03%46.47%-
HSV(B)13.36º94.2%87.84%-
XYZ32.4319.112.36-
YUV103.6876.83213.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 75.42%
GREEN value IS 60 (23.83% from 255) = 20.20%
BLUE value IS 13 (5.47% from 255) = 4.38%
R=75.42%
G=20.20%
B=4.38%

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
Decimal224601300.730.940.1213.3689.0346.47
HexE03CD0495ECd592e
Octal34074150111136141513156
Binary111000001111001101010010011011110110011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03C0D; }

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

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

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

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

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

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

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

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