#E0301F

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

Shades of Harley Davidson Orange #E0301F

Tints of Harley Davidson Orange #E0301F

Color information

#E0301F (or 0xE0301F) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 30 and 1F. RGB value is (224,48,31). Sum of RGB (Red+Green+Blue) = 224+48+31=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E0301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0301F is #1FCFE0. Grayscale: #626262. Windows color (decimal): -2084833 or 2044128. OLE color: 2044128.

HSL color Cylindrical-coordinate representation of color #E0301F: hue angle of 5.28º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0301F is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB2244831-
CMYK00.790.860.12
HSL5.28º75.69%50%-
HSV(B)5.28º86.16%87.84%-
XYZ32.0418.063.09-
YUV98.6989.81217.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 73.93%
GREEN value IS 48 (19.14% from 255) = 15.84%
BLUE value IS 31 (12.5% from 255) = 10.23%
R=73.93%
G=15.84%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224483100.790.860.125.2875.6950
HexE0301F04F56C54c32
Octal3406037011712614511462
Binary111000001100001111101001111101011011001011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0301F; }

 p { color: rgb(224,48,31); }

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

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

 a { background-color: rgb(224,48,31); }

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

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

 span { border-color: rgb(224,48,31); }

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