Shades of Red Oxide #5E150B
Tints of Red Oxide #5E150B
RGB
CMYK
RGB Variations
Color information
#5E150B (or 0x5E150B) is known color: Red Oxide. HEX triplet: 5E, 15 and 0B. RGB value is (94,21,11). Sum of RGB (Red+Green+Blue) = 94+21+11=126 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.60% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 94 - color contains mainly: red. Hex color #5E150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E150B is #A1EAF4. Grayscale: #292929. Windows color (decimal): -10611445 or 726366. OLE color: 726366.
HSL color Cylindrical-coordinate representation of color #5E150B: hue angle of 7.23º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E150B is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 11 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.63 |
| HSL | 7.23º | 0.79% | 0.21% | - |
| HSV(B) | 7.23º | 0.88% | 0.37% | - |
| XYZ | 4.94 | 2.94 | 0.62 | - |
| YUV | 41.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 11 | 0 | 0.78 | 0.88 | 0.63 | 7.23 | 0.79 | 0.21 |
| Hex | 5E | 15 | B | 0 | 4E | 58 | 3F | 7 | 4F | 15 |
| Octal | 136 | 25 | 13 | 0 | 116 | 130 | 77 | 7 | 117 | 25 |
| Binary | 1011110 | 10101 | 1011 | 0 | 1001110 | 1011000 | 111111 | 111 | 1001111 | 10101 |
Color Harmonies of #5E150B
Complementary color
Monochromatic Colors of #5E150B
Black with #5E150B
Text Example
Text Example
White with #5E150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E150B; }
p { color: rgb(94,21,11); }
H1.HeaderClassName
{
color: #5E150B;
}
.AnyTagClassName
{
color: #5E150B;
}
</style>
background-color css
<style>
a { background-color: #5E150B; }
a { background-color: rgb(94,21,11); }
div.DivClassName
{
background-color: #5E150B;
}
.BgClassName
{
background-color: #5E150B;
}
</style>
border-color css
<style>
span { border-color: #5E150B; }
span { border-color: rgb(94,21,11); }
td.TdClassName
{
border-color: #5E150B;
}
.TagClassName
{
border-color: #5E150B;
}
</style>