Shades of Red Oxide #5D211E
Tints of Red Oxide #5D211E
RGB
CMYK
RGB Variations
Color information
#5D211E (or 0x5D211E) is known color: Red Oxide. HEX triplet: 5D, 21 and 1E. RGB value is (93,33,30). Sum of RGB (Red+Green+Blue) = 93+33+30=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D211E is #A2DEE1. Grayscale: #323232. Windows color (decimal): -10673890 or 1974621. OLE color: 1974621.
HSL color Cylindrical-coordinate representation of color #5D211E: hue angle of 2.86º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D211E is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 30 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.64 |
| HSL | 2.86º | 0.51% | 0.24% | - |
| HSV(B) | 2.86º | 0.68% | 0.36% | - |
| XYZ | 5.29 | 3.51 | 1.63 | - |
| YUV | 50.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 30 | 0 | 0.65 | 0.68 | 0.64 | 2.86 | 0.51 | 0.24 |
| Hex | 5D | 21 | 1E | 0 | 41 | 44 | 40 | 3 | 33 | 18 |
| Octal | 135 | 41 | 36 | 0 | 101 | 104 | 100 | 3 | 63 | 30 |
| Binary | 1011101 | 100001 | 11110 | 0 | 1000001 | 1000100 | 1000000 | 11 | 110011 | 11000 |
Color Harmonies of #5D211E
Complementary color
Monochromatic Colors of #5D211E
Black with #5D211E
Text Example
Text Example
White with #5D211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D211E; }
p { color: rgb(93,33,30); }
H1.HeaderClassName
{
color: #5D211E;
}
.AnyTagClassName
{
color: #5D211E;
}
</style>
background-color css
<style>
a { background-color: #5D211E; }
a { background-color: rgb(93,33,30); }
div.DivClassName
{
background-color: #5D211E;
}
.BgClassName
{
background-color: #5D211E;
}
</style>
border-color css
<style>
span { border-color: #5D211E; }
span { border-color: rgb(93,33,30); }
td.TdClassName
{
border-color: #5D211E;
}
.TagClassName
{
border-color: #5D211E;
}
</style>