#E5300D

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

Shades of Harley Davidson Orange #E5300D

Tints of Harley Davidson Orange #E5300D

Color information

#E5300D (or 0xE5300D) is unknown color: approx Harley Davidson Orange. HEX triplet: E5, 30 and 0D. RGB value is (229,48,13). Sum of RGB (Red+Green+Blue) = 229+48+13=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E5300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5300D is #1ACFF2. Grayscale: #626262. Windows color (decimal): -1757171 or 864485. OLE color: 864485.

HSL color Cylindrical-coordinate representation of color #E5300D: hue angle of 9.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5300D is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB2294813-
CMYK00.790.940.10
HSL9.72º89.26%47.45%-
HSV(B)9.72º94.32%89.8%-
XYZ33.4418.82.25-
YUV98.1379.97221.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 78.97%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 13 (5.47% from 255) = 4.48%
R=78.97%
G=16.55%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229481300.790.940.109.7289.2647.45
HexE530D04F5EAa592f
Octal34560150117136121213157
Binary111001011100001101010011111011110101010101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5300D; }

 p { color: rgb(229,48,13); }

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

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

 a { background-color: rgb(229,48,13); }

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

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

 span { border-color: rgb(229,48,13); }

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