Shades of Mandarian Orange #95211E
Tints of Mandarian Orange #95211E
RGB
CMYK
RGB Variations
Color information
#95211E (or 0x95211E) is known color: Mandarian Orange. HEX triplet: 95, 21 and 1E. RGB value is (149,33,30). Sum of RGB (Red+Green+Blue) = 149+33+30=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #95211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95211E is #6ADEE1. Grayscale: #434343. Windows color (decimal): -7003874 or 1974677. OLE color: 1974677.
HSL color Cylindrical-coordinate representation of color #95211E: hue angle of 1.51º degrees, saturation: 0.66, 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 #95211E is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 30 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.42 |
| HSL | 1.51º | 0.66% | 0.35% | - |
| HSV(B) | 1.51º | 0.8% | 0.58% | - |
| XYZ | 13.17 | 7.57 | 2 | - |
| YUV | 67.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 30 | 0 | 0.78 | 0.80 | 0.42 | 1.51 | 0.66 | 0.35 |
| Hex | 95 | 21 | 1E | 0 | 4E | 50 | 2A | 2 | 42 | 23 |
| Octal | 225 | 41 | 36 | 0 | 116 | 120 | 52 | 2 | 102 | 43 |
| Binary | 10010101 | 100001 | 11110 | 0 | 1001110 | 1010000 | 101010 | 10 | 1000010 | 100011 |
Color Harmonies of #95211E
Complementary color
Monochromatic Colors of #95211E
Black with #95211E
Text Example
Text Example
White with #95211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95211E; }
p { color: rgb(149,33,30); }
H1.HeaderClassName
{
color: #95211E;
}
.AnyTagClassName
{
color: #95211E;
}
</style>
background-color css
<style>
a { background-color: #95211E; }
a { background-color: rgb(149,33,30); }
div.DivClassName
{
background-color: #95211E;
}
.BgClassName
{
background-color: #95211E;
}
</style>
border-color css
<style>
span { border-color: #95211E; }
span { border-color: rgb(149,33,30); }
td.TdClassName
{
border-color: #95211E;
}
.TagClassName
{
border-color: #95211E;
}
</style>