Shades of Red Oxide #5D1C0E
Tints of Red Oxide #5D1C0E
RGB
CMYK
RGB Variations
Color information
#5D1C0E (or 0x5D1C0E) is known color: Red Oxide. HEX triplet: 5D, 1C and 0E. RGB value is (93,28,14). Sum of RGB (Red+Green+Blue) = 93+28+14=135 (17% of max value = 765). Red value is 93 (36.72% from 255 or 68.89% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D1C0E is #A2E3F1. Grayscale: #2D2D2D. Windows color (decimal): -10675186 or 924765. OLE color: 924765.
HSL color Cylindrical-coordinate representation of color #5D1C0E: hue angle of 10.63º 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 #5D1C0E is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 28 | 14 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.64 |
| HSL | 10.63º | 0.74% | 0.21% | - |
| HSV(B) | 10.63º | 0.85% | 0.36% | - |
| XYZ | 5.01 | 3.19 | 0.77 | - |
| YUV | 45.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 28 | 14 | 0 | 0.70 | 0.85 | 0.64 | 10.63 | 0.74 | 0.21 |
| Hex | 5D | 1C | E | 0 | 46 | 55 | 40 | B | 4A | 15 |
| Octal | 135 | 34 | 16 | 0 | 106 | 125 | 100 | 13 | 112 | 25 |
| Binary | 1011101 | 11100 | 1110 | 0 | 1000110 | 1010101 | 1000000 | 1011 | 1001010 | 10101 |
Color Harmonies of #5D1C0E
Complementary color
Monochromatic Colors of #5D1C0E
Black with #5D1C0E
Text Example
Text Example
White with #5D1C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1C0E; }
p { color: rgb(93,28,14); }
H1.HeaderClassName
{
color: #5D1C0E;
}
.AnyTagClassName
{
color: #5D1C0E;
}
</style>
background-color css
<style>
a { background-color: #5D1C0E; }
a { background-color: rgb(93,28,14); }
div.DivClassName
{
background-color: #5D1C0E;
}
.BgClassName
{
background-color: #5D1C0E;
}
</style>
border-color css
<style>
span { border-color: #5D1C0E; }
span { border-color: rgb(93,28,14); }
td.TdClassName
{
border-color: #5D1C0E;
}
.TagClassName
{
border-color: #5D1C0E;
}
</style>