Shades of Mandarian Orange #94201C
Tints of Mandarian Orange #94201C
RGB
CMYK
RGB Variations
Color information
#94201C (or 0x94201C) is known color: Mandarian Orange. HEX triplet: 94, 20 and 1C. RGB value is (148,32,28). Sum of RGB (Red+Green+Blue) = 148+32+28=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #94201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94201C is #6BDFE3. Grayscale: #424242. Windows color (decimal): -7069668 or 1843348. OLE color: 1843348.
HSL color Cylindrical-coordinate representation of color #94201C: hue angle of 2º 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 #94201C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 32 | 28 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.42 |
| HSL | 2º | 0.68% | 0.35% | - |
| HSV(B) | 2º | 0.81% | 0.58% | - |
| XYZ | 12.94 | 7.41 | 1.85 | - |
| YUV | 66.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 28 | 0 | 0.78 | 0.81 | 0.42 | 2 | 0.68 | 0.35 |
| Hex | 94 | 20 | 1C | 0 | 4E | 51 | 2A | 2 | 44 | 23 |
| Octal | 224 | 40 | 34 | 0 | 116 | 121 | 52 | 2 | 104 | 43 |
| Binary | 10010100 | 100000 | 11100 | 0 | 1001110 | 1010001 | 101010 | 10 | 1000100 | 100011 |
Color Harmonies of #94201C
Complementary color
Monochromatic Colors of #94201C
Black with #94201C
Text Example
Text Example
White with #94201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94201C; }
p { color: rgb(148,32,28); }
H1.HeaderClassName
{
color: #94201C;
}
.AnyTagClassName
{
color: #94201C;
}
</style>
background-color css
<style>
a { background-color: #94201C; }
a { background-color: rgb(148,32,28); }
div.DivClassName
{
background-color: #94201C;
}
.BgClassName
{
background-color: #94201C;
}
</style>
border-color css
<style>
span { border-color: #94201C; }
span { border-color: rgb(148,32,28); }
td.TdClassName
{
border-color: #94201C;
}
.TagClassName
{
border-color: #94201C;
}
</style>