Shades of Mandarian Orange #98211F
Tints of Mandarian Orange #98211F
RGB
CMYK
RGB Variations
Color information
#98211F (or 0x98211F) is known color: Mandarian Orange. HEX triplet: 98, 21 and 1F. RGB value is (152,33,31). Sum of RGB (Red+Green+Blue) = 152+33+31=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #98211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98211F is #67DEE0. Grayscale: #444444. Windows color (decimal): -6807265 or 2040216. OLE color: 2040216.
HSL color Cylindrical-coordinate representation of color #98211F: hue angle of 0.99º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98211F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 31 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.40 |
| HSL | 0.99º | 0.66% | 0.36% | - |
| HSV(B) | 0.99º | 0.8% | 0.6% | - |
| XYZ | 13.74 | 7.86 | 2.09 | - |
| YUV | 68.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 31 | 0 | 0.78 | 0.80 | 0.40 | 0.99 | 0.66 | 0.36 |
| Hex | 98 | 21 | 1F | 0 | 4E | 50 | 28 | 1 | 42 | 24 |
| Octal | 230 | 41 | 37 | 0 | 116 | 120 | 50 | 1 | 102 | 44 |
| Binary | 10011000 | 100001 | 11111 | 0 | 1001110 | 1010000 | 101000 | 1 | 1000010 | 100100 |
Color Harmonies of #98211F
Complementary color
Monochromatic Colors of #98211F
Black with #98211F
Text Example
Text Example
White with #98211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98211F; }
p { color: rgb(152,33,31); }
H1.HeaderClassName
{
color: #98211F;
}
.AnyTagClassName
{
color: #98211F;
}
</style>
background-color css
<style>
a { background-color: #98211F; }
a { background-color: rgb(152,33,31); }
div.DivClassName
{
background-color: #98211F;
}
.BgClassName
{
background-color: #98211F;
}
</style>
border-color css
<style>
span { border-color: #98211F; }
span { border-color: rgb(152,33,31); }
td.TdClassName
{
border-color: #98211F;
}
.TagClassName
{
border-color: #98211F;
}
</style>