Shades of Red Oxide #5D110E
Tints of Red Oxide #5D110E
RGB
CMYK
RGB Variations
Color information
#5D110E (or 0x5D110E) is known color: Red Oxide. HEX triplet: 5D, 11 and 0E. RGB value is (93,17,14). Sum of RGB (Red+Green+Blue) = 93+17+14=124 (16% of max value = 765). Red value is 93 (36.72% from 255 or 75% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 93 - color contains mainly: red. Hex color #5D110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D110E is #A2EEF1. Grayscale: #272727. Windows color (decimal): -10678002 or 921949. OLE color: 921949.
HSL color Cylindrical-coordinate representation of color #5D110E: hue angle of 2.28º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D110E is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 17 | 14 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.64 |
| HSL | 2.28º | 0.74% | 0.21% | - |
| HSV(B) | 2.28º | 0.85% | 0.36% | - |
| XYZ | 4.79 | 2.76 | 0.7 | - |
| YUV | 39.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 14 | 0 | 0.82 | 0.85 | 0.64 | 2.28 | 0.74 | 0.21 |
| Hex | 5D | 11 | E | 0 | 52 | 55 | 40 | 2 | 4A | 15 |
| Octal | 135 | 21 | 16 | 0 | 122 | 125 | 100 | 2 | 112 | 25 |
| Binary | 1011101 | 10001 | 1110 | 0 | 1010010 | 1010101 | 1000000 | 10 | 1001010 | 10101 |
Color Harmonies of #5D110E
Complementary color
Monochromatic Colors of #5D110E
Black with #5D110E
Text Example
Text Example
White with #5D110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D110E; }
p { color: rgb(93,17,14); }
H1.HeaderClassName
{
color: #5D110E;
}
.AnyTagClassName
{
color: #5D110E;
}
</style>
background-color css
<style>
a { background-color: #5D110E; }
a { background-color: rgb(93,17,14); }
div.DivClassName
{
background-color: #5D110E;
}
.BgClassName
{
background-color: #5D110E;
}
</style>
border-color css
<style>
span { border-color: #5D110E; }
span { border-color: rgb(93,17,14); }
td.TdClassName
{
border-color: #5D110E;
}
.TagClassName
{
border-color: #5D110E;
}
</style>