Shades of Red Oxide #5E1704
Tints of Red Oxide #5E1704
RGB
CMYK
RGB Variations
Color information
#5E1704 (or 0x5E1704) is known color: Red Oxide. HEX triplet: 5E, 17 and 04. RGB value is (94,23,4). Sum of RGB (Red+Green+Blue) = 94+23+4=121 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.69% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1704 is #A1E8FB. Grayscale: #2A2A2A. Windows color (decimal): -10610940 or 268126. OLE color: 268126.
HSL color Cylindrical-coordinate representation of color #5E1704: hue angle of 12.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E1704 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 23 | 4 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.63 |
| HSL | 12.67º | 0.92% | 0.19% | - |
| HSV(B) | 12.67º | 0.96% | 0.37% | - |
| XYZ | 4.94 | 3 | 0.43 | - |
| YUV | 42.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 4 | 0 | 0.76 | 0.96 | 0.63 | 12.67 | 0.92 | 0.19 |
| Hex | 5E | 17 | 4 | 0 | 4C | 60 | 3F | D | 5C | 13 |
| Octal | 136 | 27 | 4 | 0 | 114 | 140 | 77 | 15 | 134 | 23 |
| Binary | 1011110 | 10111 | 100 | 0 | 1001100 | 1100000 | 111111 | 1101 | 1011100 | 10011 |
Color Harmonies of #5E1704
Complementary color
Monochromatic Colors of #5E1704
Black with #5E1704
Text Example
Text Example
White with #5E1704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1704; }
p { color: rgb(94,23,4); }
H1.HeaderClassName
{
color: #5E1704;
}
.AnyTagClassName
{
color: #5E1704;
}
</style>
background-color css
<style>
a { background-color: #5E1704; }
a { background-color: rgb(94,23,4); }
div.DivClassName
{
background-color: #5E1704;
}
.BgClassName
{
background-color: #5E1704;
}
</style>
border-color css
<style>
span { border-color: #5E1704; }
span { border-color: rgb(94,23,4); }
td.TdClassName
{
border-color: #5E1704;
}
.TagClassName
{
border-color: #5E1704;
}
</style>