Shades of Red Oxide #5E231E
Tints of Red Oxide #5E231E
RGB
CMYK
RGB Variations
Color information
#5E231E (or 0x5E231E) is known color: Red Oxide. HEX triplet: 5E, 23 and 1E. RGB value is (94,35,30). Sum of RGB (Red+Green+Blue) = 94+35+30=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E231E is #A1DCE1. Grayscale: #343434. Windows color (decimal): -10607842 or 1975134. OLE color: 1975134.
HSL color Cylindrical-coordinate representation of color #5E231E: hue angle of 4.69º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E231E is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 35 | 30 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.63 |
| HSL | 4.69º | 0.52% | 0.24% | - |
| HSV(B) | 4.69º | 0.68% | 0.37% | - |
| XYZ | 5.45 | 3.68 | 1.65 | - |
| YUV | 52.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 30 | 0 | 0.63 | 0.68 | 0.63 | 4.69 | 0.52 | 0.24 |
| Hex | 5E | 23 | 1E | 0 | 3F | 44 | 3F | 5 | 34 | 18 |
| Octal | 136 | 43 | 36 | 0 | 77 | 104 | 77 | 5 | 64 | 30 |
| Binary | 1011110 | 100011 | 11110 | 0 | 111111 | 1000100 | 111111 | 101 | 110100 | 11000 |
Color Harmonies of #5E231E
Complementary color
Monochromatic Colors of #5E231E
Black with #5E231E
Text Example
Text Example
White with #5E231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E231E; }
p { color: rgb(94,35,30); }
H1.HeaderClassName
{
color: #5E231E;
}
.AnyTagClassName
{
color: #5E231E;
}
</style>
background-color css
<style>
a { background-color: #5E231E; }
a { background-color: rgb(94,35,30); }
div.DivClassName
{
background-color: #5E231E;
}
.BgClassName
{
background-color: #5E231E;
}
</style>
border-color css
<style>
span { border-color: #5E231E; }
span { border-color: rgb(94,35,30); }
td.TdClassName
{
border-color: #5E231E;
}
.TagClassName
{
border-color: #5E231E;
}
</style>