#E33A12

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

Shades of Harley Davidson Orange #E33A12

Tints of Harley Davidson Orange #E33A12

Color information

#E33A12 (or 0xE33A12) is unknown color: approx Harley Davidson Orange. HEX triplet: E3, 3A and 12. RGB value is (227,58,18). Sum of RGB (Red+Green+Blue) = 227+58+18=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33A12 is #1CC5ED. Grayscale: #686868. Windows color (decimal): -1885678 or 1194723. OLE color: 1194723.

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

Color convert

RGB2275818-
CMYK00.740.920.11
HSL11.48º85.31%48.04%-
HSV(B)11.48º92.07%89.02%-
XYZ33.319.42.56-
YUV103.9779.49215.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 74.92%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=74.92%
G=19.14%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227581800.740.920.1111.4885.3148.04
HexE33A1204A5CBb5530
Octal34372220112134131312560
Binary1110001111101010010010010101011100101110111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33A12; }

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

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

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

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

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

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

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

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