Shades of Red Oxide #5E1905
Tints of Red Oxide #5E1905
RGB
CMYK
RGB Variations
Color information
#5E1905 (or 0x5E1905) is known color: Red Oxide. HEX triplet: 5E, 19 and 05. RGB value is (94,25,5). Sum of RGB (Red+Green+Blue) = 94+25+5=124 (16% of max value = 765). Red value is 94 (37.11% from 255 or 75.81% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1905 is #A1E6FA. Grayscale: #2B2B2B. Windows color (decimal): -10610427 or 334174. OLE color: 334174.
HSL color Cylindrical-coordinate representation of color #5E1905: hue angle of 13.48º 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 #5E1905 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 5 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.63 |
| HSL | 13.48º | 0.9% | 0.19% | - |
| HSV(B) | 13.48º | 0.95% | 0.37% | - |
| XYZ | 4.99 | 3.09 | 0.48 | - |
| YUV | 43.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 5 | 0 | 0.73 | 0.95 | 0.63 | 13.48 | 0.9 | 0.19 |
| Hex | 5E | 19 | 5 | 0 | 49 | 5F | 3F | D | 5A | 13 |
| Octal | 136 | 31 | 5 | 0 | 111 | 137 | 77 | 15 | 132 | 23 |
| Binary | 1011110 | 11001 | 101 | 0 | 1001001 | 1011111 | 111111 | 1101 | 1011010 | 10011 |
Color Harmonies of #5E1905
Complementary color
Monochromatic Colors of #5E1905
Black with #5E1905
Text Example
Text Example
White with #5E1905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1905; }
p { color: rgb(94,25,5); }
H1.HeaderClassName
{
color: #5E1905;
}
.AnyTagClassName
{
color: #5E1905;
}
</style>
background-color css
<style>
a { background-color: #5E1905; }
a { background-color: rgb(94,25,5); }
div.DivClassName
{
background-color: #5E1905;
}
.BgClassName
{
background-color: #5E1905;
}
</style>
border-color css
<style>
span { border-color: #5E1905; }
span { border-color: rgb(94,25,5); }
td.TdClassName
{
border-color: #5E1905;
}
.TagClassName
{
border-color: #5E1905;
}
</style>