Shades of Mandarian Orange #9C201F
Tints of Mandarian Orange #9C201F
RGB
CMYK
RGB Variations
Color information
#9C201F (or 0x9C201F) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 1F. RGB value is (156,32,31). Sum of RGB (Red+Green+Blue) = 156+32+31=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C201F is #63DFE0. Grayscale: #454545. Windows color (decimal): -6545377 or 2039964. OLE color: 2039964.
HSL color Cylindrical-coordinate representation of color #9C201F: hue angle of 0.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C201F is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 31 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.39 |
| HSL | 0.48º | 0.67% | 0.37% | - |
| HSV(B) | 0.48º | 0.8% | 0.61% | - |
| XYZ | 14.47 | 8.2 | 2.12 | - |
| YUV | 68.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 31 | 0 | 0.79 | 0.80 | 0.39 | 0.48 | 0.67 | 0.37 |
| Hex | 9C | 20 | 1F | 0 | 4F | 50 | 27 | 0 | 43 | 25 |
| Octal | 234 | 40 | 37 | 0 | 117 | 120 | 47 | 0 | 103 | 45 |
| Binary | 10011100 | 100000 | 11111 | 0 | 1001111 | 1010000 | 100111 | 0 | 1000011 | 100101 |
Color Harmonies of #9C201F
Complementary color
Monochromatic Colors of #9C201F
Black with #9C201F
Text Example
Text Example
White with #9C201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C201F; }
p { color: rgb(156,32,31); }
H1.HeaderClassName
{
color: #9C201F;
}
.AnyTagClassName
{
color: #9C201F;
}
</style>
background-color css
<style>
a { background-color: #9C201F; }
a { background-color: rgb(156,32,31); }
div.DivClassName
{
background-color: #9C201F;
}
.BgClassName
{
background-color: #9C201F;
}
</style>
border-color css
<style>
span { border-color: #9C201F; }
span { border-color: rgb(156,32,31); }
td.TdClassName
{
border-color: #9C201F;
}
.TagClassName
{
border-color: #9C201F;
}
</style>