#E2350F

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

Shades of Harley Davidson Orange #E2350F

Tints of Harley Davidson Orange #E2350F

Color information

#E2350F (or 0xE2350F) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 35 and 0F. RGB value is (226,53,15). Sum of RGB (Red+Green+Blue) = 226+53+15=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E2350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2350F is #1DCAF0. Grayscale: #646464. Windows color (decimal): -1952497 or 996834. OLE color: 996834.

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

Color convert

RGB2265315-
CMYK00.770.930.11
HSL10.81º87.55%47.25%-
HSV(B)10.81º93.36%88.63%-
XYZ32.7218.752.35-
YUV100.479.81217.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 76.87%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 15 (6.25% from 255) = 5.10%
R=76.87%
G=18.03%
B=5.10%

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
Decimal226531500.770.930.1110.8187.5547.25
HexE235F04D5DBb582f
Octal34265170115135131313057
Binary111000101101011111010011011011101101110111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2350F; }

 p { color: rgb(226,53,15); }

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

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

 a { background-color: rgb(226,53,15); }

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

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

 span { border-color: rgb(226,53,15); }

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