Shades of Red Oxide #5C1404
Tints of Red Oxide #5C1404
RGB
CMYK
RGB Variations
Color information
#5C1404 (or 0x5C1404) is known color: Red Oxide. HEX triplet: 5C, 14 and 04. RGB value is (92,20,4). Sum of RGB (Red+Green+Blue) = 92+20+4=116 (15% of max value = 765). Red value is 92 (36.33% from 255 or 79.31% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1404 is #A3EBFB. Grayscale: #272727. Windows color (decimal): -10742780 or 267356. OLE color: 267356.
HSL color Cylindrical-coordinate representation of color #5C1404: hue angle of 10.91º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C1404 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 4 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.64 |
| HSL | 10.91º | 0.92% | 0.19% | - |
| HSV(B) | 10.91º | 0.96% | 0.36% | - |
| XYZ | 4.69 | 2.78 | 0.41 | - |
| YUV | 39.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 4 | 0 | 0.78 | 0.96 | 0.64 | 10.91 | 0.92 | 0.19 |
| Hex | 5C | 14 | 4 | 0 | 4E | 60 | 40 | B | 5C | 13 |
| Octal | 134 | 24 | 4 | 0 | 116 | 140 | 100 | 13 | 134 | 23 |
| Binary | 1011100 | 10100 | 100 | 0 | 1001110 | 1100000 | 1000000 | 1011 | 1011100 | 10011 |
Color Harmonies of #5C1404
Complementary color
Monochromatic Colors of #5C1404
Black with #5C1404
Text Example
Text Example
White with #5C1404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1404; }
p { color: rgb(92,20,4); }
H1.HeaderClassName
{
color: #5C1404;
}
.AnyTagClassName
{
color: #5C1404;
}
</style>
background-color css
<style>
a { background-color: #5C1404; }
a { background-color: rgb(92,20,4); }
div.DivClassName
{
background-color: #5C1404;
}
.BgClassName
{
background-color: #5C1404;
}
</style>
border-color css
<style>
span { border-color: #5C1404; }
span { border-color: rgb(92,20,4); }
td.TdClassName
{
border-color: #5C1404;
}
.TagClassName
{
border-color: #5C1404;
}
</style>