Shades of Mandarian Orange #921C15
Tints of Mandarian Orange #921C15
RGB
CMYK
RGB Variations
Color information
#921C15 (or 0x921C15) is known color: Mandarian Orange. HEX triplet: 92, 1C and 15. RGB value is (146,28,21). Sum of RGB (Red+Green+Blue) = 146+28+21=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #921C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921C15 is #6DE3EA. Grayscale: #3E3E3E. Windows color (decimal): -7201771 or 1383570. OLE color: 1383570.
HSL color Cylindrical-coordinate representation of color #921C15: hue angle of 3.36º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921C15 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 28 | 21 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.43 |
| HSL | 3.36º | 0.75% | 0.33% | - |
| HSV(B) | 3.36º | 0.86% | 0.57% | - |
| XYZ | 12.4 | 7 | 1.41 | - |
| YUV | 62.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 21 | 0 | 0.81 | 0.86 | 0.43 | 3.36 | 0.75 | 0.33 |
| Hex | 92 | 1C | 15 | 0 | 51 | 56 | 2B | 3 | 4B | 21 |
| Octal | 222 | 34 | 25 | 0 | 121 | 126 | 53 | 3 | 113 | 41 |
| Binary | 10010010 | 11100 | 10101 | 0 | 1010001 | 1010110 | 101011 | 11 | 1001011 | 100001 |
Color Harmonies of #921C15
Complementary color
Monochromatic Colors of #921C15
Black with #921C15
Text Example
Text Example
White with #921C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921C15; }
p { color: rgb(146,28,21); }
H1.HeaderClassName
{
color: #921C15;
}
.AnyTagClassName
{
color: #921C15;
}
</style>
background-color css
<style>
a { background-color: #921C15; }
a { background-color: rgb(146,28,21); }
div.DivClassName
{
background-color: #921C15;
}
.BgClassName
{
background-color: #921C15;
}
</style>
border-color css
<style>
span { border-color: #921C15; }
span { border-color: rgb(146,28,21); }
td.TdClassName
{
border-color: #921C15;
}
.TagClassName
{
border-color: #921C15;
}
</style>