#8F1F14

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

Shades of Mandarian Orange #8F1F14

Tints of Mandarian Orange #8F1F14

Color information

#8F1F14 (or 0x8F1F14) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 1F and 14. RGB value is (143,31,20). Sum of RGB (Red+Green+Blue) = 143+31+20=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1F14 is #70E0EB. Grayscale: #3F3F3F. Windows color (decimal): -7397612 or 1318799. OLE color: 1318799.

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

Color convert

RGB1433120-
CMYK00.780.860.44
HSL5.37º75.46%31.96%-
HSV(B)5.37º86.01%56.08%-
XYZ11.946.871.36-
YUV63.23103.61184.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 73.71%
GREEN value IS 31 (12.5% from 255) = 15.98%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=73.71%
G=15.98%
B=10.31%

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
Decimal143312000.780.860.445.3775.4631.96
Hex8F1F1404E562C54b20
Octal2173724011612654511340
Binary1000111111111101000100111010101101011001011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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