#8E1D19

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

Shades of Mandarian Orange #8E1D19

Tints of Mandarian Orange #8E1D19

Color information

#8E1D19 (or 0x8E1D19) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 1D and 19. RGB value is (142,29,25). Sum of RGB (Red+Green+Blue) = 142+29+25=196 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.45% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1D19 is #71E2E6. Grayscale: #3E3E3E. Windows color (decimal): -7463655 or 1645966. OLE color: 1645966.

HSL color Cylindrical-coordinate representation of color #8E1D19: hue angle of 2.05º 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 #8E1D19 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1422925-
CMYK00.800.820.44
HSL2.05º70.06%32.75%-
HSV(B)2.05º82.39%55.69%-
XYZ11.776.71.59-
YUV62.33106.94184.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.45%
GREEN value IS 29 (11.72% from 255) = 14.80%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=72.45%
G=14.80%
B=12.76%

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
Decimal142292500.800.820.442.0570.0632.75
Hex8E1D19050522C24621
Octal2163531012012254210641
Binary100011101110111001010100001010010101100101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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