#e02a1e

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

Shades of Harley Davidson Orange #E02A1E

Tints of Harley Davidson Orange #E02A1E

Color information

#E02A1E (or 0xE02A1E) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 2A and 1E. RGB value is (224,42,30). Sum of RGB (Red+Green+Blue) = 224+42+30=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A1E is #1FD5E1. Grayscale: #5F5F5F. Windows color (decimal): -2086370 or 1977056. OLE color: 1977056.

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

Color convert

RGB2244230-
CMYK00.810.870.12
HSL3.71º76.38%49.8%-
HSV(B)3.71º86.61%87.84%-
XYZ31.817.62.95-
YUV95.0591.3219.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 75.68%
GREEN value IS 42 (16.80% from 255) = 14.19%
BLUE value IS 30 (12.11% from 255) = 10.14%
R=75.68%
G=14.19%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224423000.810.870.123.7176.3849.8
HexE02A1E05157C44c32
Octal3405236012112714411462
Binary111000001010101111001010001101011111001001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02a1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02a1e; }

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

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

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

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

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

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

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

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