#E12B1F

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

Shades of Harley Davidson Orange #E12B1F

Tints of Harley Davidson Orange #E12B1F

Color information

#E12B1F (or 0xE12B1F) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 2B and 1F. RGB value is (225,43,31). Sum of RGB (Red+Green+Blue) = 225+43+31=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12B1F is #1ED4E0. Grayscale: #606060. Windows color (decimal): -2020577 or 2042849. OLE color: 2042849.

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

Color convert

RGB2254331-
CMYK00.810.860.12
HSL3.71º76.38%50.2%-
HSV(B)3.71º86.22%88.24%-
XYZ32.1617.833.04-
YUV96.0591.3219.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 75.25%
GREEN value IS 43 (17.19% from 255) = 14.38%
BLUE value IS 31 (12.5% from 255) = 10.37%
R=75.25%
G=14.38%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225433100.810.860.123.7176.3850.2
HexE12B1F05156C44c32
Octal3415337012112614411462
Binary111000011010111111101010001101011011001001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12B1F; }

 p { color: rgb(225,43,31); }

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

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

 a { background-color: rgb(225,43,31); }

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

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

 span { border-color: rgb(225,43,31); }

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