Shades of Mandarian Orange #9C231F
Tints of Mandarian Orange #9C231F
RGB
CMYK
RGB Variations
Color information
#9C231F (or 0x9C231F) is known color: Mandarian Orange. HEX triplet: 9C, 23 and 1F. RGB value is (156,35,31). Sum of RGB (Red+Green+Blue) = 156+35+31=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C231F is #63DCE0. Grayscale: #464646. Windows color (decimal): -6544609 or 2040732. OLE color: 2040732.
HSL color Cylindrical-coordinate representation of color #9C231F: hue angle of 1.92º 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 #9C231F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 31 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.39 |
| HSL | 1.92º | 0.67% | 0.37% | - |
| HSV(B) | 1.92º | 0.8% | 0.61% | - |
| XYZ | 14.56 | 8.37 | 2.14 | - |
| YUV | 70.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 31 | 0 | 0.78 | 0.80 | 0.39 | 1.92 | 0.67 | 0.37 |
| Hex | 9C | 23 | 1F | 0 | 4E | 50 | 27 | 2 | 43 | 25 |
| Octal | 234 | 43 | 37 | 0 | 116 | 120 | 47 | 2 | 103 | 45 |
| Binary | 10011100 | 100011 | 11111 | 0 | 1001110 | 1010000 | 100111 | 10 | 1000011 | 100101 |
Color Harmonies of #9C231F
Complementary color
Monochromatic Colors of #9C231F
Black with #9C231F
Text Example
Text Example
White with #9C231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C231F; }
p { color: rgb(156,35,31); }
H1.HeaderClassName
{
color: #9C231F;
}
.AnyTagClassName
{
color: #9C231F;
}
</style>
background-color css
<style>
a { background-color: #9C231F; }
a { background-color: rgb(156,35,31); }
div.DivClassName
{
background-color: #9C231F;
}
.BgClassName
{
background-color: #9C231F;
}
</style>
border-color css
<style>
span { border-color: #9C231F; }
span { border-color: rgb(156,35,31); }
td.TdClassName
{
border-color: #9C231F;
}
.TagClassName
{
border-color: #9C231F;
}
</style>