#8E2C2C

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

Shades of Mandarian Orange #8E2C2C

Tints of Mandarian Orange #8E2C2C

Color information

#8E2C2C (or 0x8E2C2C) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 2C and 2C. RGB value is (142,44,44). Sum of RGB (Red+Green+Blue) = 142+44+44=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2C2C is #71D3D3. Grayscale: #494949. Windows color (decimal): -7459796 or 2894990. OLE color: 2894990.

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

Color convert

RGB1424444-
CMYK00.690.690.44
HSL52.69%36.47%-
HSV(B)69.01%55.69%-
XYZ12.517.733.22-
YUV73.3111.47177-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.74%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 44 (17.58% from 255) = 19.13%
R=61.74%
G=19.13%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142444400.690.690.44052.6936.47
Hex8E2C2C045452C03524
Octal216545401051055406544
Binary100011101011001011000100010110001011011000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,44,44); }

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

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

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

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

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

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

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