Shades of Mandarian Orange #9C2113
Tints of Mandarian Orange #9C2113
RGB
CMYK
RGB Variations
Color information
#9C2113 (or 0x9C2113) is known color: Mandarian Orange. HEX triplet: 9C, 21 and 13. RGB value is (156,33,19). Sum of RGB (Red+Green+Blue) = 156+33+19=208 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2113 is #63DEEC. Grayscale: #444444. Windows color (decimal): -6545133 or 1253788. OLE color: 1253788.
HSL color Cylindrical-coordinate representation of color #9C2113: hue angle of 6.13º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C2113 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 33 | 19 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.39 |
| HSL | 6.13º | 0.78% | 0.34% | - |
| HSV(B) | 6.13º | 0.88% | 0.61% | - |
| XYZ | 14.37 | 8.2 | 1.44 | - |
| YUV | 68.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 19 | 0 | 0.79 | 0.88 | 0.39 | 6.13 | 0.78 | 0.34 |
| Hex | 9C | 21 | 13 | 0 | 4F | 58 | 27 | 6 | 4E | 22 |
| Octal | 234 | 41 | 23 | 0 | 117 | 130 | 47 | 6 | 116 | 42 |
| Binary | 10011100 | 100001 | 10011 | 0 | 1001111 | 1011000 | 100111 | 110 | 1001110 | 100010 |
Color Harmonies of #9C2113
Complementary color
Monochromatic Colors of #9C2113
Black with #9C2113
Text Example
Text Example
White with #9C2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2113; }
p { color: rgb(156,33,19); }
H1.HeaderClassName
{
color: #9C2113;
}
.AnyTagClassName
{
color: #9C2113;
}
</style>
background-color css
<style>
a { background-color: #9C2113; }
a { background-color: rgb(156,33,19); }
div.DivClassName
{
background-color: #9C2113;
}
.BgClassName
{
background-color: #9C2113;
}
</style>
border-color css
<style>
span { border-color: #9C2113; }
span { border-color: rgb(156,33,19); }
td.TdClassName
{
border-color: #9C2113;
}
.TagClassName
{
border-color: #9C2113;
}
</style>