Shades of Red Oxide #6E1F1B
Tints of Red Oxide #6E1F1B
RGB
CMYK
RGB Variations
Color information
#6E1F1B (or 0x6E1F1B) is known color: Red Oxide. HEX triplet: 6E, 1F and 1B. RGB value is (110,31,27). Sum of RGB (Red+Green+Blue) = 110+31+27=168 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.48% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1F1B is #91E0E4. Grayscale: #363636. Windows color (decimal): -9560293 or 1777518. OLE color: 1777518.
HSL color Cylindrical-coordinate representation of color #6E1F1B: hue angle of 2.89º degrees, saturation: 0.61, 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 #6E1F1B is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 31 | 27 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.57 |
| HSL | 2.89º | 0.61% | 0.27% | - |
| HSV(B) | 2.89º | 0.75% | 0.43% | - |
| XYZ | 7.12 | 4.37 | 1.51 | - |
| YUV | 54.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 31 | 27 | 0 | 0.72 | 0.75 | 0.57 | 2.89 | 0.61 | 0.27 |
| Hex | 6E | 1F | 1B | 0 | 48 | 4B | 39 | 3 | 3D | 1B |
| Octal | 156 | 37 | 33 | 0 | 110 | 113 | 71 | 3 | 75 | 33 |
| Binary | 1101110 | 11111 | 11011 | 0 | 1001000 | 1001011 | 111001 | 11 | 111101 | 11011 |
Color Harmonies of #6E1F1B
Complementary color
Monochromatic Colors of #6E1F1B
Black with #6E1F1B
Text Example
Text Example
White with #6E1F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1F1B; }
p { color: rgb(110,31,27); }
H1.HeaderClassName
{
color: #6E1F1B;
}
.AnyTagClassName
{
color: #6E1F1B;
}
</style>
background-color css
<style>
a { background-color: #6E1F1B; }
a { background-color: rgb(110,31,27); }
div.DivClassName
{
background-color: #6E1F1B;
}
.BgClassName
{
background-color: #6E1F1B;
}
</style>
border-color css
<style>
span { border-color: #6E1F1B; }
span { border-color: rgb(110,31,27); }
td.TdClassName
{
border-color: #6E1F1B;
}
.TagClassName
{
border-color: #6E1F1B;
}
</style>