Shades of Mandarian Orange #94281C
Tints of Mandarian Orange #94281C
RGB
CMYK
RGB Variations
Color information
#94281C (or 0x94281C) is known color: Mandarian Orange. HEX triplet: 94, 28 and 1C. RGB value is (148,40,28). Sum of RGB (Red+Green+Blue) = 148+40+28=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #94281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94281C is #6BD7E3. Grayscale: #474747. Windows color (decimal): -7067620 or 1845396. OLE color: 1845396.
HSL color Cylindrical-coordinate representation of color #94281C: hue angle of 6º 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 #94281C is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 28 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.42 |
| HSL | 6º | 0.68% | 0.35% | - |
| HSV(B) | 6º | 0.81% | 0.58% | - |
| XYZ | 13.18 | 7.9 | 1.93 | - |
| YUV | 70.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 28 | 0 | 0.73 | 0.81 | 0.42 | 6 | 0.68 | 0.35 |
| Hex | 94 | 28 | 1C | 0 | 49 | 51 | 2A | 6 | 44 | 23 |
| Octal | 224 | 50 | 34 | 0 | 111 | 121 | 52 | 6 | 104 | 43 |
| Binary | 10010100 | 101000 | 11100 | 0 | 1001001 | 1010001 | 101010 | 110 | 1000100 | 100011 |
Color Harmonies of #94281C
Complementary color
Monochromatic Colors of #94281C
Black with #94281C
Text Example
Text Example
White with #94281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94281C; }
p { color: rgb(148,40,28); }
H1.HeaderClassName
{
color: #94281C;
}
.AnyTagClassName
{
color: #94281C;
}
</style>
background-color css
<style>
a { background-color: #94281C; }
a { background-color: rgb(148,40,28); }
div.DivClassName
{
background-color: #94281C;
}
.BgClassName
{
background-color: #94281C;
}
</style>
border-color css
<style>
span { border-color: #94281C; }
span { border-color: rgb(148,40,28); }
td.TdClassName
{
border-color: #94281C;
}
.TagClassName
{
border-color: #94281C;
}
</style>