Shades of Mandarian Orange #94221C
Tints of Mandarian Orange #94221C
RGB
CMYK
RGB Variations
Color information
#94221C (or 0x94221C) is known color: Mandarian Orange. HEX triplet: 94, 22 and 1C. RGB value is (148,34,28). Sum of RGB (Red+Green+Blue) = 148+34+28=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #94221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94221C is #6BDDE3. Grayscale: #434343. Windows color (decimal): -7069156 or 1843860. OLE color: 1843860.
HSL color Cylindrical-coordinate representation of color #94221C: hue angle of 3º 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 #94221C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 28 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.42 |
| HSL | 3º | 0.68% | 0.35% | - |
| HSV(B) | 3º | 0.81% | 0.58% | - |
| XYZ | 12.99 | 7.52 | 1.87 | - |
| YUV | 67.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 28 | 0 | 0.77 | 0.81 | 0.42 | 3 | 0.68 | 0.35 |
| Hex | 94 | 22 | 1C | 0 | 4D | 51 | 2A | 3 | 44 | 23 |
| Octal | 224 | 42 | 34 | 0 | 115 | 121 | 52 | 3 | 104 | 43 |
| Binary | 10010100 | 100010 | 11100 | 0 | 1001101 | 1010001 | 101010 | 11 | 1000100 | 100011 |
Color Harmonies of #94221C
Complementary color
Monochromatic Colors of #94221C
Black with #94221C
Text Example
Text Example
White with #94221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94221C; }
p { color: rgb(148,34,28); }
H1.HeaderClassName
{
color: #94221C;
}
.AnyTagClassName
{
color: #94221C;
}
</style>
background-color css
<style>
a { background-color: #94221C; }
a { background-color: rgb(148,34,28); }
div.DivClassName
{
background-color: #94221C;
}
.BgClassName
{
background-color: #94221C;
}
</style>
border-color css
<style>
span { border-color: #94221C; }
span { border-color: rgb(148,34,28); }
td.TdClassName
{
border-color: #94221C;
}
.TagClassName
{
border-color: #94221C;
}
</style>