Shades of Mandarian Orange #93211D
Tints of Mandarian Orange #93211D
RGB
CMYK
RGB Variations
Color information
#93211D (or 0x93211D) is known color: Mandarian Orange. HEX triplet: 93, 21 and 1D. RGB value is (147,33,29). Sum of RGB (Red+Green+Blue) = 147+33+29=209 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.33% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 147 - color contains mainly: red. Hex color #93211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93211D is #6CDEE2. Grayscale: #424242. Windows color (decimal): -7134947 or 1909139. OLE color: 1909139.
HSL color Cylindrical-coordinate representation of color #93211D: hue angle of 2.03º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93211D is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 33 | 29 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.42 |
| HSL | 2.03º | 0.67% | 0.35% | - |
| HSV(B) | 2.03º | 0.8% | 0.58% | - |
| XYZ | 12.8 | 7.38 | 1.91 | - |
| YUV | 66.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 29 | 0 | 0.78 | 0.80 | 0.42 | 2.03 | 0.67 | 0.35 |
| Hex | 93 | 21 | 1D | 0 | 4E | 50 | 2A | 2 | 43 | 23 |
| Octal | 223 | 41 | 35 | 0 | 116 | 120 | 52 | 2 | 103 | 43 |
| Binary | 10010011 | 100001 | 11101 | 0 | 1001110 | 1010000 | 101010 | 10 | 1000011 | 100011 |
Color Harmonies of #93211D
Complementary color
Monochromatic Colors of #93211D
Black with #93211D
Text Example
Text Example
White with #93211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93211D; }
p { color: rgb(147,33,29); }
H1.HeaderClassName
{
color: #93211D;
}
.AnyTagClassName
{
color: #93211D;
}
</style>
background-color css
<style>
a { background-color: #93211D; }
a { background-color: rgb(147,33,29); }
div.DivClassName
{
background-color: #93211D;
}
.BgClassName
{
background-color: #93211D;
}
</style>
border-color css
<style>
span { border-color: #93211D; }
span { border-color: rgb(147,33,29); }
td.TdClassName
{
border-color: #93211D;
}
.TagClassName
{
border-color: #93211D;
}
</style>