#e0331e

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

Shades of Harley Davidson Orange #E0331E

Tints of Harley Davidson Orange #E0331E

Color information

#E0331E (or 0xE0331E) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 33 and 1E. RGB value is (224,51,30). Sum of RGB (Red+Green+Blue) = 224+51+30=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0331E is #1FCCE1. Grayscale: #646464. Windows color (decimal): -2084066 or 1979360. OLE color: 1979360.

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

Color convert

RGB2245130-
CMYK00.770.870.12
HSL6.49º76.38%49.8%-
HSV(B)6.49º86.61%87.84%-
XYZ32.1618.313.07-
YUV100.3388.31216.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 73.44%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 30 (12.11% from 255) = 9.84%
R=73.44%
G=16.72%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224513000.770.870.126.4976.3849.8
HexE0331E04D57C64c32
Octal3406336011512714611462
Binary111000001100111111001001101101011111001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0331e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0331e; }

 p { color: rgb(224,51,30); }

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

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

 a { background-color: rgb(224,51,30); }

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

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

 span { border-color: rgb(224,51,30); }

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