Shades of Carmine #8F001E
Tints of Carmine #8F001E
RGB
CMYK
RGB Variations
Color information
#8F001E (or 0x8F001E) is known color: Carmine. HEX triplet: 8F, 00 and 1E. RGB value is (143,0,30). Sum of RGB (Red+Green+Blue) = 143+0+30=173 (22% of max value = 765). Red value is 143 (56.25% from 255 or 82.66% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 143 - color contains mainly: red. Hex color #8F001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F001E is #70FFE1. Grayscale: #2E2E2E. Windows color (decimal): -7405538 or 1966223. OLE color: 1966223.
HSL color Cylindrical-coordinate representation of color #8F001E: hue angle of 347.41º 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 #8F001E is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.79 | 0.44 |
| HSL | 347.41º | 1% | 0.28% | - |
| HSV(B) | 347.41º | 1% | 0.56% | - |
| XYZ | 11.56 | 5.93 | 1.76 | - |
| YUV | 46.18 | 118.88 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 30 | 0 | 1 | 0.79 | 0.44 | 347.41 | 1 | 0.28 |
| Hex | 8F | 0 | 1E | 0 | 64 | 4F | 2C | 15B | 64 | 1C |
| Octal | 217 | 0 | 36 | 0 | 144 | 117 | 54 | 533 | 144 | 34 |
| Binary | 10001111 | 0 | 11110 | 0 | 1100100 | 1001111 | 101100 | 101011011 | 1100100 | 11100 |
Color Harmonies of #8F001E
Complementary color
Monochromatic Colors of #8F001E
Black with #8F001E
Text Example
Text Example
White with #8F001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F001E; }
p { color: rgb(143,0,30); }
H1.HeaderClassName
{
color: #8F001E;
}
.AnyTagClassName
{
color: #8F001E;
}
</style>
background-color css
<style>
a { background-color: #8F001E; }
a { background-color: rgb(143,0,30); }
div.DivClassName
{
background-color: #8F001E;
}
.BgClassName
{
background-color: #8F001E;
}
</style>
border-color css
<style>
span { border-color: #8F001E; }
span { border-color: rgb(143,0,30); }
td.TdClassName
{
border-color: #8F001E;
}
.TagClassName
{
border-color: #8F001E;
}
</style>