Shades of Carmine #8D031F
Tints of Carmine #8D031F
RGB
CMYK
RGB Variations
Color information
#8D031F (or 0x8D031F) is known color: Carmine. HEX triplet: 8D, 03 and 1F. RGB value is (141,3,31). Sum of RGB (Red+Green+Blue) = 141+3+31=175 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.57% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 141 - color contains mainly: red. Hex color #8D031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D031F is #72FCE0. Grayscale: #2F2F2F. Windows color (decimal): -7535841 or 2032525. OLE color: 2032525.
HSL color Cylindrical-coordinate representation of color #8D031F: hue angle of 347.83º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D031F is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.45 |
| HSL | 347.83º | 0.96% | 0.28% | - |
| HSV(B) | 347.83º | 0.98% | 0.55% | - |
| XYZ | 11.26 | 5.83 | 1.83 | - |
| YUV | 47.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 31 | 0 | 0.98 | 0.78 | 0.45 | 347.83 | 0.96 | 0.28 |
| Hex | 8D | 3 | 1F | 0 | 62 | 4E | 2D | 15C | 60 | 1C |
| Octal | 215 | 3 | 37 | 0 | 142 | 116 | 55 | 534 | 140 | 34 |
| Binary | 10001101 | 11 | 11111 | 0 | 1100010 | 1001110 | 101101 | 101011100 | 1100000 | 11100 |
Color Harmonies of #8D031F
Complementary color
Monochromatic Colors of #8D031F
Black with #8D031F
Text Example
Text Example
White with #8D031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D031F; }
p { color: rgb(141,3,31); }
H1.HeaderClassName
{
color: #8D031F;
}
.AnyTagClassName
{
color: #8D031F;
}
</style>
background-color css
<style>
a { background-color: #8D031F; }
a { background-color: rgb(141,3,31); }
div.DivClassName
{
background-color: #8D031F;
}
.BgClassName
{
background-color: #8D031F;
}
</style>
border-color css
<style>
span { border-color: #8D031F; }
span { border-color: rgb(141,3,31); }
td.TdClassName
{
border-color: #8D031F;
}
.TagClassName
{
border-color: #8D031F;
}
</style>