#E2370F

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

Shades of Harley Davidson Orange #E2370F

Tints of Harley Davidson Orange #E2370F

Color information

#E2370F (or 0xE2370F) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 37 and 0F. RGB value is (226,55,15). Sum of RGB (Red+Green+Blue) = 226+55+15=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E2370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2370F is #1DC8F0. Grayscale: #656565. Windows color (decimal): -1951985 or 997346. OLE color: 997346.

HSL color Cylindrical-coordinate representation of color #E2370F: hue angle of 11.37º 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 #E2370F is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB2265515-
CMYK00.760.930.11
HSL11.37º87.55%47.25%-
HSV(B)11.37º93.36%88.63%-
XYZ32.8218.942.38-
YUV101.5779.15216.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 76.35%
GREEN value IS 55 (21.88% from 255) = 18.58%
BLUE value IS 15 (6.25% from 255) = 5.07%
R=76.35%
G=18.58%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226551500.760.930.1111.3787.5547.25
HexE237F04C5DBb582f
Octal34267170114135131313057
Binary111000101101111111010011001011101101110111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2370F; }

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

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

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

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

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

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

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

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