#8E241F

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

Shades of Mandarian Orange #8E241F

Tints of Mandarian Orange #8E241F

Color information

#8E241F (or 0x8E241F) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 24 and 1F. RGB value is (142,36,31). Sum of RGB (Red+Green+Blue) = 142+36+31=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E241F is #71DBE0. Grayscale: #434343. Windows color (decimal): -7461857 or 2040974. OLE color: 2040974.

HSL color Cylindrical-coordinate representation of color #8E241F: hue angle of 2.7º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E241F is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1423631-
CMYK00.750.780.44
HSL2.7º64.16%33.92%-
HSV(B)2.7º78.17%55.69%-
XYZ12.037.112.03-
YUV67.12107.62181.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.94%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=67.94%
G=17.22%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142363100.750.780.442.764.1633.92
Hex8E241F04B4E2C34022
Octal2164437011311654310042
Binary1000111010010011111010010111001110101100111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E241F; }

 p { color: rgb(142,36,31); }

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

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

 a { background-color: rgb(142,36,31); }

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

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

 span { border-color: rgb(142,36,31); }

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