Shades of Red Oxide #5E1915
Tints of Red Oxide #5E1915
RGB
CMYK
RGB Variations
Color information
#5E1915 (or 0x5E1915) is known color: Red Oxide. HEX triplet: 5E, 19 and 15. RGB value is (94,25,21). Sum of RGB (Red+Green+Blue) = 94+25+21=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1915 is #A1E6EA. Grayscale: #2D2D2D. Windows color (decimal): -10610411 or 1382750. OLE color: 1382750.
HSL color Cylindrical-coordinate representation of color #5E1915: hue angle of 3.29º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1915 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 21 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.63 |
| HSL | 3.29º | 0.63% | 0.23% | - |
| HSV(B) | 3.29º | 0.78% | 0.37% | - |
| XYZ | 5.1 | 3.13 | 1.04 | - |
| YUV | 45.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 21 | 0 | 0.73 | 0.78 | 0.63 | 3.29 | 0.63 | 0.23 |
| Hex | 5E | 19 | 15 | 0 | 49 | 4E | 3F | 3 | 3F | 17 |
| Octal | 136 | 31 | 25 | 0 | 111 | 116 | 77 | 3 | 77 | 27 |
| Binary | 1011110 | 11001 | 10101 | 0 | 1001001 | 1001110 | 111111 | 11 | 111111 | 10111 |
Color Harmonies of #5E1915
Complementary color
Monochromatic Colors of #5E1915
Black with #5E1915
Text Example
Text Example
White with #5E1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1915; }
p { color: rgb(94,25,21); }
H1.HeaderClassName
{
color: #5E1915;
}
.AnyTagClassName
{
color: #5E1915;
}
</style>
background-color css
<style>
a { background-color: #5E1915; }
a { background-color: rgb(94,25,21); }
div.DivClassName
{
background-color: #5E1915;
}
.BgClassName
{
background-color: #5E1915;
}
</style>
border-color css
<style>
span { border-color: #5E1915; }
span { border-color: rgb(94,25,21); }
td.TdClassName
{
border-color: #5E1915;
}
.TagClassName
{
border-color: #5E1915;
}
</style>