#e4340f

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

Shades of Harley Davidson Orange #E4340F

Tints of Harley Davidson Orange #E4340F

Color information

#E4340F (or 0xE4340F) is unknown color: approx Harley Davidson Orange. HEX triplet: E4, 34 and 0F. RGB value is (228,52,15). Sum of RGB (Red+Green+Blue) = 228+52+15=295 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.29% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 228 - color contains mainly: red. Hex color #E4340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4340F is #1BCBF0. Grayscale: #646464. Windows color (decimal): -1821681 or 996580. OLE color: 996580.

HSL color Cylindrical-coordinate representation of color #E4340F: hue angle of 10.42º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4340F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB2285215-
CMYK00.770.930.11
HSL10.42º87.65%47.65%-
HSV(B)10.42º93.42%89.41%-
XYZ33.3118.982.36-
YUV100.4179.81219.01-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 77.29%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 15 (6.25% from 255) = 5.08%
R=77.29%
G=17.63%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228521500.770.930.1110.4287.6547.65
HexE434F04D5DBa5830
Octal34464170115135131213060
Binary111001001101001111010011011011101101110101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4340f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4340f; }

 p { color: rgb(228,52,15); }

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

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

 a { background-color: rgb(228,52,15); }

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

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

 span { border-color: rgb(228,52,15); }

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