Shades of Carmine #8F011D
Tints of Carmine #8F011D
RGB
CMYK
RGB Variations
Color information
#8F011D (or 0x8F011D) is known color: Carmine. HEX triplet: 8F, 01 and 1D. RGB value is (143,1,29). Sum of RGB (Red+Green+Blue) = 143+1+29=173 (22% of max value = 765). Red value is 143 (56.25% from 255 or 82.66% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 143 - color contains mainly: red. Hex color #8F011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F011D is #70FEE2. Grayscale: #2E2E2E. Windows color (decimal): -7405283 or 1900943. OLE color: 1900943.
HSL color Cylindrical-coordinate representation of color #8F011D: hue angle of 348.17º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F011D is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.44 |
| HSL | 348.17º | 0.99% | 0.28% | - |
| HSV(B) | 348.17º | 0.99% | 0.56% | - |
| XYZ | 11.56 | 5.95 | 1.7 | - |
| YUV | 46.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 29 | 0 | 0.99 | 0.80 | 0.44 | 348.17 | 0.99 | 0.28 |
| Hex | 8F | 1 | 1D | 0 | 63 | 50 | 2C | 15C | 63 | 1C |
| Octal | 217 | 1 | 35 | 0 | 143 | 120 | 54 | 534 | 143 | 34 |
| Binary | 10001111 | 1 | 11101 | 0 | 1100011 | 1010000 | 101100 | 101011100 | 1100011 | 11100 |
Color Harmonies of #8F011D
Complementary color
Monochromatic Colors of #8F011D
Black with #8F011D
Text Example
Text Example
White with #8F011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F011D; }
p { color: rgb(143,1,29); }
H1.HeaderClassName
{
color: #8F011D;
}
.AnyTagClassName
{
color: #8F011D;
}
</style>
background-color css
<style>
a { background-color: #8F011D; }
a { background-color: rgb(143,1,29); }
div.DivClassName
{
background-color: #8F011D;
}
.BgClassName
{
background-color: #8F011D;
}
</style>
border-color css
<style>
span { border-color: #8F011D; }
span { border-color: rgb(143,1,29); }
td.TdClassName
{
border-color: #8F011D;
}
.TagClassName
{
border-color: #8F011D;
}
</style>