Shades of Red Oxide #6F2019
Tints of Red Oxide #6F2019
RGB
CMYK
RGB Variations
Color information
#6F2019 (or 0x6F2019) is known color: Red Oxide. HEX triplet: 6F, 20 and 19. RGB value is (111,32,25). Sum of RGB (Red+Green+Blue) = 111+32+25=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2019 is #90DFE6. Grayscale: #363636. Windows color (decimal): -9494503 or 1646703. OLE color: 1646703.
HSL color Cylindrical-coordinate representation of color #6F2019: hue angle of 4.88º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2019 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 25 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.56 |
| HSL | 4.88º | 0.63% | 0.27% | - |
| HSV(B) | 4.88º | 0.77% | 0.44% | - |
| XYZ | 7.25 | 4.48 | 1.4 | - |
| YUV | 54.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 25 | 0 | 0.71 | 0.77 | 0.56 | 4.88 | 0.63 | 0.27 |
| Hex | 6F | 20 | 19 | 0 | 47 | 4D | 38 | 5 | 3F | 1B |
| Octal | 157 | 40 | 31 | 0 | 107 | 115 | 70 | 5 | 77 | 33 |
| Binary | 1101111 | 100000 | 11001 | 0 | 1000111 | 1001101 | 111000 | 101 | 111111 | 11011 |
Color Harmonies of #6F2019
Complementary color
Monochromatic Colors of #6F2019
Black with #6F2019
Text Example
Text Example
White with #6F2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2019; }
p { color: rgb(111,32,25); }
H1.HeaderClassName
{
color: #6F2019;
}
.AnyTagClassName
{
color: #6F2019;
}
</style>
background-color css
<style>
a { background-color: #6F2019; }
a { background-color: rgb(111,32,25); }
div.DivClassName
{
background-color: #6F2019;
}
.BgClassName
{
background-color: #6F2019;
}
</style>
border-color css
<style>
span { border-color: #6F2019; }
span { border-color: rgb(111,32,25); }
td.TdClassName
{
border-color: #6F2019;
}
.TagClassName
{
border-color: #6F2019;
}
</style>