#E03D04

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

Shades of Harley Davidson Orange #E03D04

Tints of Harley Davidson Orange #E03D04

Color information

#E03D04 (or 0xE03D04) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 3D and 04. RGB value is (224,61,4). Sum of RGB (Red+Green+Blue) = 224+61+4=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03D04 is #1FC2FB. Grayscale: #676767. Windows color (decimal): -2081532 or 277984. OLE color: 277984.

HSL color Cylindrical-coordinate representation of color #E03D04: hue angle of 15.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E03D04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB224614-
CMYK00.730.980.12
HSL15.55º96.49%44.71%-
HSV(B)15.55º98.21%87.84%-
XYZ32.4319.192.11-
YUV103.2472214.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 77.51%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=77.51%
G=21.11%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22461400.730.980.1215.5596.4944.71
HexE03D404962C10602d
Octal3407540111142142014055
Binary111000001111011000100100111000101100100001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03D04; }

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

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

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

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

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

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

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

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