Shades of Carmine #8E001D
Tints of Carmine #8E001D
RGB
CMYK
RGB Variations
Color information
#8E001D (or 0x8E001D) is known color: Carmine. HEX triplet: 8E, 00 and 1D. RGB value is (142,0,29). Sum of RGB (Red+Green+Blue) = 142+0+29=171 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.04% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 142 - color contains mainly: red. Hex color #8E001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E001D is #71FFE2. Grayscale: #2D2D2D. Windows color (decimal): -7471075 or 1900686. OLE color: 1900686.
HSL color Cylindrical-coordinate representation of color #8E001D: hue angle of 347.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E001D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.80 | 0.44 |
| HSL | 347.75º | 1% | 0.28% | - |
| HSV(B) | 347.75º | 1% | 0.56% | - |
| XYZ | 11.38 | 5.84 | 1.69 | - |
| YUV | 45.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 29 | 0 | 1 | 0.80 | 0.44 | 347.75 | 1 | 0.28 |
| Hex | 8E | 0 | 1D | 0 | 64 | 50 | 2C | 15C | 64 | 1C |
| Octal | 216 | 0 | 35 | 0 | 144 | 120 | 54 | 534 | 144 | 34 |
| Binary | 10001110 | 0 | 11101 | 0 | 1100100 | 1010000 | 101100 | 101011100 | 1100100 | 11100 |
Color Harmonies of #8E001D
Complementary color
Monochromatic Colors of #8E001D
Black with #8E001D
Text Example
Text Example
White with #8E001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E001D; }
p { color: rgb(142,0,29); }
H1.HeaderClassName
{
color: #8E001D;
}
.AnyTagClassName
{
color: #8E001D;
}
</style>
background-color css
<style>
a { background-color: #8E001D; }
a { background-color: rgb(142,0,29); }
div.DivClassName
{
background-color: #8E001D;
}
.BgClassName
{
background-color: #8E001D;
}
</style>
border-color css
<style>
span { border-color: #8E001D; }
span { border-color: rgb(142,0,29); }
td.TdClassName
{
border-color: #8E001D;
}
.TagClassName
{
border-color: #8E001D;
}
</style>