Shades of Red Oxide #6F211C
Tints of Red Oxide #6F211C
RGB
CMYK
RGB Variations
Color information
#6F211C (or 0x6F211C) is known color: Red Oxide. HEX triplet: 6F, 21 and 1C. RGB value is (111,33,28). Sum of RGB (Red+Green+Blue) = 111+33+28=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F211C is #90DEE3. Grayscale: #373737. Windows color (decimal): -9494244 or 1843567. OLE color: 1843567.
HSL color Cylindrical-coordinate representation of color #6F211C: hue angle of 3.61º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F211C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 28 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.56 |
| HSL | 3.61º | 0.6% | 0.27% | - |
| HSV(B) | 3.61º | 0.75% | 0.44% | - |
| XYZ | 7.31 | 4.55 | 1.59 | - |
| YUV | 55.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 28 | 0 | 0.70 | 0.75 | 0.56 | 3.61 | 0.6 | 0.27 |
| Hex | 6F | 21 | 1C | 0 | 46 | 4B | 38 | 4 | 3C | 1B |
| Octal | 157 | 41 | 34 | 0 | 106 | 113 | 70 | 4 | 74 | 33 |
| Binary | 1101111 | 100001 | 11100 | 0 | 1000110 | 1001011 | 111000 | 100 | 111100 | 11011 |
Color Harmonies of #6F211C
Complementary color
Monochromatic Colors of #6F211C
Black with #6F211C
Text Example
Text Example
White with #6F211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F211C; }
p { color: rgb(111,33,28); }
H1.HeaderClassName
{
color: #6F211C;
}
.AnyTagClassName
{
color: #6F211C;
}
</style>
background-color css
<style>
a { background-color: #6F211C; }
a { background-color: rgb(111,33,28); }
div.DivClassName
{
background-color: #6F211C;
}
.BgClassName
{
background-color: #6F211C;
}
</style>
border-color css
<style>
span { border-color: #6F211C; }
span { border-color: rgb(111,33,28); }
td.TdClassName
{
border-color: #6F211C;
}
.TagClassName
{
border-color: #6F211C;
}
</style>