Shades of Red Oxide #6D201D
Tints of Red Oxide #6D201D
RGB
CMYK
RGB Variations
Color information
#6D201D (or 0x6D201D) is known color: Red Oxide. HEX triplet: 6D, 20 and 1D. RGB value is (109,32,29). Sum of RGB (Red+Green+Blue) = 109+32+29=170 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.12% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 109 - color contains mainly: red. Hex color #6D201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D201D is #92DFE2. Grayscale: #363636. Windows color (decimal): -9625571 or 1908845. OLE color: 1908845.
HSL color Cylindrical-coordinate representation of color #6D201D: hue angle of 2.25º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D201D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 29 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.57 |
| HSL | 2.25º | 0.58% | 0.27% | - |
| HSV(B) | 2.25º | 0.73% | 0.43% | - |
| XYZ | 7.04 | 4.37 | 1.64 | - |
| YUV | 54.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 29 | 0 | 0.71 | 0.73 | 0.57 | 2.25 | 0.58 | 0.27 |
| Hex | 6D | 20 | 1D | 0 | 47 | 49 | 39 | 2 | 3A | 1B |
| Octal | 155 | 40 | 35 | 0 | 107 | 111 | 71 | 2 | 72 | 33 |
| Binary | 1101101 | 100000 | 11101 | 0 | 1000111 | 1001001 | 111001 | 10 | 111010 | 11011 |
Color Harmonies of #6D201D
Complementary color
Monochromatic Colors of #6D201D
Black with #6D201D
Text Example
Text Example
White with #6D201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D201D; }
p { color: rgb(109,32,29); }
H1.HeaderClassName
{
color: #6D201D;
}
.AnyTagClassName
{
color: #6D201D;
}
</style>
background-color css
<style>
a { background-color: #6D201D; }
a { background-color: rgb(109,32,29); }
div.DivClassName
{
background-color: #6D201D;
}
.BgClassName
{
background-color: #6D201D;
}
</style>
border-color css
<style>
span { border-color: #6D201D; }
span { border-color: rgb(109,32,29); }
td.TdClassName
{
border-color: #6D201D;
}
.TagClassName
{
border-color: #6D201D;
}
</style>