#E03B0D

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

Shades of Harley Davidson Orange #E03B0D

Tints of Harley Davidson Orange #E03B0D

Color information

#E03B0D (or 0xE03B0D) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 3B and 0D. RGB value is (224,59,13). Sum of RGB (Red+Green+Blue) = 224+59+13=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03B0D is #1FC4F2. Grayscale: #676767. Windows color (decimal): -2082035 or 867296. OLE color: 867296.

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

Color convert

RGB2245913-
CMYK00.740.940.12
HSL13.08º89.03%46.47%-
HSV(B)13.08º94.2%87.84%-
XYZ32.38192.34-
YUV103.0977.16214.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 75.68%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 13 (5.47% from 255) = 4.39%
R=75.68%
G=19.93%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224591300.740.940.1213.0889.0346.47
HexE03BD04A5ECd592e
Octal34073150112136141513156
Binary111000001110111101010010101011110110011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03B0D; }

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

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

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

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

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

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

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

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