Shades of Mandarian Orange #94210C
Tints of Mandarian Orange #94210C
RGB
CMYK
RGB Variations
Color information
#94210C (or 0x94210C) is known color: Mandarian Orange. HEX triplet: 94, 21 and 0C. RGB value is (148,33,12). Sum of RGB (Red+Green+Blue) = 148+33+12=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #94210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94210C is #6BDEF3. Grayscale: #414141. Windows color (decimal): -7069428 or 795028. OLE color: 795028.
HSL color Cylindrical-coordinate representation of color #94210C: hue angle of 9.26º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94210C is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 12 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.42 |
| HSL | 9.26º | 0.85% | 0.31% | - |
| HSV(B) | 9.26º | 0.92% | 0.58% | - |
| XYZ | 12.82 | 7.41 | 1.1 | - |
| YUV | 64.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 12 | 0 | 0.78 | 0.92 | 0.42 | 9.26 | 0.85 | 0.31 |
| Hex | 94 | 21 | C | 0 | 4E | 5C | 2A | 9 | 55 | 1F |
| Octal | 224 | 41 | 14 | 0 | 116 | 134 | 52 | 11 | 125 | 37 |
| Binary | 10010100 | 100001 | 1100 | 0 | 1001110 | 1011100 | 101010 | 1001 | 1010101 | 11111 |
Color Harmonies of #94210C
Complementary color
Monochromatic Colors of #94210C
Black with #94210C
Text Example
Text Example
White with #94210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94210C; }
p { color: rgb(148,33,12); }
H1.HeaderClassName
{
color: #94210C;
}
.AnyTagClassName
{
color: #94210C;
}
</style>
background-color css
<style>
a { background-color: #94210C; }
a { background-color: rgb(148,33,12); }
div.DivClassName
{
background-color: #94210C;
}
.BgClassName
{
background-color: #94210C;
}
</style>
border-color css
<style>
span { border-color: #94210C; }
span { border-color: rgb(148,33,12); }
td.TdClassName
{
border-color: #94210C;
}
.TagClassName
{
border-color: #94210C;
}
</style>