Shades of Carmine #8F0321
Tints of Carmine #8F0321
RGB
CMYK
RGB Variations
Color information
#8F0321 (or 0x8F0321) is known color: Carmine. HEX triplet: 8F, 03 and 21. RGB value is (143,3,33). Sum of RGB (Red+Green+Blue) = 143+3+33=179 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.89% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0321 is #70FCDE. Grayscale: #303030. Windows color (decimal): -7404767 or 2163599. OLE color: 2163599.
HSL color Cylindrical-coordinate representation of color #8F0321: hue angle of 347.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F0321 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.44 |
| HSL | 347.14º | 0.96% | 0.29% | - |
| HSV(B) | 347.14º | 0.98% | 0.56% | - |
| XYZ | 11.63 | 6.01 | 1.99 | - |
| YUV | 48.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 33 | 0 | 0.98 | 0.77 | 0.44 | 347.14 | 0.96 | 0.29 |
| Hex | 8F | 3 | 21 | 0 | 62 | 4D | 2C | 15B | 60 | 1D |
| Octal | 217 | 3 | 41 | 0 | 142 | 115 | 54 | 533 | 140 | 35 |
| Binary | 10001111 | 11 | 100001 | 0 | 1100010 | 1001101 | 101100 | 101011011 | 1100000 | 11101 |
Color Harmonies of #8F0321
Complementary color
Monochromatic Colors of #8F0321
Black with #8F0321
Text Example
Text Example
White with #8F0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0321; }
p { color: rgb(143,3,33); }
H1.HeaderClassName
{
color: #8F0321;
}
.AnyTagClassName
{
color: #8F0321;
}
</style>
background-color css
<style>
a { background-color: #8F0321; }
a { background-color: rgb(143,3,33); }
div.DivClassName
{
background-color: #8F0321;
}
.BgClassName
{
background-color: #8F0321;
}
</style>
border-color css
<style>
span { border-color: #8F0321; }
span { border-color: rgb(143,3,33); }
td.TdClassName
{
border-color: #8F0321;
}
.TagClassName
{
border-color: #8F0321;
}
</style>