#8e1f15

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

Shades of Mandarian Orange #8E1F15

Tints of Mandarian Orange #8E1F15

Color information

#8E1F15 (or 0x8E1F15) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 1F and 15. RGB value is (142,31,21). Sum of RGB (Red+Green+Blue) = 142+31+21=194 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.20% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1F15 is #71E0EA. Grayscale: #3F3F3F. Windows color (decimal): -7463147 or 1384334. OLE color: 1384334.

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

Color convert

RGB1423121-
CMYK00.780.850.44
HSL4.96º74.23%31.96%-
HSV(B)4.96º85.21%55.69%-
XYZ11.786.781.4-
YUV63.05104.27184.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 73.20%
GREEN value IS 31 (12.5% from 255) = 15.98%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=73.20%
G=15.98%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142312100.780.850.444.9674.2331.96
Hex8E1F1504E552C54a20
Octal2163725011612554511240
Binary1000111011111101010100111010101011011001011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1f15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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