Shades of Carmine #8F0823
Tints of Carmine #8F0823
RGB
CMYK
RGB Variations
Color information
#8F0823 (or 0x8F0823) is known color: Carmine. HEX triplet: 8F, 08 and 23. RGB value is (143,8,35). Sum of RGB (Red+Green+Blue) = 143+8+35=186 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.88% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0823 is #70F7DC. Grayscale: #333333. Windows color (decimal): -7403485 or 2295951. OLE color: 2295951.
HSL color Cylindrical-coordinate representation of color #8F0823: hue angle of 348º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0823 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 35 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.44 |
| HSL | 348º | 0.89% | 0.3% | - |
| HSV(B) | 348º | 0.94% | 0.56% | - |
| XYZ | 11.72 | 6.13 | 2.16 | - |
| YUV | 51.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 35 | 0 | 0.94 | 0.76 | 0.44 | 348 | 0.89 | 0.3 |
| Hex | 8F | 8 | 23 | 0 | 5E | 4C | 2C | 15C | 59 | 1E |
| Octal | 217 | 10 | 43 | 0 | 136 | 114 | 54 | 534 | 131 | 36 |
| Binary | 10001111 | 1000 | 100011 | 0 | 1011110 | 1001100 | 101100 | 101011100 | 1011001 | 11110 |
Color Harmonies of #8F0823
Complementary color
Monochromatic Colors of #8F0823
Black with #8F0823
Text Example
Text Example
White with #8F0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0823; }
p { color: rgb(143,8,35); }
H1.HeaderClassName
{
color: #8F0823;
}
.AnyTagClassName
{
color: #8F0823;
}
</style>
background-color css
<style>
a { background-color: #8F0823; }
a { background-color: rgb(143,8,35); }
div.DivClassName
{
background-color: #8F0823;
}
.BgClassName
{
background-color: #8F0823;
}
</style>
border-color css
<style>
span { border-color: #8F0823; }
span { border-color: rgb(143,8,35); }
td.TdClassName
{
border-color: #8F0823;
}
.TagClassName
{
border-color: #8F0823;
}
</style>