#E22D1E

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

Shades of Harley Davidson Orange #E22D1E

Tints of Harley Davidson Orange #E22D1E

Color information

#E22D1E (or 0xE22D1E) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 2D and 1E. RGB value is (226,45,30). Sum of RGB (Red+Green+Blue) = 226+45+30=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22D1E is #1DD2E1. Grayscale: #616161. Windows color (decimal): -1954530 or 1977826. OLE color: 1977826.

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

Color convert

RGB2264530-
CMYK00.800.870.11
HSL4.59º77.17%50.2%-
HSV(B)4.59º86.73%88.63%-
XYZ32.5418.143.01-
YUV97.4189.97219.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 75.08%
GREEN value IS 45 (17.97% from 255) = 14.95%
BLUE value IS 30 (12.11% from 255) = 9.97%
R=75.08%
G=14.95%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226453000.800.870.114.5977.1750.2
HexE22D1E05057B54d32
Octal3425536012012713511562
Binary111000101011011111001010000101011110111011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22D1E; }

 p { color: rgb(226,45,30); }

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

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

 a { background-color: rgb(226,45,30); }

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

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

 span { border-color: rgb(226,45,30); }

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