Shades of Red Oxide #6D1D11
Tints of Red Oxide #6D1D11
RGB
CMYK
RGB Variations
Color information
#6D1D11 (or 0x6D1D11) is known color: Red Oxide. HEX triplet: 6D, 1D and 11. RGB value is (109,29,17). Sum of RGB (Red+Green+Blue) = 109+29+17=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1D11 is #92E2EE. Grayscale: #333333. Windows color (decimal): -9626351 or 1121645. OLE color: 1121645.
HSL color Cylindrical-coordinate representation of color #6D1D11: hue angle of 7.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1D11 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 29 | 17 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.57 |
| HSL | 7.83º | 0.73% | 0.25% | - |
| HSV(B) | 7.83º | 0.84% | 0.43% | - |
| XYZ | 6.85 | 4.17 | 0.97 | - |
| YUV | 51.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 17 | 0 | 0.73 | 0.84 | 0.57 | 7.83 | 0.73 | 0.25 |
| Hex | 6D | 1D | 11 | 0 | 49 | 54 | 39 | 8 | 49 | 19 |
| Octal | 155 | 35 | 21 | 0 | 111 | 124 | 71 | 10 | 111 | 31 |
| Binary | 1101101 | 11101 | 10001 | 0 | 1001001 | 1010100 | 111001 | 1000 | 1001001 | 11001 |
Color Harmonies of #6D1D11
Complementary color
Monochromatic Colors of #6D1D11
Black with #6D1D11
Text Example
Text Example
White with #6D1D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D11; }
p { color: rgb(109,29,17); }
H1.HeaderClassName
{
color: #6D1D11;
}
.AnyTagClassName
{
color: #6D1D11;
}
</style>
background-color css
<style>
a { background-color: #6D1D11; }
a { background-color: rgb(109,29,17); }
div.DivClassName
{
background-color: #6D1D11;
}
.BgClassName
{
background-color: #6D1D11;
}
</style>
border-color css
<style>
span { border-color: #6D1D11; }
span { border-color: rgb(109,29,17); }
td.TdClassName
{
border-color: #6D1D11;
}
.TagClassName
{
border-color: #6D1D11;
}
</style>