#8D2212

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

Shades of Mandarian Orange #8D2212

Tints of Mandarian Orange #8D2212

Color information

#8D2212 (or 0x8D2212) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 22 and 12. RGB value is (141,34,18). Sum of RGB (Red+Green+Blue) = 141+34+18=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2212 is #72DDED. Grayscale: #404040. Windows color (decimal): -7527918 or 1188493. OLE color: 1188493.

HSL color Cylindrical-coordinate representation of color #8D2212: hue angle of 7.8º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D2212 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB1413418-
CMYK00.760.870.45
HSL7.8º77.36%31.18%-
HSV(B)7.8º87.23%55.29%-
XYZ11.676.851.28-
YUV64.17101.95182.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.06%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=73.06%
G=17.62%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141341800.760.870.457.877.3631.18
Hex8D221204C572D84d1f
Octal21542220114127551011537
Binary10001101100010100100100110010101111011011000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,34,18); }

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

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

 a { background-color: rgb(141,34,18); }

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

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

 span { border-color: rgb(141,34,18); }

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