Shades of Carmine #8F151D
Tints of Carmine #8F151D
RGB
CMYK
RGB Variations
Color information
#8F151D (or 0x8F151D) is known color: Carmine. HEX triplet: 8F, 15 and 1D. RGB value is (143,21,29). Sum of RGB (Red+Green+Blue) = 143+21+29=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F151D is #70EAE2. Grayscale: #3A3A3A. Windows color (decimal): -7400163 or 1906063. OLE color: 1906063.
HSL color Cylindrical-coordinate representation of color #8F151D: hue angle of 356.07º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F151D is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 29 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.44 |
| HSL | 356.07º | 0.74% | 0.32% | - |
| HSV(B) | 356.07º | 0.85% | 0.56% | - |
| XYZ | 11.82 | 6.46 | 1.79 | - |
| YUV | 58.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 29 | 0 | 0.85 | 0.80 | 0.44 | 356.07 | 0.74 | 0.32 |
| Hex | 8F | 15 | 1D | 0 | 55 | 50 | 2C | 164 | 4A | 20 |
| Octal | 217 | 25 | 35 | 0 | 125 | 120 | 54 | 544 | 112 | 40 |
| Binary | 10001111 | 10101 | 11101 | 0 | 1010101 | 1010000 | 101100 | 101100100 | 1001010 | 100000 |
Color Harmonies of #8F151D
Complementary color
Monochromatic Colors of #8F151D
Black with #8F151D
Text Example
Text Example
White with #8F151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F151D; }
p { color: rgb(143,21,29); }
H1.HeaderClassName
{
color: #8F151D;
}
.AnyTagClassName
{
color: #8F151D;
}
</style>
background-color css
<style>
a { background-color: #8F151D; }
a { background-color: rgb(143,21,29); }
div.DivClassName
{
background-color: #8F151D;
}
.BgClassName
{
background-color: #8F151D;
}
</style>
border-color css
<style>
span { border-color: #8F151D; }
span { border-color: rgb(143,21,29); }
td.TdClassName
{
border-color: #8F151D;
}
.TagClassName
{
border-color: #8F151D;
}
</style>