Shades of Red Oxide #5D211C
Tints of Red Oxide #5D211C
RGB
CMYK
RGB Variations
Color information
#5D211C (or 0x5D211C) is known color: Red Oxide. HEX triplet: 5D, 21 and 1C. RGB value is (93,33,28). Sum of RGB (Red+Green+Blue) = 93+33+28=154 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.39% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 93 - color contains mainly: red. Hex color #5D211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D211C is #A2DEE3. Grayscale: #323232. Windows color (decimal): -10673892 or 1843549. OLE color: 1843549.
HSL color Cylindrical-coordinate representation of color #5D211C: hue angle of 4.62º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D211C is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 28 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.64 |
| HSL | 4.62º | 0.54% | 0.24% | - |
| HSV(B) | 4.62º | 0.7% | 0.36% | - |
| XYZ | 5.27 | 3.5 | 1.5 | - |
| YUV | 50.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 28 | 0 | 0.65 | 0.70 | 0.64 | 4.62 | 0.54 | 0.24 |
| Hex | 5D | 21 | 1C | 0 | 41 | 46 | 40 | 5 | 36 | 18 |
| Octal | 135 | 41 | 34 | 0 | 101 | 106 | 100 | 5 | 66 | 30 |
| Binary | 1011101 | 100001 | 11100 | 0 | 1000001 | 1000110 | 1000000 | 101 | 110110 | 11000 |
Color Harmonies of #5D211C
Complementary color
Monochromatic Colors of #5D211C
Black with #5D211C
Text Example
Text Example
White with #5D211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D211C; }
p { color: rgb(93,33,28); }
H1.HeaderClassName
{
color: #5D211C;
}
.AnyTagClassName
{
color: #5D211C;
}
</style>
background-color css
<style>
a { background-color: #5D211C; }
a { background-color: rgb(93,33,28); }
div.DivClassName
{
background-color: #5D211C;
}
.BgClassName
{
background-color: #5D211C;
}
</style>
border-color css
<style>
span { border-color: #5D211C; }
span { border-color: rgb(93,33,28); }
td.TdClassName
{
border-color: #5D211C;
}
.TagClassName
{
border-color: #5D211C;
}
</style>