Shades of Mandarian Orange #941D0F
Tints of Mandarian Orange #941D0F
RGB
CMYK
RGB Variations
Color information
#941D0F (or 0x941D0F) is known color: Mandarian Orange. HEX triplet: 94, 1D and 0F. RGB value is (148,29,15). Sum of RGB (Red+Green+Blue) = 148+29+15=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #941D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941D0F is #6BE2F0. Grayscale: #3F3F3F. Windows color (decimal): -7070449 or 990612. OLE color: 990612.
HSL color Cylindrical-coordinate representation of color #941D0F: hue angle of 6.32º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #941D0F is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 29 | 15 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.42 |
| HSL | 6.32º | 0.82% | 0.32% | - |
| HSV(B) | 6.32º | 0.9% | 0.58% | - |
| XYZ | 12.74 | 7.21 | 1.17 | - |
| YUV | 62.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 15 | 0 | 0.80 | 0.90 | 0.42 | 6.32 | 0.82 | 0.32 |
| Hex | 94 | 1D | F | 0 | 50 | 5A | 2A | 6 | 52 | 20 |
| Octal | 224 | 35 | 17 | 0 | 120 | 132 | 52 | 6 | 122 | 40 |
| Binary | 10010100 | 11101 | 1111 | 0 | 1010000 | 1011010 | 101010 | 110 | 1010010 | 100000 |
Color Harmonies of #941D0F
Complementary color
Monochromatic Colors of #941D0F
Black with #941D0F
Text Example
Text Example
White with #941D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941D0F; }
p { color: rgb(148,29,15); }
H1.HeaderClassName
{
color: #941D0F;
}
.AnyTagClassName
{
color: #941D0F;
}
</style>
background-color css
<style>
a { background-color: #941D0F; }
a { background-color: rgb(148,29,15); }
div.DivClassName
{
background-color: #941D0F;
}
.BgClassName
{
background-color: #941D0F;
}
</style>
border-color css
<style>
span { border-color: #941D0F; }
span { border-color: rgb(148,29,15); }
td.TdClassName
{
border-color: #941D0F;
}
.TagClassName
{
border-color: #941D0F;
}
</style>