Shades of Carmine #8F1819
Tints of Carmine #8F1819
RGB
CMYK
RGB Variations
Color information
#8F1819 (or 0x8F1819) is known color: Carmine. HEX triplet: 8F, 18 and 19. RGB value is (143,24,25). Sum of RGB (Red+Green+Blue) = 143+24+25=192 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.48% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1819 is #70E7E6. Grayscale: #3B3B3B. Windows color (decimal): -7399399 or 1644687. OLE color: 1644687.
HSL color Cylindrical-coordinate representation of color #8F1819: hue angle of 359.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1819 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 24 | 25 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.44 |
| HSL | 359.5º | 0.71% | 0.33% | - |
| HSV(B) | 359.5º | 0.83% | 0.56% | - |
| XYZ | 11.83 | 6.56 | 1.56 | - |
| YUV | 59.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 25 | 0 | 0.83 | 0.83 | 0.44 | 359.5 | 0.71 | 0.33 |
| Hex | 8F | 18 | 19 | 0 | 53 | 53 | 2C | 167 | 47 | 21 |
| Octal | 217 | 30 | 31 | 0 | 123 | 123 | 54 | 547 | 107 | 41 |
| Binary | 10001111 | 11000 | 11001 | 0 | 1010011 | 1010011 | 101100 | 101100111 | 1000111 | 100001 |
Color Harmonies of #8F1819
Complementary color
Monochromatic Colors of #8F1819
Black with #8F1819
Text Example
Text Example
White with #8F1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1819; }
p { color: rgb(143,24,25); }
H1.HeaderClassName
{
color: #8F1819;
}
.AnyTagClassName
{
color: #8F1819;
}
</style>
background-color css
<style>
a { background-color: #8F1819; }
a { background-color: rgb(143,24,25); }
div.DivClassName
{
background-color: #8F1819;
}
.BgClassName
{
background-color: #8F1819;
}
</style>
border-color css
<style>
span { border-color: #8F1819; }
span { border-color: rgb(143,24,25); }
td.TdClassName
{
border-color: #8F1819;
}
.TagClassName
{
border-color: #8F1819;
}
</style>