#E8410C

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

Shades of Orange Red #E8410C

Tints of Orange Red #E8410C

Color information

#E8410C (or 0xE8410C) is unknown color: approx Orange Red. HEX triplet: E8, 41 and 0C. RGB value is (232,65,12). Sum of RGB (Red+Green+Blue) = 232+65+12=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E8410C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8410C is #17BEF3. Grayscale: #6D6D6D. Windows color (decimal): -1556212 or 803304. OLE color: 803304.

HSL color Cylindrical-coordinate representation of color #E8410C: hue angle of 14.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8410C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB2326512-
CMYK00.720.950.09
HSL14.45º90.16%47.84%-
HSV(B)14.45º94.83%90.98%-
XYZ35.2420.962.54-
YUV108.8973.33215.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 75.08%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 12 (5.08% from 255) = 3.88%
R=75.08%
G=21.04%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232651200.720.950.0914.4590.1647.84
HexE841C0485F9e5a30
Octal350101140110137111613260
Binary1110100010000011100010010001011111100111101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8410C; }

 p { color: rgb(232,65,12); }

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

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

 a { background-color: rgb(232,65,12); }

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

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

 span { border-color: rgb(232,65,12); }

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