Shades of Carmine #8E071D
Tints of Carmine #8E071D
RGB
CMYK
RGB Variations
Color information
#8E071D (or 0x8E071D) is known color: Carmine. HEX triplet: 8E, 07 and 1D. RGB value is (142,7,29). Sum of RGB (Red+Green+Blue) = 142+7+29=178 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.78% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 142 - color contains mainly: red. Hex color #8E071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E071D is #71F8E2. Grayscale: #313131. Windows color (decimal): -7469283 or 1902478. OLE color: 1902478.
HSL color Cylindrical-coordinate representation of color #8E071D: hue angle of 350.22º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E071D is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 7 | 29 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.44 |
| HSL | 350.22º | 0.91% | 0.29% | - |
| HSV(B) | 350.22º | 0.95% | 0.56% | - |
| XYZ | 11.45 | 5.99 | 1.72 | - |
| YUV | 49.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 7 | 29 | 0 | 0.95 | 0.80 | 0.44 | 350.22 | 0.91 | 0.29 |
| Hex | 8E | 7 | 1D | 0 | 5F | 50 | 2C | 15E | 5B | 1D |
| Octal | 216 | 7 | 35 | 0 | 137 | 120 | 54 | 536 | 133 | 35 |
| Binary | 10001110 | 111 | 11101 | 0 | 1011111 | 1010000 | 101100 | 101011110 | 1011011 | 11101 |
Color Harmonies of #8E071D
Complementary color
Monochromatic Colors of #8E071D
Black with #8E071D
Text Example
Text Example
White with #8E071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E071D; }
p { color: rgb(142,7,29); }
H1.HeaderClassName
{
color: #8E071D;
}
.AnyTagClassName
{
color: #8E071D;
}
</style>
background-color css
<style>
a { background-color: #8E071D; }
a { background-color: rgb(142,7,29); }
div.DivClassName
{
background-color: #8E071D;
}
.BgClassName
{
background-color: #8E071D;
}
</style>
border-color css
<style>
span { border-color: #8E071D; }
span { border-color: rgb(142,7,29); }
td.TdClassName
{
border-color: #8E071D;
}
.TagClassName
{
border-color: #8E071D;
}
</style>