#E32612

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

Shades of Harley Davidson Orange #E32612

Tints of Harley Davidson Orange #E32612

Color information

#E32612 (or 0xE32612) is unknown color: approx Harley Davidson Orange. HEX triplet: E3, 26 and 12. RGB value is (227,38,18). Sum of RGB (Red+Green+Blue) = 227+38+18=283 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.21% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 227 - color contains mainly: red. Hex color #E32612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32612 is #1CD9ED. Grayscale: #5C5C5C. Windows color (decimal): -1890798 or 1189603. OLE color: 1189603.

HSL color Cylindrical-coordinate representation of color #E32612: hue angle of 5.74º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E32612 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB2273818-
CMYK00.830.920.11
HSL5.74º85.31%48.04%-
HSV(B)5.74º92.07%89.02%-
XYZ32.4817.762.29-
YUV92.2386.12224.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 80.21%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 18 (7.42% from 255) = 6.36%
R=80.21%
G=13.43%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227381800.830.920.115.7485.3148.04
HexE326120535CB65530
Octal3434622012313413612560
Binary111000111001101001001010011101110010111101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32612; }

 p { color: rgb(227,38,18); }

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

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

 a { background-color: rgb(227,38,18); }

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

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

 span { border-color: rgb(227,38,18); }

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