#E22D1D

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

Shades of Harley Davidson Orange #E22D1D

Tints of Harley Davidson Orange #E22D1D

Color information

#E22D1D (or 0xE22D1D) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 2D and 1D. RGB value is (226,45,29). Sum of RGB (Red+Green+Blue) = 226+45+29=300 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22D1D is #1DD2E2. Grayscale: #616161. Windows color (decimal): -1954531 or 1912290. OLE color: 1912290.

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

Color convert

RGB2264529-
CMYK00.800.870.11
HSL4.87º77.25%50%-
HSV(B)4.87º87.17%88.63%-
XYZ32.5218.132.95-
YUV97.389.47219.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 75.33%
GREEN value IS 45 (17.97% from 255) = 15%
BLUE value IS 29 (11.72% from 255) = 9.67%
R=75.33%
G=15%
B=9.67%

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
Decimal226452900.800.870.114.8777.2550
HexE22D1D05057B54d32
Octal3425535012012713511562
Binary111000101011011110101010000101011110111011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22D1D; }

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

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

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

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

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

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

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

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