#E12C02

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

Shades of Harley Davidson Orange #E12C02

Tints of Harley Davidson Orange #E12C02

Color information

#E12C02 (or 0xE12C02) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 2C and 02. RGB value is (225,44,2). Sum of RGB (Red+Green+Blue) = 225+44+2=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12C02 is #1ED3FD. Grayscale: #5D5D5D. Windows color (decimal): -2020350 or 142561. OLE color: 142561.

HSL color Cylindrical-coordinate representation of color #E12C02: hue angle of 11.3º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E12C02 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB225442-
CMYK00.800.990.12
HSL11.3º98.24%44.51%-
HSV(B)11.3º99.11%88.24%-
XYZ31.9617.811.81-
YUV93.3376.47221.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 83.03%
GREEN value IS 44 (17.58% from 255) = 16.24%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=83.03%
G=16.24%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22544200.800.990.1211.398.2444.51
HexE12C205063Cb622d
Octal3415420120143141314255
Binary1110000110110010010100001100011110010111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12C02; }

 p { color: rgb(225,44,2); }

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

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

 a { background-color: rgb(225,44,2); }

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

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

 span { border-color: rgb(225,44,2); }

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