Shades of Red Oxide #5E1309
Tints of Red Oxide #5E1309
RGB
CMYK
RGB Variations
Color information
#5E1309 (or 0x5E1309) is known color: Red Oxide. HEX triplet: 5E, 13 and 09. RGB value is (94,19,9). Sum of RGB (Red+Green+Blue) = 94+19+9=122 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.05% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1309 is #A1ECF6. Grayscale: #282828. Windows color (decimal): -10611959 or 594782. OLE color: 594782.
HSL color Cylindrical-coordinate representation of color #5E1309: hue angle of 7.06º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E1309 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 19 | 9 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.63 |
| HSL | 7.06º | 0.83% | 0.2% | - |
| HSV(B) | 7.06º | 0.9% | 0.37% | - |
| XYZ | 4.9 | 2.87 | 0.55 | - |
| YUV | 40.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 9 | 0 | 0.80 | 0.90 | 0.63 | 7.06 | 0.83 | 0.2 |
| Hex | 5E | 13 | 9 | 0 | 50 | 5A | 3F | 7 | 53 | 14 |
| Octal | 136 | 23 | 11 | 0 | 120 | 132 | 77 | 7 | 123 | 24 |
| Binary | 1011110 | 10011 | 1001 | 0 | 1010000 | 1011010 | 111111 | 111 | 1010011 | 10100 |
Color Harmonies of #5E1309
Complementary color
Monochromatic Colors of #5E1309
Black with #5E1309
Text Example
Text Example
White with #5E1309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1309; }
p { color: rgb(94,19,9); }
H1.HeaderClassName
{
color: #5E1309;
}
.AnyTagClassName
{
color: #5E1309;
}
</style>
background-color css
<style>
a { background-color: #5E1309; }
a { background-color: rgb(94,19,9); }
div.DivClassName
{
background-color: #5E1309;
}
.BgClassName
{
background-color: #5E1309;
}
</style>
border-color css
<style>
span { border-color: #5E1309; }
span { border-color: rgb(94,19,9); }
td.TdClassName
{
border-color: #5E1309;
}
.TagClassName
{
border-color: #5E1309;
}
</style>