Shades of Red Oxide #5E221E
Tints of Red Oxide #5E221E
RGB
CMYK
RGB Variations
Color information
#5E221E (or 0x5E221E) is known color: Red Oxide. HEX triplet: 5E, 22 and 1E. RGB value is (94,34,30). Sum of RGB (Red+Green+Blue) = 94+34+30=158 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.49% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 94 - color contains mainly: red. Hex color #5E221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E221E is #A1DDE1. Grayscale: #333333. Windows color (decimal): -10608098 or 1974878. OLE color: 1974878.
HSL color Cylindrical-coordinate representation of color #5E221E: hue angle of 3.75º 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 #5E221E is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 34 | 30 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.63 |
| HSL | 3.75º | 0.52% | 0.24% | - |
| HSV(B) | 3.75º | 0.68% | 0.37% | - |
| XYZ | 5.42 | 3.62 | 1.64 | - |
| YUV | 51.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 30 | 0 | 0.64 | 0.68 | 0.63 | 3.75 | 0.52 | 0.24 |
| Hex | 5E | 22 | 1E | 0 | 40 | 44 | 3F | 4 | 34 | 18 |
| Octal | 136 | 42 | 36 | 0 | 100 | 104 | 77 | 4 | 64 | 30 |
| Binary | 1011110 | 100010 | 11110 | 0 | 1000000 | 1000100 | 111111 | 100 | 110100 | 11000 |
Color Harmonies of #5E221E
Complementary color
Monochromatic Colors of #5E221E
Black with #5E221E
Text Example
Text Example
White with #5E221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E221E; }
p { color: rgb(94,34,30); }
H1.HeaderClassName
{
color: #5E221E;
}
.AnyTagClassName
{
color: #5E221E;
}
</style>
background-color css
<style>
a { background-color: #5E221E; }
a { background-color: rgb(94,34,30); }
div.DivClassName
{
background-color: #5E221E;
}
.BgClassName
{
background-color: #5E221E;
}
</style>
border-color css
<style>
span { border-color: #5E221E; }
span { border-color: rgb(94,34,30); }
td.TdClassName
{
border-color: #5E221E;
}
.TagClassName
{
border-color: #5E221E;
}
</style>