Shades of Red Oxide #5E140D
Tints of Red Oxide #5E140D
RGB
CMYK
RGB Variations
Color information
#5E140D (or 0x5E140D) is known color: Red Oxide. HEX triplet: 5E, 14 and 0D. RGB value is (94,20,13). Sum of RGB (Red+Green+Blue) = 94+20+13=127 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.02% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 94 - color contains mainly: red. Hex color #5E140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E140D is #A1EBF2. Grayscale: #292929. Windows color (decimal): -10611699 or 857182. OLE color: 857182.
HSL color Cylindrical-coordinate representation of color #5E140D: hue angle of 5.19º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E140D is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 20 | 13 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.63 |
| HSL | 5.19º | 0.76% | 0.21% | - |
| HSV(B) | 5.19º | 0.86% | 0.37% | - |
| XYZ | 4.94 | 2.91 | 0.68 | - |
| YUV | 41.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 13 | 0 | 0.79 | 0.86 | 0.63 | 5.19 | 0.76 | 0.21 |
| Hex | 5E | 14 | D | 0 | 4F | 56 | 3F | 5 | 4C | 15 |
| Octal | 136 | 24 | 15 | 0 | 117 | 126 | 77 | 5 | 114 | 25 |
| Binary | 1011110 | 10100 | 1101 | 0 | 1001111 | 1010110 | 111111 | 101 | 1001100 | 10101 |
Color Harmonies of #5E140D
Complementary color
Monochromatic Colors of #5E140D
Black with #5E140D
Text Example
Text Example
White with #5E140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E140D; }
p { color: rgb(94,20,13); }
H1.HeaderClassName
{
color: #5E140D;
}
.AnyTagClassName
{
color: #5E140D;
}
</style>
background-color css
<style>
a { background-color: #5E140D; }
a { background-color: rgb(94,20,13); }
div.DivClassName
{
background-color: #5E140D;
}
.BgClassName
{
background-color: #5E140D;
}
</style>
border-color css
<style>
span { border-color: #5E140D; }
span { border-color: rgb(94,20,13); }
td.TdClassName
{
border-color: #5E140D;
}
.TagClassName
{
border-color: #5E140D;
}
</style>