Shades of Red Oxide #530E0E
Tints of Red Oxide #530E0E
RGB
CMYK
RGB Variations
Color information
#530E0E (or 0x530E0E) is known color: Red Oxide. HEX triplet: 53, 0E and 0E. RGB value is (83,14,14). Sum of RGB (Red+Green+Blue) = 83+14+14=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530E0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530E0E is #ACF1F1. Grayscale: #222222. Windows color (decimal): -11334130 or 921171. OLE color: 921171.
HSL color Cylindrical-coordinate representation of color #530E0E: hue angle of 0º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #530E0E is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 14 | 14 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.67 |
| HSL | 0º | 0.71% | 0.19% | - |
| HSV(B) | 0º | 0.83% | 0.33% | - |
| XYZ | 3.8 | 2.18 | 0.64 | - |
| YUV | 34.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 14 | 0 | 0.83 | 0.83 | 0.67 | 0 | 0.71 | 0.19 |
| Hex | 53 | E | E | 0 | 53 | 53 | 43 | 0 | 47 | 13 |
| Octal | 123 | 16 | 16 | 0 | 123 | 123 | 103 | 0 | 107 | 23 |
| Binary | 1010011 | 1110 | 1110 | 0 | 1010011 | 1010011 | 1000011 | 0 | 1000111 | 10011 |
Color Harmonies of #530E0E
Complementary color
Monochromatic Colors of #530E0E
Black with #530E0E
Text Example
Text Example
White with #530E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E0E; }
p { color: rgb(83,14,14); }
H1.HeaderClassName
{
color: #530E0E;
}
.AnyTagClassName
{
color: #530E0E;
}
</style>
background-color css
<style>
a { background-color: #530E0E; }
a { background-color: rgb(83,14,14); }
div.DivClassName
{
background-color: #530E0E;
}
.BgClassName
{
background-color: #530E0E;
}
</style>
border-color css
<style>
span { border-color: #530E0E; }
span { border-color: rgb(83,14,14); }
td.TdClassName
{
border-color: #530E0E;
}
.TagClassName
{
border-color: #530E0E;
}
</style>