Shades of Carmine #8D001C
Tints of Carmine #8D001C
RGB
CMYK
RGB Variations
Color information
#8D001C (or 0x8D001C) is known color: Carmine. HEX triplet: 8D, 00 and 1C. RGB value is (141,0,28). Sum of RGB (Red+Green+Blue) = 141+0+28=169 (22% of max value = 765). Red value is 141 (55.47% from 255 or 83.43% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 141 - color contains mainly: red. Hex color #8D001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D001C is #72FFE3. Grayscale: #2D2D2D. Windows color (decimal): -7536612 or 1835149. OLE color: 1835149.
HSL color Cylindrical-coordinate representation of color #8D001C: hue angle of 348.09º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D001C is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.80 | 0.45 |
| HSL | 348.09º | 1% | 0.28% | - |
| HSV(B) | 348.09º | 1% | 0.55% | - |
| XYZ | 11.19 | 5.75 | 1.62 | - |
| YUV | 45.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 28 | 0 | 1 | 0.80 | 0.45 | 348.09 | 1 | 0.28 |
| Hex | 8D | 0 | 1C | 0 | 64 | 50 | 2D | 15C | 64 | 1C |
| Octal | 215 | 0 | 34 | 0 | 144 | 120 | 55 | 534 | 144 | 34 |
| Binary | 10001101 | 0 | 11100 | 0 | 1100100 | 1010000 | 101101 | 101011100 | 1100100 | 11100 |
Color Harmonies of #8D001C
Complementary color
Monochromatic Colors of #8D001C
Black with #8D001C
Text Example
Text Example
White with #8D001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D001C; }
p { color: rgb(141,0,28); }
H1.HeaderClassName
{
color: #8D001C;
}
.AnyTagClassName
{
color: #8D001C;
}
</style>
background-color css
<style>
a { background-color: #8D001C; }
a { background-color: rgb(141,0,28); }
div.DivClassName
{
background-color: #8D001C;
}
.BgClassName
{
background-color: #8D001C;
}
</style>
border-color css
<style>
span { border-color: #8D001C; }
span { border-color: rgb(141,0,28); }
td.TdClassName
{
border-color: #8D001C;
}
.TagClassName
{
border-color: #8D001C;
}
</style>