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