Shades of Red Oxide #5E211F
Tints of Red Oxide #5E211F
RGB
CMYK
RGB Variations
Color information
#5E211F (or 0x5E211F) is known color: Red Oxide. HEX triplet: 5E, 21 and 1F. RGB value is (94,33,31). Sum of RGB (Red+Green+Blue) = 94+33+31=158 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.49% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 94 - color contains mainly: red. Hex color #5E211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E211F is #A1DEE0. Grayscale: #333333. Windows color (decimal): -10608353 or 2040158. OLE color: 2040158.
HSL color Cylindrical-coordinate representation of color #5E211F: hue angle of 1.9º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E211F is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 31 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.63 |
| HSL | 1.9º | 0.5% | 0.25% | - |
| HSV(B) | 1.9º | 0.67% | 0.37% | - |
| XYZ | 5.41 | 3.57 | 1.7 | - |
| YUV | 51.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 31 | 0 | 0.65 | 0.67 | 0.63 | 1.9 | 0.5 | 0.25 |
| Hex | 5E | 21 | 1F | 0 | 41 | 43 | 3F | 2 | 32 | 19 |
| Octal | 136 | 41 | 37 | 0 | 101 | 103 | 77 | 2 | 62 | 31 |
| Binary | 1011110 | 100001 | 11111 | 0 | 1000001 | 1000011 | 111111 | 10 | 110010 | 11001 |
Color Harmonies of #5E211F
Complementary color
Monochromatic Colors of #5E211F
Black with #5E211F
Text Example
Text Example
White with #5E211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E211F; }
p { color: rgb(94,33,31); }
H1.HeaderClassName
{
color: #5E211F;
}
.AnyTagClassName
{
color: #5E211F;
}
</style>
background-color css
<style>
a { background-color: #5E211F; }
a { background-color: rgb(94,33,31); }
div.DivClassName
{
background-color: #5E211F;
}
.BgClassName
{
background-color: #5E211F;
}
</style>
border-color css
<style>
span { border-color: #5E211F; }
span { border-color: rgb(94,33,31); }
td.TdClassName
{
border-color: #5E211F;
}
.TagClassName
{
border-color: #5E211F;
}
</style>