#E12A0F

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

Shades of Harley Davidson Orange #E12A0F

Tints of Harley Davidson Orange #E12A0F

Color information

#E12A0F (or 0xE12A0F) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 2A and 0F. RGB value is (225,42,15). Sum of RGB (Red+Green+Blue) = 225+42+15=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12A0F is #1ED5F0. Grayscale: #5D5D5D. Windows color (decimal): -2020849 or 994017. OLE color: 994017.

HSL color Cylindrical-coordinate representation of color #E12A0F: hue angle of 7.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E12A0F is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB2254215-
CMYK00.810.930.12
HSL7.71º87.5%47.06%-
HSV(B)7.71º93.33%88.24%-
XYZ31.9717.72.18-
YUV93.6483.63221.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 79.79%
GREEN value IS 42 (16.80% from 255) = 14.89%
BLUE value IS 15 (6.25% from 255) = 5.32%
R=79.79%
G=14.89%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225421500.810.930.127.7187.547.06
HexE12AF0515DC8582f
Octal34152170121135141013057
Binary111000011010101111010100011011101110010001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A0F; }

 p { color: rgb(225,42,15); }

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

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

 a { background-color: rgb(225,42,15); }

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

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

 span { border-color: rgb(225,42,15); }

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