Shades of Red Oxide #6E201C
Tints of Red Oxide #6E201C
RGB
CMYK
RGB Variations
Color information
#6E201C (or 0x6E201C) is known color: Red Oxide. HEX triplet: 6E, 20 and 1C. RGB value is (110,32,28). Sum of RGB (Red+Green+Blue) = 110+32+28=170 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.71% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 110 - color contains mainly: red. Hex color #6E201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E201C is #91DFE3. Grayscale: #363636. Windows color (decimal): -9560036 or 1843310. OLE color: 1843310.
HSL color Cylindrical-coordinate representation of color #6E201C: hue angle of 2.93º 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 #6E201C is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 32 | 28 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.57 |
| HSL | 2.93º | 0.59% | 0.27% | - |
| HSV(B) | 2.93º | 0.75% | 0.43% | - |
| XYZ | 7.16 | 4.43 | 1.58 | - |
| YUV | 54.87 | 112.84 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 28 | 0 | 0.71 | 0.75 | 0.57 | 2.93 | 0.59 | 0.27 |
| Hex | 6E | 20 | 1C | 0 | 47 | 4B | 39 | 3 | 3B | 1B |
| Octal | 156 | 40 | 34 | 0 | 107 | 113 | 71 | 3 | 73 | 33 |
| Binary | 1101110 | 100000 | 11100 | 0 | 1000111 | 1001011 | 111001 | 11 | 111011 | 11011 |
Color Harmonies of #6E201C
Complementary color
Monochromatic Colors of #6E201C
Black with #6E201C
Text Example
Text Example
White with #6E201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E201C; }
p { color: rgb(110,32,28); }
H1.HeaderClassName
{
color: #6E201C;
}
.AnyTagClassName
{
color: #6E201C;
}
</style>
background-color css
<style>
a { background-color: #6E201C; }
a { background-color: rgb(110,32,28); }
div.DivClassName
{
background-color: #6E201C;
}
.BgClassName
{
background-color: #6E201C;
}
</style>
border-color css
<style>
span { border-color: #6E201C; }
span { border-color: rgb(110,32,28); }
td.TdClassName
{
border-color: #6E201C;
}
.TagClassName
{
border-color: #6E201C;
}
</style>