#E32712

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

Shades of Harley Davidson Orange #E32712

Tints of Harley Davidson Orange #E32712

Color information

#E32712 (or 0xE32712) is unknown color: approx Harley Davidson Orange. HEX triplet: E3, 27 and 12. RGB value is (227,39,18). Sum of RGB (Red+Green+Blue) = 227+39+18=284 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.93% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 227 - color contains mainly: red. Hex color #E32712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32712 is #1CD8ED. Grayscale: #5D5D5D. Windows color (decimal): -1890542 or 1189859. OLE color: 1189859.

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

Color convert

RGB2273918-
CMYK00.830.920.11
HSL6.03º85.31%48.04%-
HSV(B)6.03º92.07%89.02%-
XYZ32.5117.832.3-
YUV92.8285.78223.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 79.93%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 18 (7.42% from 255) = 6.34%
R=79.93%
G=13.73%
B=6.34%

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
Decimal227391800.830.920.116.0385.3148.04
HexE327120535CB65530
Octal3434722012313413612560
Binary111000111001111001001010011101110010111101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32712; }

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

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

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

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

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

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

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

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