Shades of Carmine #8D021C
Tints of Carmine #8D021C
RGB
CMYK
RGB Variations
Color information
#8D021C (or 0x8D021C) is known color: Carmine. HEX triplet: 8D, 02 and 1C. RGB value is (141,2,28). Sum of RGB (Red+Green+Blue) = 141+2+28=171 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.46% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 141 - color contains mainly: red. Hex color #8D021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D021C is #72FDE3. Grayscale: #2E2E2E. Windows color (decimal): -7536100 or 1835661. OLE color: 1835661.
HSL color Cylindrical-coordinate representation of color #8D021C: hue angle of 348.78º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D021C is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.45 |
| HSL | 348.78º | 0.97% | 0.28% | - |
| HSV(B) | 348.78º | 0.99% | 0.55% | - |
| XYZ | 11.22 | 5.79 | 1.63 | - |
| YUV | 46.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 28 | 0 | 0.99 | 0.80 | 0.45 | 348.78 | 0.97 | 0.28 |
| Hex | 8D | 2 | 1C | 0 | 63 | 50 | 2D | 15D | 61 | 1C |
| Octal | 215 | 2 | 34 | 0 | 143 | 120 | 55 | 535 | 141 | 34 |
| Binary | 10001101 | 10 | 11100 | 0 | 1100011 | 1010000 | 101101 | 101011101 | 1100001 | 11100 |
Color Harmonies of #8D021C
Complementary color
Monochromatic Colors of #8D021C
Black with #8D021C
Text Example
Text Example
White with #8D021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D021C; }
p { color: rgb(141,2,28); }
H1.HeaderClassName
{
color: #8D021C;
}
.AnyTagClassName
{
color: #8D021C;
}
</style>
background-color css
<style>
a { background-color: #8D021C; }
a { background-color: rgb(141,2,28); }
div.DivClassName
{
background-color: #8D021C;
}
.BgClassName
{
background-color: #8D021C;
}
</style>
border-color css
<style>
span { border-color: #8D021C; }
span { border-color: rgb(141,2,28); }
td.TdClassName
{
border-color: #8D021C;
}
.TagClassName
{
border-color: #8D021C;
}
</style>