Shades of Red Oxide #6E2120
Tints of Red Oxide #6E2120
RGB
CMYK
RGB Variations
Color information
#6E2120 (or 0x6E2120) is known color: Red Oxide. HEX triplet: 6E, 21 and 20. RGB value is (110,33,32). Sum of RGB (Red+Green+Blue) = 110+33+32=175 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2120 is #91DEDF. Grayscale: #373737. Windows color (decimal): -9559776 or 2105710. OLE color: 2105710.
HSL color Cylindrical-coordinate representation of color #6E2120: hue angle of 0.77º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2120 is Cyan = 0, Magento = 0.7, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 33 | 32 | - |
| CMYK | 0 | 0.7 | 0.71 | 0.57 |
| HSL | 0.77º | 0.55% | 0.28% | - |
| HSV(B) | 0.77º | 0.71% | 0.43% | - |
| XYZ | 7.23 | 4.51 | 1.86 | - |
| YUV | 55.91 | 114.51 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 32 | 0 | 0.7 | 0.71 | 0.57 | 0.77 | 0.55 | 0.28 |
| Hex | 6E | 21 | 20 | 0 | 46 | 47 | 39 | 1 | 37 | 1C |
| Octal | 156 | 41 | 40 | 0 | 106 | 107 | 71 | 1 | 67 | 34 |
| Binary | 1101110 | 100001 | 100000 | 0 | 1000110 | 1000111 | 111001 | 1 | 110111 | 11100 |
Color Harmonies of #6E2120
Complementary color
Monochromatic Colors of #6E2120
Black with #6E2120
Text Example
Text Example
White with #6E2120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2120; }
p { color: rgb(110,33,32); }
H1.HeaderClassName
{
color: #6E2120;
}
.AnyTagClassName
{
color: #6E2120;
}
</style>
background-color css
<style>
a { background-color: #6E2120; }
a { background-color: rgb(110,33,32); }
div.DivClassName
{
background-color: #6E2120;
}
.BgClassName
{
background-color: #6E2120;
}
</style>
border-color css
<style>
span { border-color: #6E2120; }
span { border-color: rgb(110,33,32); }
td.TdClassName
{
border-color: #6E2120;
}
.TagClassName
{
border-color: #6E2120;
}
</style>