Shades of Mandarian Orange #901C14
Tints of Mandarian Orange #901C14
RGB
CMYK
RGB Variations
Color information
#901C14 (or 0x901C14) is known color: Mandarian Orange. HEX triplet: 90, 1C and 14. RGB value is (144,28,20). Sum of RGB (Red+Green+Blue) = 144+28+20=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #901C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901C14 is #6FE3EB. Grayscale: #3D3D3D. Windows color (decimal): -7332844 or 1318032. OLE color: 1318032.
HSL color Cylindrical-coordinate representation of color #901C14: hue angle of 3.87º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901C14 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 20 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.44 |
| HSL | 3.87º | 0.76% | 0.32% | - |
| HSV(B) | 3.87º | 0.86% | 0.56% | - |
| XYZ | 12.04 | 6.81 | 1.34 | - |
| YUV | 61.77 | 104.43 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 20 | 0 | 0.81 | 0.86 | 0.44 | 3.87 | 0.76 | 0.32 |
| Hex | 90 | 1C | 14 | 0 | 51 | 56 | 2C | 4 | 4C | 20 |
| Octal | 220 | 34 | 24 | 0 | 121 | 126 | 54 | 4 | 114 | 40 |
| Binary | 10010000 | 11100 | 10100 | 0 | 1010001 | 1010110 | 101100 | 100 | 1001100 | 100000 |
Color Harmonies of #901C14
Complementary color
Monochromatic Colors of #901C14
Black with #901C14
Text Example
Text Example
White with #901C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C14; }
p { color: rgb(144,28,20); }
H1.HeaderClassName
{
color: #901C14;
}
.AnyTagClassName
{
color: #901C14;
}
</style>
background-color css
<style>
a { background-color: #901C14; }
a { background-color: rgb(144,28,20); }
div.DivClassName
{
background-color: #901C14;
}
.BgClassName
{
background-color: #901C14;
}
</style>
border-color css
<style>
span { border-color: #901C14; }
span { border-color: rgb(144,28,20); }
td.TdClassName
{
border-color: #901C14;
}
.TagClassName
{
border-color: #901C14;
}
</style>