Shades of Carmine #8D0A21
Tints of Carmine #8D0A21
RGB
CMYK
RGB Variations
Color information
#8D0A21 (or 0x8D0A21) is known color: Carmine. HEX triplet: 8D, 0A and 21. RGB value is (141,10,33). Sum of RGB (Red+Green+Blue) = 141+10+33=184 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.63% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0A21 is #72F5DE. Grayscale: #333333. Windows color (decimal): -7534047 or 2165389. OLE color: 2165389.
HSL color Cylindrical-coordinate representation of color #8D0A21: hue angle of 349.47º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0A21 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 10 | 33 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.45 |
| HSL | 349.47º | 0.87% | 0.3% | - |
| HSV(B) | 349.47º | 0.93% | 0.55% | - |
| XYZ | 11.37 | 5.99 | 2 | - |
| YUV | 51.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 33 | 0 | 0.93 | 0.77 | 0.45 | 349.47 | 0.87 | 0.3 |
| Hex | 8D | A | 21 | 0 | 5D | 4D | 2D | 15D | 57 | 1E |
| Octal | 215 | 12 | 41 | 0 | 135 | 115 | 55 | 535 | 127 | 36 |
| Binary | 10001101 | 1010 | 100001 | 0 | 1011101 | 1001101 | 101101 | 101011101 | 1010111 | 11110 |
Color Harmonies of #8D0A21
Complementary color
Monochromatic Colors of #8D0A21
Black with #8D0A21
Text Example
Text Example
White with #8D0A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0A21; }
p { color: rgb(141,10,33); }
H1.HeaderClassName
{
color: #8D0A21;
}
.AnyTagClassName
{
color: #8D0A21;
}
</style>
background-color css
<style>
a { background-color: #8D0A21; }
a { background-color: rgb(141,10,33); }
div.DivClassName
{
background-color: #8D0A21;
}
.BgClassName
{
background-color: #8D0A21;
}
</style>
border-color css
<style>
span { border-color: #8D0A21; }
span { border-color: rgb(141,10,33); }
td.TdClassName
{
border-color: #8D0A21;
}
.TagClassName
{
border-color: #8D0A21;
}
</style>