Shades of Carmine #8F141B
Tints of Carmine #8F141B
RGB
CMYK
RGB Variations
Color information
#8F141B (or 0x8F141B) is known color: Carmine. HEX triplet: 8F, 14 and 1B. RGB value is (143,20,27). Sum of RGB (Red+Green+Blue) = 143+20+27=190 (25% of max value = 765). Red value is 143 (56.25% from 255 or 75.26% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 143 - color contains mainly: red. Hex color #8F141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F141B is #70EBE4. Grayscale: #393939. Windows color (decimal): -7400421 or 1774735. OLE color: 1774735.
HSL color Cylindrical-coordinate representation of color #8F141B: hue angle of 356.59º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F141B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 20 | 27 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.44 |
| HSL | 356.59º | 0.75% | 0.32% | - |
| HSV(B) | 356.59º | 0.86% | 0.56% | - |
| XYZ | 11.78 | 6.42 | 1.66 | - |
| YUV | 57.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 27 | 0 | 0.86 | 0.81 | 0.44 | 356.59 | 0.75 | 0.32 |
| Hex | 8F | 14 | 1B | 0 | 56 | 51 | 2C | 165 | 4B | 20 |
| Octal | 217 | 24 | 33 | 0 | 126 | 121 | 54 | 545 | 113 | 40 |
| Binary | 10001111 | 10100 | 11011 | 0 | 1010110 | 1010001 | 101100 | 101100101 | 1001011 | 100000 |
Color Harmonies of #8F141B
Complementary color
Monochromatic Colors of #8F141B
Black with #8F141B
Text Example
Text Example
White with #8F141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F141B; }
p { color: rgb(143,20,27); }
H1.HeaderClassName
{
color: #8F141B;
}
.AnyTagClassName
{
color: #8F141B;
}
</style>
background-color css
<style>
a { background-color: #8F141B; }
a { background-color: rgb(143,20,27); }
div.DivClassName
{
background-color: #8F141B;
}
.BgClassName
{
background-color: #8F141B;
}
</style>
border-color css
<style>
span { border-color: #8F141B; }
span { border-color: rgb(143,20,27); }
td.TdClassName
{
border-color: #8F141B;
}
.TagClassName
{
border-color: #8F141B;
}
</style>