Shades of Red Oxide #5D211A
Tints of Red Oxide #5D211A
RGB
CMYK
RGB Variations
Color information
#5D211A (or 0x5D211A) is known color: Red Oxide. HEX triplet: 5D, 21 and 1A. RGB value is (93,33,26). Sum of RGB (Red+Green+Blue) = 93+33+26=152 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.18% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 93 - color contains mainly: red. Hex color #5D211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D211A is #A2DEE5. Grayscale: #323232. Windows color (decimal): -10673894 or 1712477. OLE color: 1712477.
HSL color Cylindrical-coordinate representation of color #5D211A: hue angle of 6.27º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D211A is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 26 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.64 |
| HSL | 6.27º | 0.56% | 0.23% | - |
| HSV(B) | 6.27º | 0.72% | 0.36% | - |
| XYZ | 5.24 | 3.49 | 1.37 | - |
| YUV | 50.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 26 | 0 | 0.65 | 0.72 | 0.64 | 6.27 | 0.56 | 0.23 |
| Hex | 5D | 21 | 1A | 0 | 41 | 48 | 40 | 6 | 38 | 17 |
| Octal | 135 | 41 | 32 | 0 | 101 | 110 | 100 | 6 | 70 | 27 |
| Binary | 1011101 | 100001 | 11010 | 0 | 1000001 | 1001000 | 1000000 | 110 | 111000 | 10111 |
Color Harmonies of #5D211A
Complementary color
Monochromatic Colors of #5D211A
Black with #5D211A
Text Example
Text Example
White with #5D211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D211A; }
p { color: rgb(93,33,26); }
H1.HeaderClassName
{
color: #5D211A;
}
.AnyTagClassName
{
color: #5D211A;
}
</style>
background-color css
<style>
a { background-color: #5D211A; }
a { background-color: rgb(93,33,26); }
div.DivClassName
{
background-color: #5D211A;
}
.BgClassName
{
background-color: #5D211A;
}
</style>
border-color css
<style>
span { border-color: #5D211A; }
span { border-color: rgb(93,33,26); }
td.TdClassName
{
border-color: #5D211A;
}
.TagClassName
{
border-color: #5D211A;
}
</style>