Shades of Mandarian Orange #942A25
Tints of Mandarian Orange #942A25
RGB
CMYK
RGB Variations
Color information
#942A25 (or 0x942A25) is known color: Mandarian Orange. HEX triplet: 94, 2A and 25. RGB value is (148,42,37). Sum of RGB (Red+Green+Blue) = 148+42+37=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #942A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A25 is #6BD5DA. Grayscale: #494949. Windows color (decimal): -7067099 or 2435732. OLE color: 2435732.
HSL color Cylindrical-coordinate representation of color #942A25: hue angle of 2.7º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942A25 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 37 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.42 |
| HSL | 2.7º | 0.6% | 0.36% | - |
| HSV(B) | 2.7º | 0.75% | 0.58% | - |
| XYZ | 13.37 | 8.09 | 2.61 | - |
| YUV | 73.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 37 | 0 | 0.72 | 0.75 | 0.42 | 2.7 | 0.6 | 0.36 |
| Hex | 94 | 2A | 25 | 0 | 48 | 4B | 2A | 3 | 3C | 24 |
| Octal | 224 | 52 | 45 | 0 | 110 | 113 | 52 | 3 | 74 | 44 |
| Binary | 10010100 | 101010 | 100101 | 0 | 1001000 | 1001011 | 101010 | 11 | 111100 | 100100 |
Color Harmonies of #942A25
Complementary color
Monochromatic Colors of #942A25
Black with #942A25
Text Example
Text Example
White with #942A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A25; }
p { color: rgb(148,42,37); }
H1.HeaderClassName
{
color: #942A25;
}
.AnyTagClassName
{
color: #942A25;
}
</style>
background-color css
<style>
a { background-color: #942A25; }
a { background-color: rgb(148,42,37); }
div.DivClassName
{
background-color: #942A25;
}
.BgClassName
{
background-color: #942A25;
}
</style>
border-color css
<style>
span { border-color: #942A25; }
span { border-color: rgb(148,42,37); }
td.TdClassName
{
border-color: #942A25;
}
.TagClassName
{
border-color: #942A25;
}
</style>