Shades of Carmine #8F171C
Tints of Carmine #8F171C
RGB
CMYK
RGB Variations
Color information
#8F171C (or 0x8F171C) is known color: Carmine. HEX triplet: 8F, 17 and 1C. RGB value is (143,23,28). Sum of RGB (Red+Green+Blue) = 143+23+28=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F171C is #70E8E3. Grayscale: #3B3B3B. Windows color (decimal): -7399652 or 1841039. OLE color: 1841039.
HSL color Cylindrical-coordinate representation of color #8F171C: hue angle of 357.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F171C is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 28 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.44 |
| HSL | 357.5º | 0.72% | 0.33% | - |
| HSV(B) | 357.5º | 0.84% | 0.56% | - |
| XYZ | 11.84 | 6.54 | 1.74 | - |
| YUV | 59.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 28 | 0 | 0.84 | 0.80 | 0.44 | 357.5 | 0.72 | 0.33 |
| Hex | 8F | 17 | 1C | 0 | 54 | 50 | 2C | 166 | 48 | 21 |
| Octal | 217 | 27 | 34 | 0 | 124 | 120 | 54 | 546 | 110 | 41 |
| Binary | 10001111 | 10111 | 11100 | 0 | 1010100 | 1010000 | 101100 | 101100110 | 1001000 | 100001 |
Color Harmonies of #8F171C
Complementary color
Monochromatic Colors of #8F171C
Black with #8F171C
Text Example
Text Example
White with #8F171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F171C; }
p { color: rgb(143,23,28); }
H1.HeaderClassName
{
color: #8F171C;
}
.AnyTagClassName
{
color: #8F171C;
}
</style>
background-color css
<style>
a { background-color: #8F171C; }
a { background-color: rgb(143,23,28); }
div.DivClassName
{
background-color: #8F171C;
}
.BgClassName
{
background-color: #8F171C;
}
</style>
border-color css
<style>
span { border-color: #8F171C; }
span { border-color: rgb(143,23,28); }
td.TdClassName
{
border-color: #8F171C;
}
.TagClassName
{
border-color: #8F171C;
}
</style>