Shades of Carmine #8F0E26
Tints of Carmine #8F0E26
RGB
CMYK
RGB Variations
Color information
#8F0E26 (or 0x8F0E26) is known color: Carmine. HEX triplet: 8F, 0E and 26. RGB value is (143,14,38). Sum of RGB (Red+Green+Blue) = 143+14+38=195 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.33% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0E26 is #70F1D9. Grayscale: #373737. Windows color (decimal): -7401946 or 2494095. OLE color: 2494095.
HSL color Cylindrical-coordinate representation of color #8F0E26: hue angle of 348.84º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E26 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 38 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.44 |
| HSL | 348.84º | 0.82% | 0.31% | - |
| HSV(B) | 348.84º | 0.9% | 0.56% | - |
| XYZ | 11.83 | 6.29 | 2.42 | - |
| YUV | 55.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 38 | 0 | 0.90 | 0.73 | 0.44 | 348.84 | 0.82 | 0.31 |
| Hex | 8F | E | 26 | 0 | 5A | 49 | 2C | 15D | 52 | 1F |
| Octal | 217 | 16 | 46 | 0 | 132 | 111 | 54 | 535 | 122 | 37 |
| Binary | 10001111 | 1110 | 100110 | 0 | 1011010 | 1001001 | 101100 | 101011101 | 1010010 | 11111 |
Color Harmonies of #8F0E26
Complementary color
Monochromatic Colors of #8F0E26
Black with #8F0E26
Text Example
Text Example
White with #8F0E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E26; }
p { color: rgb(143,14,38); }
H1.HeaderClassName
{
color: #8F0E26;
}
.AnyTagClassName
{
color: #8F0E26;
}
</style>
background-color css
<style>
a { background-color: #8F0E26; }
a { background-color: rgb(143,14,38); }
div.DivClassName
{
background-color: #8F0E26;
}
.BgClassName
{
background-color: #8F0E26;
}
</style>
border-color css
<style>
span { border-color: #8F0E26; }
span { border-color: rgb(143,14,38); }
td.TdClassName
{
border-color: #8F0E26;
}
.TagClassName
{
border-color: #8F0E26;
}
</style>