Shades of Carmine #8F141E
Tints of Carmine #8F141E
RGB
CMYK
RGB Variations
Color information
#8F141E (or 0x8F141E) is known color: Carmine. HEX triplet: 8F, 14 and 1E. RGB value is (143,20,30). Sum of RGB (Red+Green+Blue) = 143+20+30=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F141E is #70EBE1. Grayscale: #393939. Windows color (decimal): -7400418 or 1971343. OLE color: 1971343.
HSL color Cylindrical-coordinate representation of color #8F141E: hue angle of 355.12º 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 #8F141E is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 20 | 30 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.44 |
| HSL | 355.12º | 0.75% | 0.32% | - |
| HSV(B) | 355.12º | 0.86% | 0.56% | - |
| XYZ | 11.81 | 6.43 | 1.85 | - |
| YUV | 57.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 30 | 0 | 0.86 | 0.79 | 0.44 | 355.12 | 0.75 | 0.32 |
| Hex | 8F | 14 | 1E | 0 | 56 | 4F | 2C | 163 | 4B | 20 |
| Octal | 217 | 24 | 36 | 0 | 126 | 117 | 54 | 543 | 113 | 40 |
| Binary | 10001111 | 10100 | 11110 | 0 | 1010110 | 1001111 | 101100 | 101100011 | 1001011 | 100000 |
Color Harmonies of #8F141E
Complementary color
Monochromatic Colors of #8F141E
Black with #8F141E
Text Example
Text Example
White with #8F141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F141E; }
p { color: rgb(143,20,30); }
H1.HeaderClassName
{
color: #8F141E;
}
.AnyTagClassName
{
color: #8F141E;
}
</style>
background-color css
<style>
a { background-color: #8F141E; }
a { background-color: rgb(143,20,30); }
div.DivClassName
{
background-color: #8F141E;
}
.BgClassName
{
background-color: #8F141E;
}
</style>
border-color css
<style>
span { border-color: #8F141E; }
span { border-color: rgb(143,20,30); }
td.TdClassName
{
border-color: #8F141E;
}
.TagClassName
{
border-color: #8F141E;
}
</style>