#E22C1D

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

Shades of Harley Davidson Orange #E22C1D

Tints of Harley Davidson Orange #E22C1D

Color information

#E22C1D (or 0xE22C1D) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 2C and 1D. RGB value is (226,44,29). Sum of RGB (Red+Green+Blue) = 226+44+29=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C1D is #1DD3E2. Grayscale: #606060. Windows color (decimal): -1954787 or 1912034. OLE color: 1912034.

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

Color convert

RGB2264429-
CMYK00.810.870.11
HSL4.57º77.25%50%-
HSV(B)4.57º87.17%88.63%-
XYZ32.4918.062.94-
YUV96.7189.8220.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 75.59%
GREEN value IS 44 (17.58% from 255) = 14.72%
BLUE value IS 29 (11.72% from 255) = 9.70%
R=75.59%
G=14.72%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226442900.810.870.114.5777.2550
HexE22C1D05157B54d32
Octal3425435012112713511562
Binary111000101011001110101010001101011110111011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22C1D; }

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

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

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

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

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

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

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

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