#E12608

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

Shades of Harley Davidson Orange #E12608

Tints of Harley Davidson Orange #E12608

Color information

#E12608 (or 0xE12608) is unknown color: approx Harley Davidson Orange. HEX triplet: E1, 26 and 08. RGB value is (225,38,8). Sum of RGB (Red+Green+Blue) = 225+38+8=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E12608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12608 is #1ED9F7. Grayscale: #5A5A5A. Windows color (decimal): -2021880 or 534241. OLE color: 534241.

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

Color convert

RGB225388-
CMYK00.830.960.12
HSL8.29º93.13%45.69%-
HSV(B)8.29º96.44%88.24%-
XYZ31.7917.411.92-
YUV90.4981.45223.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 83.03%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 8 (3.52% from 255) = 2.95%
R=83.03%
G=14.02%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22538800.830.960.128.2993.1345.69
HexE126805360C85d2e
Octal34146100123140141013556
Binary111000011001101000010100111100000110010001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12608; }

 p { color: rgb(225,38,8); }

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

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

 a { background-color: rgb(225,38,8); }

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

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

 span { border-color: rgb(225,38,8); }

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