Shades of Carmine #8D141C
Tints of Carmine #8D141C
RGB
CMYK
RGB Variations
Color information
#8D141C (or 0x8D141C) is known color: Carmine. HEX triplet: 8D, 14 and 1C. RGB value is (141,20,28). Sum of RGB (Red+Green+Blue) = 141+20+28=189 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.60% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 141 - color contains mainly: red. Hex color #8D141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D141C is #72EBE3. Grayscale: #393939. Windows color (decimal): -7531492 or 1840269. OLE color: 1840269.
HSL color Cylindrical-coordinate representation of color #8D141C: hue angle of 356.03º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D141C is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 20 | 28 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.45 |
| HSL | 356.03º | 0.75% | 0.32% | - |
| HSV(B) | 356.03º | 0.86% | 0.55% | - |
| XYZ | 11.44 | 6.25 | 1.7 | - |
| YUV | 57.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 28 | 0 | 0.86 | 0.80 | 0.45 | 356.03 | 0.75 | 0.32 |
| Hex | 8D | 14 | 1C | 0 | 56 | 50 | 2D | 164 | 4B | 20 |
| Octal | 215 | 24 | 34 | 0 | 126 | 120 | 55 | 544 | 113 | 40 |
| Binary | 10001101 | 10100 | 11100 | 0 | 1010110 | 1010000 | 101101 | 101100100 | 1001011 | 100000 |
Color Harmonies of #8D141C
Complementary color
Monochromatic Colors of #8D141C
Black with #8D141C
Text Example
Text Example
White with #8D141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D141C; }
p { color: rgb(141,20,28); }
H1.HeaderClassName
{
color: #8D141C;
}
.AnyTagClassName
{
color: #8D141C;
}
</style>
background-color css
<style>
a { background-color: #8D141C; }
a { background-color: rgb(141,20,28); }
div.DivClassName
{
background-color: #8D141C;
}
.BgClassName
{
background-color: #8D141C;
}
</style>
border-color css
<style>
span { border-color: #8D141C; }
span { border-color: rgb(141,20,28); }
td.TdClassName
{
border-color: #8D141C;
}
.TagClassName
{
border-color: #8D141C;
}
</style>