Shades of Carmine #8F021B
Tints of Carmine #8F021B
RGB
CMYK
RGB Variations
Color information
#8F021B (or 0x8F021B) is known color: Carmine. HEX triplet: 8F, 02 and 1B. RGB value is (143,2,27). Sum of RGB (Red+Green+Blue) = 143+2+27=172 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.14% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 143 - color contains mainly: red. Hex color #8F021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F021B is #70FDE4. Grayscale: #2F2F2F. Windows color (decimal): -7405029 or 1770127. OLE color: 1770127.
HSL color Cylindrical-coordinate representation of color #8F021B: hue angle of 349.36º degrees, saturation: 0.97, 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 #8F021B is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.44 |
| HSL | 349.36º | 0.97% | 0.28% | - |
| HSV(B) | 349.36º | 0.99% | 0.56% | - |
| XYZ | 11.55 | 5.96 | 1.58 | - |
| YUV | 47.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 27 | 0 | 0.99 | 0.81 | 0.44 | 349.36 | 0.97 | 0.28 |
| Hex | 8F | 2 | 1B | 0 | 63 | 51 | 2C | 15D | 61 | 1C |
| Octal | 217 | 2 | 33 | 0 | 143 | 121 | 54 | 535 | 141 | 34 |
| Binary | 10001111 | 10 | 11011 | 0 | 1100011 | 1010001 | 101100 | 101011101 | 1100001 | 11100 |
Color Harmonies of #8F021B
Complementary color
Monochromatic Colors of #8F021B
Black with #8F021B
Text Example
Text Example
White with #8F021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F021B; }
p { color: rgb(143,2,27); }
H1.HeaderClassName
{
color: #8F021B;
}
.AnyTagClassName
{
color: #8F021B;
}
</style>
background-color css
<style>
a { background-color: #8F021B; }
a { background-color: rgb(143,2,27); }
div.DivClassName
{
background-color: #8F021B;
}
.BgClassName
{
background-color: #8F021B;
}
</style>
border-color css
<style>
span { border-color: #8F021B; }
span { border-color: rgb(143,2,27); }
td.TdClassName
{
border-color: #8F021B;
}
.TagClassName
{
border-color: #8F021B;
}
</style>