Shades of Mandarian Orange #94261C
Tints of Mandarian Orange #94261C
RGB
CMYK
RGB Variations
Color information
#94261C (or 0x94261C) is known color: Mandarian Orange. HEX triplet: 94, 26 and 1C. RGB value is (148,38,28). Sum of RGB (Red+Green+Blue) = 148+38+28=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #94261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94261C is #6BD9E3. Grayscale: #454545. Windows color (decimal): -7068132 or 1844884. OLE color: 1844884.
HSL color Cylindrical-coordinate representation of color #94261C: hue angle of 5º 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 #94261C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 28 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.42 |
| HSL | 5º | 0.68% | 0.35% | - |
| HSV(B) | 5º | 0.81% | 0.58% | - |
| XYZ | 13.12 | 7.77 | 1.91 | - |
| YUV | 69.75 | 104.44 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 28 | 0 | 0.74 | 0.81 | 0.42 | 5 | 0.68 | 0.35 |
| Hex | 94 | 26 | 1C | 0 | 4A | 51 | 2A | 5 | 44 | 23 |
| Octal | 224 | 46 | 34 | 0 | 112 | 121 | 52 | 5 | 104 | 43 |
| Binary | 10010100 | 100110 | 11100 | 0 | 1001010 | 1010001 | 101010 | 101 | 1000100 | 100011 |
Color Harmonies of #94261C
Complementary color
Monochromatic Colors of #94261C
Black with #94261C
Text Example
Text Example
White with #94261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94261C; }
p { color: rgb(148,38,28); }
H1.HeaderClassName
{
color: #94261C;
}
.AnyTagClassName
{
color: #94261C;
}
</style>
background-color css
<style>
a { background-color: #94261C; }
a { background-color: rgb(148,38,28); }
div.DivClassName
{
background-color: #94261C;
}
.BgClassName
{
background-color: #94261C;
}
</style>
border-color css
<style>
span { border-color: #94261C; }
span { border-color: rgb(148,38,28); }
td.TdClassName
{
border-color: #94261C;
}
.TagClassName
{
border-color: #94261C;
}
</style>