#E02219

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

Shades of Harley Davidson Orange #E02219

Tints of Harley Davidson Orange #E02219

Color information

#E02219 (or 0xE02219) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 22 and 19. RGB value is (224,34,25). Sum of RGB (Red+Green+Blue) = 224+34+25=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E02219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02219 is #1FDDE6. Grayscale: #5A5A5A. Windows color (decimal): -2088423 or 1647328. OLE color: 1647328.

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

Color convert

RGB2243425-
CMYK00.850.890.12
HSL2.71º79.92%48.82%-
HSV(B)2.71º88.84%87.84%-
XYZ31.4917.062.55-
YUV89.7891.45223.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 79.15%
GREEN value IS 34 (13.67% from 255) = 12.01%
BLUE value IS 25 (10.16% from 255) = 8.83%
R=79.15%
G=12.01%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224342500.850.890.122.7179.9248.82
HexE0221905559C35031
Octal3404231012513114312061
Binary11100000100010110010101010110110011100111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02219; }

 p { color: rgb(224,34,25); }

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

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

 a { background-color: rgb(224,34,25); }

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

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

 span { border-color: rgb(224,34,25); }

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