Shades of Red Oxide #6D211B
Tints of Red Oxide #6D211B
RGB
CMYK
RGB Variations
Color information
#6D211B (or 0x6D211B) is known color: Red Oxide. HEX triplet: 6D, 21 and 1B. RGB value is (109,33,27). Sum of RGB (Red+Green+Blue) = 109+33+27=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D211B is #92DEE4. Grayscale: #373737. Windows color (decimal): -9625317 or 1778029. OLE color: 1778029.
HSL color Cylindrical-coordinate representation of color #6D211B: hue angle of 4.39º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D211B is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 27 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.57 |
| HSL | 4.39º | 0.6% | 0.27% | - |
| HSV(B) | 4.39º | 0.75% | 0.43% | - |
| XYZ | 7.05 | 4.42 | 1.52 | - |
| YUV | 55.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 27 | 0 | 0.70 | 0.75 | 0.57 | 4.39 | 0.6 | 0.27 |
| Hex | 6D | 21 | 1B | 0 | 46 | 4B | 39 | 4 | 3C | 1B |
| Octal | 155 | 41 | 33 | 0 | 106 | 113 | 71 | 4 | 74 | 33 |
| Binary | 1101101 | 100001 | 11011 | 0 | 1000110 | 1001011 | 111001 | 100 | 111100 | 11011 |
Color Harmonies of #6D211B
Complementary color
Monochromatic Colors of #6D211B
Black with #6D211B
Text Example
Text Example
White with #6D211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D211B; }
p { color: rgb(109,33,27); }
H1.HeaderClassName
{
color: #6D211B;
}
.AnyTagClassName
{
color: #6D211B;
}
</style>
background-color css
<style>
a { background-color: #6D211B; }
a { background-color: rgb(109,33,27); }
div.DivClassName
{
background-color: #6D211B;
}
.BgClassName
{
background-color: #6D211B;
}
</style>
border-color css
<style>
span { border-color: #6D211B; }
span { border-color: rgb(109,33,27); }
td.TdClassName
{
border-color: #6D211B;
}
.TagClassName
{
border-color: #6D211B;
}
</style>