#e72b14

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

Shades of Harley Davidson Orange #E72B14

Tints of Harley Davidson Orange #E72B14

Color information

#E72B14 (or 0xE72B14) is unknown color: approx Harley Davidson Orange. HEX triplet: E7, 2B and 14. RGB value is (231,43,20). Sum of RGB (Red+Green+Blue) = 231+43+20=294 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.57% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 231 - color contains mainly: red. Hex color #E72B14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72B14 is #18D4EB. Grayscale: #606060. Windows color (decimal): -1627372 or 1321959. OLE color: 1321959.

HSL color Cylindrical-coordinate representation of color #E72B14: hue angle of 6.54º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E72B14 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB2314320-
CMYK00.810.910.09
HSL6.54º84.06%49.22%-
HSV(B)6.54º91.34%90.59%-
XYZ33.9518.772.5-
YUV96.5984.78223.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 78.57%
GREEN value IS 43 (17.19% from 255) = 14.63%
BLUE value IS 20 (8.20% from 255) = 6.80%
R=78.57%
G=14.63%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231432000.810.910.096.5484.0649.22
HexE72B140515B975431
Octal3475324012113311712461
Binary111001111010111010001010001101101110011111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e72b14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e72b14; }

 p { color: rgb(231,43,20); }

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

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

 a { background-color: rgb(231,43,20); }

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

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

 span { border-color: rgb(231,43,20); }

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