Shades of Red Oxide #5C2121
Tints of Red Oxide #5C2121
RGB
CMYK
RGB Variations
Color information
#5C2121 (or 0x5C2121) is known color: Red Oxide. HEX triplet: 5C, 21 and 21. RGB value is (92,33,33). Sum of RGB (Red+Green+Blue) = 92+33+33=158 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.23% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2121 is #A3DEDE. Grayscale: #323232. Windows color (decimal): -10739423 or 2171228. OLE color: 2171228.
HSL color Cylindrical-coordinate representation of color #5C2121: hue angle of 0º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C2121 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 33 | 33 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.64 |
| HSL | 0º | 0.47% | 0.25% | - |
| HSV(B) | 0º | 0.64% | 0.36% | - |
| XYZ | 5.23 | 3.47 | 1.83 | - |
| YUV | 50.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 33 | 0 | 0.64 | 0.64 | 0.64 | 0 | 0.47 | 0.25 |
| Hex | 5C | 21 | 21 | 0 | 40 | 40 | 40 | 0 | 2F | 19 |
| Octal | 134 | 41 | 41 | 0 | 100 | 100 | 100 | 0 | 57 | 31 |
| Binary | 1011100 | 100001 | 100001 | 0 | 1000000 | 1000000 | 1000000 | 0 | 101111 | 11001 |
Color Harmonies of #5C2121
Complementary color
Monochromatic Colors of #5C2121
Black with #5C2121
Text Example
Text Example
White with #5C2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2121; }
p { color: rgb(92,33,33); }
H1.HeaderClassName
{
color: #5C2121;
}
.AnyTagClassName
{
color: #5C2121;
}
</style>
background-color css
<style>
a { background-color: #5C2121; }
a { background-color: rgb(92,33,33); }
div.DivClassName
{
background-color: #5C2121;
}
.BgClassName
{
background-color: #5C2121;
}
</style>
border-color css
<style>
span { border-color: #5C2121; }
span { border-color: rgb(92,33,33); }
td.TdClassName
{
border-color: #5C2121;
}
.TagClassName
{
border-color: #5C2121;
}
</style>