Shades of Red Oxide #5E211A
Tints of Red Oxide #5E211A
RGB
CMYK
RGB Variations
Color information
#5E211A (or 0x5E211A) is known color: Red Oxide. HEX triplet: 5E, 21 and 1A. RGB value is (94,33,26). Sum of RGB (Red+Green+Blue) = 94+33+26=153 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.44% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 94 - color contains mainly: red. Hex color #5E211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E211A is #A1DEE5. Grayscale: #323232. Windows color (decimal): -10608358 or 1712478. OLE color: 1712478.
HSL color Cylindrical-coordinate representation of color #5E211A: hue angle of 6.18º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E211A is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 26 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.63 |
| HSL | 6.18º | 0.57% | 0.24% | - |
| HSV(B) | 6.18º | 0.72% | 0.37% | - |
| XYZ | 5.35 | 3.54 | 1.38 | - |
| YUV | 50.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 26 | 0 | 0.65 | 0.72 | 0.63 | 6.18 | 0.57 | 0.24 |
| Hex | 5E | 21 | 1A | 0 | 41 | 48 | 3F | 6 | 39 | 18 |
| Octal | 136 | 41 | 32 | 0 | 101 | 110 | 77 | 6 | 71 | 30 |
| Binary | 1011110 | 100001 | 11010 | 0 | 1000001 | 1001000 | 111111 | 110 | 111001 | 11000 |
Color Harmonies of #5E211A
Complementary color
Monochromatic Colors of #5E211A
Black with #5E211A
Text Example
Text Example
White with #5E211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E211A; }
p { color: rgb(94,33,26); }
H1.HeaderClassName
{
color: #5E211A;
}
.AnyTagClassName
{
color: #5E211A;
}
</style>
background-color css
<style>
a { background-color: #5E211A; }
a { background-color: rgb(94,33,26); }
div.DivClassName
{
background-color: #5E211A;
}
.BgClassName
{
background-color: #5E211A;
}
</style>
border-color css
<style>
span { border-color: #5E211A; }
span { border-color: rgb(94,33,26); }
td.TdClassName
{
border-color: #5E211A;
}
.TagClassName
{
border-color: #5E211A;
}
</style>