Shades of Red Oxide #5E2018
Tints of Red Oxide #5E2018
RGB
CMYK
RGB Variations
Color information
#5E2018 (or 0x5E2018) is known color: Red Oxide. HEX triplet: 5E, 20 and 18. RGB value is (94,32,24). Sum of RGB (Red+Green+Blue) = 94+32+24=150 (19% of max value = 765). Red value is 94 (37.11% from 255 or 62.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2018 is #A1DFE7. Grayscale: #313131. Windows color (decimal): -10608616 or 1581150. OLE color: 1581150.
HSL color Cylindrical-coordinate representation of color #5E2018: hue angle of 6.86º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2018 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 32 | 24 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.63 |
| HSL | 6.86º | 0.59% | 0.23% | - |
| HSV(B) | 6.86º | 0.74% | 0.37% | - |
| XYZ | 5.3 | 3.48 | 1.26 | - |
| YUV | 49.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 24 | 0 | 0.66 | 0.74 | 0.63 | 6.86 | 0.59 | 0.23 |
| Hex | 5E | 20 | 18 | 0 | 42 | 4A | 3F | 7 | 3B | 17 |
| Octal | 136 | 40 | 30 | 0 | 102 | 112 | 77 | 7 | 73 | 27 |
| Binary | 1011110 | 100000 | 11000 | 0 | 1000010 | 1001010 | 111111 | 111 | 111011 | 10111 |
Color Harmonies of #5E2018
Complementary color
Monochromatic Colors of #5E2018
Black with #5E2018
Text Example
Text Example
White with #5E2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2018; }
p { color: rgb(94,32,24); }
H1.HeaderClassName
{
color: #5E2018;
}
.AnyTagClassName
{
color: #5E2018;
}
</style>
background-color css
<style>
a { background-color: #5E2018; }
a { background-color: rgb(94,32,24); }
div.DivClassName
{
background-color: #5E2018;
}
.BgClassName
{
background-color: #5E2018;
}
</style>
border-color css
<style>
span { border-color: #5E2018; }
span { border-color: rgb(94,32,24); }
td.TdClassName
{
border-color: #5E2018;
}
.TagClassName
{
border-color: #5E2018;
}
</style>