Shades of Carmine #8D121F
Tints of Carmine #8D121F
RGB
CMYK
RGB Variations
Color information
#8D121F (or 0x8D121F) is known color: Carmine. HEX triplet: 8D, 12 and 1F. RGB value is (141,18,31). Sum of RGB (Red+Green+Blue) = 141+18+31=190 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.21% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 141 - color contains mainly: red. Hex color #8D121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D121F is #72EDE0. Grayscale: #383838. Windows color (decimal): -7532001 or 2036365. OLE color: 2036365.
HSL color Cylindrical-coordinate representation of color #8D121F: hue angle of 353.66º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D121F is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 18 | 31 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.45 |
| HSL | 353.66º | 0.77% | 0.31% | - |
| HSV(B) | 353.66º | 0.87% | 0.55% | - |
| XYZ | 11.45 | 6.19 | 1.89 | - |
| YUV | 56.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 18 | 31 | 0 | 0.87 | 0.78 | 0.45 | 353.66 | 0.77 | 0.31 |
| Hex | 8D | 12 | 1F | 0 | 57 | 4E | 2D | 162 | 4D | 1F |
| Octal | 215 | 22 | 37 | 0 | 127 | 116 | 55 | 542 | 115 | 37 |
| Binary | 10001101 | 10010 | 11111 | 0 | 1010111 | 1001110 | 101101 | 101100010 | 1001101 | 11111 |
Color Harmonies of #8D121F
Complementary color
Monochromatic Colors of #8D121F
Black with #8D121F
Text Example
Text Example
White with #8D121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D121F; }
p { color: rgb(141,18,31); }
H1.HeaderClassName
{
color: #8D121F;
}
.AnyTagClassName
{
color: #8D121F;
}
</style>
background-color css
<style>
a { background-color: #8D121F; }
a { background-color: rgb(141,18,31); }
div.DivClassName
{
background-color: #8D121F;
}
.BgClassName
{
background-color: #8D121F;
}
</style>
border-color css
<style>
span { border-color: #8D121F; }
span { border-color: rgb(141,18,31); }
td.TdClassName
{
border-color: #8D121F;
}
.TagClassName
{
border-color: #8D121F;
}
</style>