Shades of Red Oxide #5E1902
Tints of Red Oxide #5E1902
RGB
CMYK
RGB Variations
Color information
#5E1902 (or 0x5E1902) is known color: Red Oxide. HEX triplet: 5E, 19 and 02. RGB value is (94,25,2). Sum of RGB (Red+Green+Blue) = 94+25+2=121 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.69% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1902 is #A1E6FD. Grayscale: #2B2B2B. Windows color (decimal): -10610430 or 137566. OLE color: 137566.
HSL color Cylindrical-coordinate representation of color #5E1902: hue angle of 15º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E1902 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.63 |
| HSL | 15º | 0.96% | 0.19% | - |
| HSV(B) | 15º | 0.98% | 0.37% | - |
| XYZ | 4.97 | 3.08 | 0.39 | - |
| YUV | 43.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 2 | 0 | 0.73 | 0.98 | 0.63 | 15 | 0.96 | 0.19 |
| Hex | 5E | 19 | 2 | 0 | 49 | 62 | 3F | F | 60 | 13 |
| Octal | 136 | 31 | 2 | 0 | 111 | 142 | 77 | 17 | 140 | 23 |
| Binary | 1011110 | 11001 | 10 | 0 | 1001001 | 1100010 | 111111 | 1111 | 1100000 | 10011 |
Color Harmonies of #5E1902
Complementary color
Monochromatic Colors of #5E1902
Black with #5E1902
Text Example
Text Example
White with #5E1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1902; }
p { color: rgb(94,25,2); }
H1.HeaderClassName
{
color: #5E1902;
}
.AnyTagClassName
{
color: #5E1902;
}
</style>
background-color css
<style>
a { background-color: #5E1902; }
a { background-color: rgb(94,25,2); }
div.DivClassName
{
background-color: #5E1902;
}
.BgClassName
{
background-color: #5E1902;
}
</style>
border-color css
<style>
span { border-color: #5E1902; }
span { border-color: rgb(94,25,2); }
td.TdClassName
{
border-color: #5E1902;
}
.TagClassName
{
border-color: #5E1902;
}
</style>