Shades of Red Oxide #540E0D
Tints of Red Oxide #540E0D
RGB
CMYK
RGB Variations
Color information
#540E0D (or 0x540E0D) is known color: Red Oxide. HEX triplet: 54, 0E and 0D. RGB value is (84,14,13). Sum of RGB (Red+Green+Blue) = 84+14+13=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #540E0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540E0D is #ABF1F2. Grayscale: #222222. Windows color (decimal): -11268595 or 855636. OLE color: 855636.
HSL color Cylindrical-coordinate representation of color #540E0D: hue angle of 0.85º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540E0D is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 14 | 13 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.67 |
| HSL | 0.85º | 0.73% | 0.19% | - |
| HSV(B) | 0.85º | 0.85% | 0.33% | - |
| XYZ | 3.89 | 2.23 | 0.61 | - |
| YUV | 34.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 13 | 0 | 0.83 | 0.85 | 0.67 | 0.85 | 0.73 | 0.19 |
| Hex | 54 | E | D | 0 | 53 | 55 | 43 | 1 | 49 | 13 |
| Octal | 124 | 16 | 15 | 0 | 123 | 125 | 103 | 1 | 111 | 23 |
| Binary | 1010100 | 1110 | 1101 | 0 | 1010011 | 1010101 | 1000011 | 1 | 1001001 | 10011 |
Color Harmonies of #540E0D
Complementary color
Monochromatic Colors of #540E0D
Black with #540E0D
Text Example
Text Example
White with #540E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E0D; }
p { color: rgb(84,14,13); }
H1.HeaderClassName
{
color: #540E0D;
}
.AnyTagClassName
{
color: #540E0D;
}
</style>
background-color css
<style>
a { background-color: #540E0D; }
a { background-color: rgb(84,14,13); }
div.DivClassName
{
background-color: #540E0D;
}
.BgClassName
{
background-color: #540E0D;
}
</style>
border-color css
<style>
span { border-color: #540E0D; }
span { border-color: rgb(84,14,13); }
td.TdClassName
{
border-color: #540E0D;
}
.TagClassName
{
border-color: #540E0D;
}
</style>