Shades of Red Oxide #5E140A
Tints of Red Oxide #5E140A
RGB
CMYK
RGB Variations
Color information
#5E140A (or 0x5E140A) is known color: Red Oxide. HEX triplet: 5E, 14 and 0A. RGB value is (94,20,10). Sum of RGB (Red+Green+Blue) = 94+20+10=124 (16% of max value = 765). Red value is 94 (37.11% from 255 or 75.81% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 94 - color contains mainly: red. Hex color #5E140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E140A is #A1EBF5. Grayscale: #292929. Windows color (decimal): -10611702 or 660574. OLE color: 660574.
HSL color Cylindrical-coordinate representation of color #5E140A: hue angle of 7.14º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E140A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 20 | 10 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.63 |
| HSL | 7.14º | 0.81% | 0.2% | - |
| HSV(B) | 7.14º | 0.89% | 0.37% | - |
| XYZ | 4.92 | 2.9 | 0.59 | - |
| YUV | 40.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 10 | 0 | 0.79 | 0.89 | 0.63 | 7.14 | 0.81 | 0.2 |
| Hex | 5E | 14 | A | 0 | 4F | 59 | 3F | 7 | 51 | 14 |
| Octal | 136 | 24 | 12 | 0 | 117 | 131 | 77 | 7 | 121 | 24 |
| Binary | 1011110 | 10100 | 1010 | 0 | 1001111 | 1011001 | 111111 | 111 | 1010001 | 10100 |
Color Harmonies of #5E140A
Complementary color
Monochromatic Colors of #5E140A
Black with #5E140A
Text Example
Text Example
White with #5E140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E140A; }
p { color: rgb(94,20,10); }
H1.HeaderClassName
{
color: #5E140A;
}
.AnyTagClassName
{
color: #5E140A;
}
</style>
background-color css
<style>
a { background-color: #5E140A; }
a { background-color: rgb(94,20,10); }
div.DivClassName
{
background-color: #5E140A;
}
.BgClassName
{
background-color: #5E140A;
}
</style>
border-color css
<style>
span { border-color: #5E140A; }
span { border-color: rgb(94,20,10); }
td.TdClassName
{
border-color: #5E140A;
}
.TagClassName
{
border-color: #5E140A;
}
</style>