Shades of Mandarian Orange #94231C
Tints of Mandarian Orange #94231C
RGB
CMYK
RGB Variations
Color information
#94231C (or 0x94231C) is known color: Mandarian Orange. HEX triplet: 94, 23 and 1C. RGB value is (148,35,28). Sum of RGB (Red+Green+Blue) = 148+35+28=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #94231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94231C is #6BDCE3. Grayscale: #444444. Windows color (decimal): -7068900 or 1844116. OLE color: 1844116.
HSL color Cylindrical-coordinate representation of color #94231C: hue angle of 3.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94231C is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 35 | 28 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.42 |
| HSL | 3.5º | 0.68% | 0.35% | - |
| HSV(B) | 3.5º | 0.81% | 0.58% | - |
| XYZ | 13.02 | 7.58 | 1.88 | - |
| YUV | 67.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 28 | 0 | 0.76 | 0.81 | 0.42 | 3.5 | 0.68 | 0.35 |
| Hex | 94 | 23 | 1C | 0 | 4C | 51 | 2A | 4 | 44 | 23 |
| Octal | 224 | 43 | 34 | 0 | 114 | 121 | 52 | 4 | 104 | 43 |
| Binary | 10010100 | 100011 | 11100 | 0 | 1001100 | 1010001 | 101010 | 100 | 1000100 | 100011 |
Color Harmonies of #94231C
Complementary color
Monochromatic Colors of #94231C
Black with #94231C
Text Example
Text Example
White with #94231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94231C; }
p { color: rgb(148,35,28); }
H1.HeaderClassName
{
color: #94231C;
}
.AnyTagClassName
{
color: #94231C;
}
</style>
background-color css
<style>
a { background-color: #94231C; }
a { background-color: rgb(148,35,28); }
div.DivClassName
{
background-color: #94231C;
}
.BgClassName
{
background-color: #94231C;
}
</style>
border-color css
<style>
span { border-color: #94231C; }
span { border-color: rgb(148,35,28); }
td.TdClassName
{
border-color: #94231C;
}
.TagClassName
{
border-color: #94231C;
}
</style>