Shades of Mandarian Orange #9C1D0E
Tints of Mandarian Orange #9C1D0E
RGB
CMYK
RGB Variations
Color information
#9C1D0E (or 0x9C1D0E) is known color: Mandarian Orange. HEX triplet: 9C, 1D and 0E. RGB value is (156,29,14). Sum of RGB (Red+Green+Blue) = 156+29+14=199 (26% of max value = 765). Red value is 156 (61.33% from 255 or 78.39% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1D0E is #63E2F1. Grayscale: #414141. Windows color (decimal): -6546162 or 925084. OLE color: 925084.
HSL color Cylindrical-coordinate representation of color #9C1D0E: hue angle of 6.34º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C1D0E is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 29 | 14 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.39 |
| HSL | 6.34º | 0.84% | 0.33% | - |
| HSV(B) | 6.34º | 0.91% | 0.61% | - |
| XYZ | 14.23 | 7.98 | 1.21 | - |
| YUV | 65.26 | 99.08 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 14 | 0 | 0.81 | 0.91 | 0.39 | 6.34 | 0.84 | 0.33 |
| Hex | 9C | 1D | E | 0 | 51 | 5B | 27 | 6 | 54 | 21 |
| Octal | 234 | 35 | 16 | 0 | 121 | 133 | 47 | 6 | 124 | 41 |
| Binary | 10011100 | 11101 | 1110 | 0 | 1010001 | 1011011 | 100111 | 110 | 1010100 | 100001 |
Color Harmonies of #9C1D0E
Complementary color
Monochromatic Colors of #9C1D0E
Black with #9C1D0E
Text Example
Text Example
White with #9C1D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1D0E; }
p { color: rgb(156,29,14); }
H1.HeaderClassName
{
color: #9C1D0E;
}
.AnyTagClassName
{
color: #9C1D0E;
}
</style>
background-color css
<style>
a { background-color: #9C1D0E; }
a { background-color: rgb(156,29,14); }
div.DivClassName
{
background-color: #9C1D0E;
}
.BgClassName
{
background-color: #9C1D0E;
}
</style>
border-color css
<style>
span { border-color: #9C1D0E; }
span { border-color: rgb(156,29,14); }
td.TdClassName
{
border-color: #9C1D0E;
}
.TagClassName
{
border-color: #9C1D0E;
}
</style>