Shades of Red Oxide #5E1914
Tints of Red Oxide #5E1914
RGB
CMYK
RGB Variations
Color information
#5E1914 (or 0x5E1914) is known color: Red Oxide. HEX triplet: 5E, 19 and 14. RGB value is (94,25,20). Sum of RGB (Red+Green+Blue) = 94+25+20=139 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.63% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1914 is #A1E6EB. Grayscale: #2D2D2D. Windows color (decimal): -10610412 or 1317214. OLE color: 1317214.
HSL color Cylindrical-coordinate representation of color #5E1914: hue angle of 4.05º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E1914 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 20 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.63 |
| HSL | 4.05º | 0.65% | 0.22% | - |
| HSV(B) | 4.05º | 0.79% | 0.37% | - |
| XYZ | 5.09 | 3.13 | 1 | - |
| YUV | 45.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 20 | 0 | 0.73 | 0.79 | 0.63 | 4.05 | 0.65 | 0.22 |
| Hex | 5E | 19 | 14 | 0 | 49 | 4F | 3F | 4 | 41 | 16 |
| Octal | 136 | 31 | 24 | 0 | 111 | 117 | 77 | 4 | 101 | 26 |
| Binary | 1011110 | 11001 | 10100 | 0 | 1001001 | 1001111 | 111111 | 100 | 1000001 | 10110 |
Color Harmonies of #5E1914
Complementary color
Monochromatic Colors of #5E1914
Black with #5E1914
Text Example
Text Example
White with #5E1914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1914; }
p { color: rgb(94,25,20); }
H1.HeaderClassName
{
color: #5E1914;
}
.AnyTagClassName
{
color: #5E1914;
}
</style>
background-color css
<style>
a { background-color: #5E1914; }
a { background-color: rgb(94,25,20); }
div.DivClassName
{
background-color: #5E1914;
}
.BgClassName
{
background-color: #5E1914;
}
</style>
border-color css
<style>
span { border-color: #5E1914; }
span { border-color: rgb(94,25,20); }
td.TdClassName
{
border-color: #5E1914;
}
.TagClassName
{
border-color: #5E1914;
}
</style>