Shades of Red Oxide #6D1C15
Tints of Red Oxide #6D1C15
RGB
CMYK
RGB Variations
Color information
#6D1C15 (or 0x6D1C15) is known color: Red Oxide. HEX triplet: 6D, 1C and 15. RGB value is (109,28,21). Sum of RGB (Red+Green+Blue) = 109+28+21=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1C15 is #92E3EA. Grayscale: #333333. Windows color (decimal): -9626603 or 1383533. OLE color: 1383533.
HSL color Cylindrical-coordinate representation of color #6D1C15: hue angle of 4.77º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1C15 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 21 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.57 |
| HSL | 4.77º | 0.68% | 0.25% | - |
| HSV(B) | 4.77º | 0.81% | 0.43% | - |
| XYZ | 6.86 | 4.14 | 1.15 | - |
| YUV | 51.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 21 | 0 | 0.74 | 0.81 | 0.57 | 4.77 | 0.68 | 0.25 |
| Hex | 6D | 1C | 15 | 0 | 4A | 51 | 39 | 5 | 44 | 19 |
| Octal | 155 | 34 | 25 | 0 | 112 | 121 | 71 | 5 | 104 | 31 |
| Binary | 1101101 | 11100 | 10101 | 0 | 1001010 | 1010001 | 111001 | 101 | 1000100 | 11001 |
Color Harmonies of #6D1C15
Complementary color
Monochromatic Colors of #6D1C15
Black with #6D1C15
Text Example
Text Example
White with #6D1C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C15; }
p { color: rgb(109,28,21); }
H1.HeaderClassName
{
color: #6D1C15;
}
.AnyTagClassName
{
color: #6D1C15;
}
</style>
background-color css
<style>
a { background-color: #6D1C15; }
a { background-color: rgb(109,28,21); }
div.DivClassName
{
background-color: #6D1C15;
}
.BgClassName
{
background-color: #6D1C15;
}
</style>
border-color css
<style>
span { border-color: #6D1C15; }
span { border-color: rgb(109,28,21); }
td.TdClassName
{
border-color: #6D1C15;
}
.TagClassName
{
border-color: #6D1C15;
}
</style>