Shades of Carmine #8F051D
Tints of Carmine #8F051D
RGB
CMYK
RGB Variations
Color information
#8F051D (or 0x8F051D) is known color: Carmine. HEX triplet: 8F, 05 and 1D. RGB value is (143,5,29). Sum of RGB (Red+Green+Blue) = 143+5+29=177 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.79% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 143 - color contains mainly: red. Hex color #8F051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F051D is #70FAE2. Grayscale: #313131. Windows color (decimal): -7404259 or 1901967. OLE color: 1901967.
HSL color Cylindrical-coordinate representation of color #8F051D: hue angle of 349.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F051D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 29 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.44 |
| HSL | 349.57º | 0.93% | 0.29% | - |
| HSV(B) | 349.57º | 0.97% | 0.56% | - |
| XYZ | 11.6 | 6.04 | 1.72 | - |
| YUV | 49 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 29 | 0 | 0.97 | 0.80 | 0.44 | 349.57 | 0.93 | 0.29 |
| Hex | 8F | 5 | 1D | 0 | 61 | 50 | 2C | 15E | 5D | 1D |
| Octal | 217 | 5 | 35 | 0 | 141 | 120 | 54 | 536 | 135 | 35 |
| Binary | 10001111 | 101 | 11101 | 0 | 1100001 | 1010000 | 101100 | 101011110 | 1011101 | 11101 |
Color Harmonies of #8F051D
Complementary color
Monochromatic Colors of #8F051D
Black with #8F051D
Text Example
Text Example
White with #8F051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F051D; }
p { color: rgb(143,5,29); }
H1.HeaderClassName
{
color: #8F051D;
}
.AnyTagClassName
{
color: #8F051D;
}
</style>
background-color css
<style>
a { background-color: #8F051D; }
a { background-color: rgb(143,5,29); }
div.DivClassName
{
background-color: #8F051D;
}
.BgClassName
{
background-color: #8F051D;
}
</style>
border-color css
<style>
span { border-color: #8F051D; }
span { border-color: rgb(143,5,29); }
td.TdClassName
{
border-color: #8F051D;
}
.TagClassName
{
border-color: #8F051D;
}
</style>