#E0311C

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

Shades of Harley Davidson Orange #E0311C

Tints of Harley Davidson Orange #E0311C

Color information

#E0311C (or 0xE0311C) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 31 and 1C. RGB value is (224,49,28). Sum of RGB (Red+Green+Blue) = 224+49+28=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E0311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0311C is #1FCEE3. Grayscale: #636363. Windows color (decimal): -2084580 or 1847776. OLE color: 1847776.

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

Color convert

RGB2244928-
CMYK00.780.880.12
HSL6.43º77.78%49.41%-
HSV(B)6.43º87.5%87.84%-
XYZ32.0518.132.91-
YUV98.9387.98217.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 74.42%
GREEN value IS 49 (19.53% from 255) = 16.28%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=74.42%
G=16.28%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224492800.780.880.126.4377.7849.41
HexE0311C04E58C64e31
Octal3406134011613014611661
Binary111000001100011110001001110101100011001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0311C; }

 p { color: rgb(224,49,28); }

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

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

 a { background-color: rgb(224,49,28); }

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

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

 span { border-color: rgb(224,49,28); }

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