Shades of Red Oxide #6E211C
Tints of Red Oxide #6E211C
RGB
CMYK
RGB Variations
Color information
#6E211C (or 0x6E211C) is known color: Red Oxide. HEX triplet: 6E, 21 and 1C. RGB value is (110,33,28). Sum of RGB (Red+Green+Blue) = 110+33+28=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E211C is #91DEE3. Grayscale: #373737. Windows color (decimal): -9559780 or 1843566. OLE color: 1843566.
HSL color Cylindrical-coordinate representation of color #6E211C: hue angle of 3.66º degrees, saturation: 0.59, 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 #6E211C is Cyan = 0, Magento = 0.7, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 33 | 28 | - |
| CMYK | 0 | 0.7 | 0.75 | 0.57 |
| HSL | 3.66º | 0.59% | 0.27% | - |
| HSV(B) | 3.66º | 0.75% | 0.43% | - |
| XYZ | 7.18 | 4.49 | 1.59 | - |
| YUV | 55.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 28 | 0 | 0.7 | 0.75 | 0.57 | 3.66 | 0.59 | 0.27 |
| Hex | 6E | 21 | 1C | 0 | 46 | 4B | 39 | 4 | 3B | 1B |
| Octal | 156 | 41 | 34 | 0 | 106 | 113 | 71 | 4 | 73 | 33 |
| Binary | 1101110 | 100001 | 11100 | 0 | 1000110 | 1001011 | 111001 | 100 | 111011 | 11011 |
Color Harmonies of #6E211C
Complementary color
Monochromatic Colors of #6E211C
Black with #6E211C
Text Example
Text Example
White with #6E211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E211C; }
p { color: rgb(110,33,28); }
H1.HeaderClassName
{
color: #6E211C;
}
.AnyTagClassName
{
color: #6E211C;
}
</style>
background-color css
<style>
a { background-color: #6E211C; }
a { background-color: rgb(110,33,28); }
div.DivClassName
{
background-color: #6E211C;
}
.BgClassName
{
background-color: #6E211C;
}
</style>
border-color css
<style>
span { border-color: #6E211C; }
span { border-color: rgb(110,33,28); }
td.TdClassName
{
border-color: #6E211C;
}
.TagClassName
{
border-color: #6E211C;
}
</style>