Shades of Red Oxide #5E211B
Tints of Red Oxide #5E211B
RGB
CMYK
RGB Variations
Color information
#5E211B (or 0x5E211B) is known color: Red Oxide. HEX triplet: 5E, 21 and 1B. RGB value is (94,33,27). Sum of RGB (Red+Green+Blue) = 94+33+27=154 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.04% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 94 - color contains mainly: red. Hex color #5E211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E211B is #A1DEE4. Grayscale: #323232. Windows color (decimal): -10608357 or 1778014. OLE color: 1778014.
HSL color Cylindrical-coordinate representation of color #5E211B: hue angle of 5.37º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E211B is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 33 | 27 | - |
CMYK | 0 | 0.65 | 0.71 | 0.63 |
HSL | 5.37º | 0.55% | 0.24% | - |
HSV(B) | 5.37º | 0.71% | 0.37% | - |
XYZ | 5.36 | 3.55 | 1.44 | - |
YUV | 50.56 | 114.71 | 158.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 33 | 27 | 0 | 0.65 | 0.71 | 0.63 | 5.37 | 0.55 | 0.24 |
Hex | 5E | 21 | 1B | 0 | 41 | 47 | 3F | 5 | 37 | 18 |
Octal | 136 | 41 | 33 | 0 | 101 | 107 | 77 | 5 | 67 | 30 |
Binary | 1011110 | 100001 | 11011 | 0 | 1000001 | 1000111 | 111111 | 101 | 110111 | 11000 |
Color Harmonies of #5E211B
Complementary color
Monochromatic Colors of #5E211B
Black with #5E211B
Text Example
Text Example
White with #5E211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E211B; }
p { color: rgb(94,33,27); }
H1.HeaderClassName
{
color: #5E211B;
}
.AnyTagClassName
{
color: #5E211B;
}
</style>
background-color css
<style>
a { background-color: #5E211B; }
a { background-color: rgb(94,33,27); }
div.DivClassName
{
background-color: #5E211B;
}
.BgClassName
{
background-color: #5E211B;
}
</style>
border-color css
<style>
span { border-color: #5E211B; }
span { border-color: rgb(94,33,27); }
td.TdClassName
{
border-color: #5E211B;
}
.TagClassName
{
border-color: #5E211B;
}
</style>