Shades of Mandarian Orange #98211C
Tints of Mandarian Orange #98211C
RGB
CMYK
RGB Variations
Color information
#98211C (or 0x98211C) is known color: Mandarian Orange. HEX triplet: 98, 21 and 1C. RGB value is (152,33,28). Sum of RGB (Red+Green+Blue) = 152+33+28=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #98211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98211C is #67DEE3. Grayscale: #444444. Windows color (decimal): -6807268 or 1843608. OLE color: 1843608.
HSL color Cylindrical-coordinate representation of color #98211C: hue angle of 2.42º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98211C is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 28 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.40 |
| HSL | 2.42º | 0.69% | 0.35% | - |
| HSV(B) | 2.42º | 0.82% | 0.6% | - |
| XYZ | 13.7 | 7.85 | 1.89 | - |
| YUV | 68.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 28 | 0 | 0.78 | 0.82 | 0.40 | 2.42 | 0.69 | 0.35 |
| Hex | 98 | 21 | 1C | 0 | 4E | 52 | 28 | 2 | 45 | 23 |
| Octal | 230 | 41 | 34 | 0 | 116 | 122 | 50 | 2 | 105 | 43 |
| Binary | 10011000 | 100001 | 11100 | 0 | 1001110 | 1010010 | 101000 | 10 | 1000101 | 100011 |
Color Harmonies of #98211C
Complementary color
Monochromatic Colors of #98211C
Black with #98211C
Text Example
Text Example
White with #98211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98211C; }
p { color: rgb(152,33,28); }
H1.HeaderClassName
{
color: #98211C;
}
.AnyTagClassName
{
color: #98211C;
}
</style>
background-color css
<style>
a { background-color: #98211C; }
a { background-color: rgb(152,33,28); }
div.DivClassName
{
background-color: #98211C;
}
.BgClassName
{
background-color: #98211C;
}
</style>
border-color css
<style>
span { border-color: #98211C; }
span { border-color: rgb(152,33,28); }
td.TdClassName
{
border-color: #98211C;
}
.TagClassName
{
border-color: #98211C;
}
</style>