#8E1C19

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

Shades of Mandarian Orange #8E1C19

Tints of Mandarian Orange #8E1C19

Color information

#8E1C19 (or 0x8E1C19) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 1C and 19. RGB value is (142,28,25). Sum of RGB (Red+Green+Blue) = 142+28+25=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1C19 is #71E3E6. Grayscale: #3D3D3D. Windows color (decimal): -7463911 or 1645710. OLE color: 1645710.

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

Color convert

RGB1422825-
CMYK00.800.820.44
HSL1.54º70.06%32.75%-
HSV(B)1.54º82.39%55.69%-
XYZ11.756.651.58-
YUV61.74107.27185.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.82%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 25 (10.16% from 255) = 12.82%
R=72.82%
G=14.36%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142282500.800.820.441.5470.0632.75
Hex8E1C19050522C24621
Octal2163431012012254210641
Binary100011101110011001010100001010010101100101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,28,25); }

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

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

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

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

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

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

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