Shades of Mandarian Orange #94200D
Tints of Mandarian Orange #94200D
RGB
CMYK
RGB Variations
Color information
#94200D (or 0x94200D) is known color: Mandarian Orange. HEX triplet: 94, 20 and 0D. RGB value is (148,32,13). Sum of RGB (Red+Green+Blue) = 148+32+13=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #94200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94200D is #6BDFF2. Grayscale: #404040. Windows color (decimal): -7069683 or 860308. OLE color: 860308.
HSL color Cylindrical-coordinate representation of color #94200D: hue angle of 8.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94200D is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 32 | 13 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.42 |
| HSL | 8.44º | 0.84% | 0.32% | - |
| HSV(B) | 8.44º | 0.91% | 0.58% | - |
| XYZ | 12.8 | 7.36 | 1.13 | - |
| YUV | 64.52 | 98.93 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 13 | 0 | 0.78 | 0.91 | 0.42 | 8.44 | 0.84 | 0.32 |
| Hex | 94 | 20 | D | 0 | 4E | 5B | 2A | 8 | 54 | 20 |
| Octal | 224 | 40 | 15 | 0 | 116 | 133 | 52 | 10 | 124 | 40 |
| Binary | 10010100 | 100000 | 1101 | 0 | 1001110 | 1011011 | 101010 | 1000 | 1010100 | 100000 |
Color Harmonies of #94200D
Complementary color
Monochromatic Colors of #94200D
Black with #94200D
Text Example
Text Example
White with #94200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94200D; }
p { color: rgb(148,32,13); }
H1.HeaderClassName
{
color: #94200D;
}
.AnyTagClassName
{
color: #94200D;
}
</style>
background-color css
<style>
a { background-color: #94200D; }
a { background-color: rgb(148,32,13); }
div.DivClassName
{
background-color: #94200D;
}
.BgClassName
{
background-color: #94200D;
}
</style>
border-color css
<style>
span { border-color: #94200D; }
span { border-color: rgb(148,32,13); }
td.TdClassName
{
border-color: #94200D;
}
.TagClassName
{
border-color: #94200D;
}
</style>