Shades of Red Oxide #6D241D
Tints of Red Oxide #6D241D
RGB
CMYK
RGB Variations
Color information
#6D241D (or 0x6D241D) is known color: Red Oxide. HEX triplet: 6D, 24 and 1D. RGB value is (109,36,29). Sum of RGB (Red+Green+Blue) = 109+36+29=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D241D is #92DBE2. Grayscale: #393939. Windows color (decimal): -9624547 or 1909869. OLE color: 1909869.
HSL color Cylindrical-coordinate representation of color #6D241D: hue angle of 5.25º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D241D is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 36 | 29 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.57 |
| HSL | 5.25º | 0.58% | 0.27% | - |
| HSV(B) | 5.25º | 0.73% | 0.43% | - |
| XYZ | 7.16 | 4.6 | 1.67 | - |
| YUV | 57.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 29 | 0 | 0.67 | 0.73 | 0.57 | 5.25 | 0.58 | 0.27 |
| Hex | 6D | 24 | 1D | 0 | 43 | 49 | 39 | 5 | 3A | 1B |
| Octal | 155 | 44 | 35 | 0 | 103 | 111 | 71 | 5 | 72 | 33 |
| Binary | 1101101 | 100100 | 11101 | 0 | 1000011 | 1001001 | 111001 | 101 | 111010 | 11011 |
Color Harmonies of #6D241D
Complementary color
Monochromatic Colors of #6D241D
Black with #6D241D
Text Example
Text Example
White with #6D241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D241D; }
p { color: rgb(109,36,29); }
H1.HeaderClassName
{
color: #6D241D;
}
.AnyTagClassName
{
color: #6D241D;
}
</style>
background-color css
<style>
a { background-color: #6D241D; }
a { background-color: rgb(109,36,29); }
div.DivClassName
{
background-color: #6D241D;
}
.BgClassName
{
background-color: #6D241D;
}
</style>
border-color css
<style>
span { border-color: #6D241D; }
span { border-color: rgb(109,36,29); }
td.TdClassName
{
border-color: #6D241D;
}
.TagClassName
{
border-color: #6D241D;
}
</style>