Shades of Red Oxide #5E1805
Tints of Red Oxide #5E1805
RGB
CMYK
RGB Variations
Color information
#5E1805 (or 0x5E1805) is known color: Red Oxide. HEX triplet: 5E, 18 and 05. RGB value is (94,24,5). Sum of RGB (Red+Green+Blue) = 94+24+5=123 (16% of max value = 765). Red value is 94 (37.11% from 255 or 76.42% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1805 is #A1E7FA. Grayscale: #2A2A2A. Windows color (decimal): -10610683 or 333918. OLE color: 333918.
HSL color Cylindrical-coordinate representation of color #5E1805: hue angle of 12.81º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E1805 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 24 | 5 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.63 |
| HSL | 12.81º | 0.9% | 0.19% | - |
| HSV(B) | 12.81º | 0.95% | 0.37% | - |
| XYZ | 4.97 | 3.04 | 0.47 | - |
| YUV | 42.76 | 106.69 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 24 | 5 | 0 | 0.74 | 0.95 | 0.63 | 12.81 | 0.9 | 0.19 |
| Hex | 5E | 18 | 5 | 0 | 4A | 5F | 3F | D | 5A | 13 |
| Octal | 136 | 30 | 5 | 0 | 112 | 137 | 77 | 15 | 132 | 23 |
| Binary | 1011110 | 11000 | 101 | 0 | 1001010 | 1011111 | 111111 | 1101 | 1011010 | 10011 |
Color Harmonies of #5E1805
Complementary color
Monochromatic Colors of #5E1805
Black with #5E1805
Text Example
Text Example
White with #5E1805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1805; }
p { color: rgb(94,24,5); }
H1.HeaderClassName
{
color: #5E1805;
}
.AnyTagClassName
{
color: #5E1805;
}
</style>
background-color css
<style>
a { background-color: #5E1805; }
a { background-color: rgb(94,24,5); }
div.DivClassName
{
background-color: #5E1805;
}
.BgClassName
{
background-color: #5E1805;
}
</style>
border-color css
<style>
span { border-color: #5E1805; }
span { border-color: rgb(94,24,5); }
td.TdClassName
{
border-color: #5E1805;
}
.TagClassName
{
border-color: #5E1805;
}
</style>