Shades of Mandarian Orange #9C241A
Tints of Mandarian Orange #9C241A
RGB
CMYK
RGB Variations
Color information
#9C241A (or 0x9C241A) is known color: Mandarian Orange. HEX triplet: 9C, 24 and 1A. RGB value is (156,36,26). Sum of RGB (Red+Green+Blue) = 156+36+26=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C241A is #63DBE5. Grayscale: #464646. Windows color (decimal): -6544358 or 1713308. OLE color: 1713308.
HSL color Cylindrical-coordinate representation of color #9C241A: hue angle of 4.62º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C241A is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 26 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.39 |
| HSL | 4.62º | 0.71% | 0.36% | - |
| HSV(B) | 4.62º | 0.83% | 0.61% | - |
| XYZ | 14.53 | 8.4 | 1.83 | - |
| YUV | 70.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 26 | 0 | 0.77 | 0.83 | 0.39 | 4.62 | 0.71 | 0.36 |
| Hex | 9C | 24 | 1A | 0 | 4D | 53 | 27 | 5 | 47 | 24 |
| Octal | 234 | 44 | 32 | 0 | 115 | 123 | 47 | 5 | 107 | 44 |
| Binary | 10011100 | 100100 | 11010 | 0 | 1001101 | 1010011 | 100111 | 101 | 1000111 | 100100 |
Color Harmonies of #9C241A
Complementary color
Monochromatic Colors of #9C241A
Black with #9C241A
Text Example
Text Example
White with #9C241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C241A; }
p { color: rgb(156,36,26); }
H1.HeaderClassName
{
color: #9C241A;
}
.AnyTagClassName
{
color: #9C241A;
}
</style>
background-color css
<style>
a { background-color: #9C241A; }
a { background-color: rgb(156,36,26); }
div.DivClassName
{
background-color: #9C241A;
}
.BgClassName
{
background-color: #9C241A;
}
</style>
border-color css
<style>
span { border-color: #9C241A; }
span { border-color: rgb(156,36,26); }
td.TdClassName
{
border-color: #9C241A;
}
.TagClassName
{
border-color: #9C241A;
}
</style>