Shades of Carmine #8F001F
Tints of Carmine #8F001F
RGB
CMYK
RGB Variations
Color information
#8F001F (or 0x8F001F) is known color: Carmine. HEX triplet: 8F, 00 and 1F. RGB value is (143,0,31). Sum of RGB (Red+Green+Blue) = 143+0+31=174 (23% of max value = 765). Red value is 143 (56.25% from 255 or 82.18% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 143 - color contains mainly: red. Hex color #8F001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F001F is #70FFE0. Grayscale: #2E2E2E. Windows color (decimal): -7405537 or 2031759. OLE color: 2031759.
HSL color Cylindrical-coordinate representation of color #8F001F: hue angle of 346.99º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F001F is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.78 | 0.44 |
| HSL | 346.99º | 1% | 0.28% | - |
| HSV(B) | 346.99º | 1% | 0.56% | - |
| XYZ | 11.58 | 5.94 | 1.83 | - |
| YUV | 46.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 31 | 0 | 1 | 0.78 | 0.44 | 346.99 | 1 | 0.28 |
| Hex | 8F | 0 | 1F | 0 | 64 | 4E | 2C | 15B | 64 | 1C |
| Octal | 217 | 0 | 37 | 0 | 144 | 116 | 54 | 533 | 144 | 34 |
| Binary | 10001111 | 0 | 11111 | 0 | 1100100 | 1001110 | 101100 | 101011011 | 1100100 | 11100 |
Color Harmonies of #8F001F
Complementary color
Monochromatic Colors of #8F001F
Black with #8F001F
Text Example
Text Example
White with #8F001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F001F; }
p { color: rgb(143,0,31); }
H1.HeaderClassName
{
color: #8F001F;
}
.AnyTagClassName
{
color: #8F001F;
}
</style>
background-color css
<style>
a { background-color: #8F001F; }
a { background-color: rgb(143,0,31); }
div.DivClassName
{
background-color: #8F001F;
}
.BgClassName
{
background-color: #8F001F;
}
</style>
border-color css
<style>
span { border-color: #8F001F; }
span { border-color: rgb(143,0,31); }
td.TdClassName
{
border-color: #8F001F;
}
.TagClassName
{
border-color: #8F001F;
}
</style>