#8E1F14

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

Shades of Mandarian Orange #8E1F14

Tints of Mandarian Orange #8E1F14

Color information

#8E1F14 (or 0x8E1F14) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 1F and 14. RGB value is (142,31,20). Sum of RGB (Red+Green+Blue) = 142+31+20=193 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.58% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1F14 is #71E0EB. Grayscale: #3F3F3F. Windows color (decimal): -7463148 or 1318798. OLE color: 1318798.

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

Color convert

RGB1423120-
CMYK00.780.860.44
HSL5.41º75.31%31.76%-
HSV(B)5.41º85.92%55.69%-
XYZ11.776.781.35-
YUV62.94103.77184.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 73.58%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=73.58%
G=16.06%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142312000.780.860.445.4175.3131.76
Hex8E1F1404E562C54b20
Octal2163724011612654511340
Binary1000111011111101000100111010101101011001011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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