Shades of Carmine #9F1321
Tints of Carmine #9F1321
RGB
CMYK
RGB Variations
Color information
#9F1321 (or 0x9F1321) is known color: Carmine. HEX triplet: 9F, 13 and 21. RGB value is (159,19,33). Sum of RGB (Red+Green+Blue) = 159+19+33=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1321 is #60ECDE. Grayscale: #3E3E3E. Windows color (decimal): -6352095 or 2167711. OLE color: 2167711.
HSL color Cylindrical-coordinate representation of color #9F1321: hue angle of 354º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1321 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 33 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.38 |
| HSL | 354º | 0.79% | 0.35% | - |
| HSV(B) | 354º | 0.88% | 0.62% | - |
| XYZ | 14.81 | 7.95 | 2.19 | - |
| YUV | 62.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 33 | 0 | 0.88 | 0.79 | 0.38 | 354 | 0.79 | 0.35 |
| Hex | 9F | 13 | 21 | 0 | 58 | 4F | 26 | 162 | 4F | 23 |
| Octal | 237 | 23 | 41 | 0 | 130 | 117 | 46 | 542 | 117 | 43 |
| Binary | 10011111 | 10011 | 100001 | 0 | 1011000 | 1001111 | 100110 | 101100010 | 1001111 | 100011 |
Color Harmonies of #9F1321
Complementary color
Monochromatic Colors of #9F1321
Black with #9F1321
Text Example
Text Example
White with #9F1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1321; }
p { color: rgb(159,19,33); }
H1.HeaderClassName
{
color: #9F1321;
}
.AnyTagClassName
{
color: #9F1321;
}
</style>
background-color css
<style>
a { background-color: #9F1321; }
a { background-color: rgb(159,19,33); }
div.DivClassName
{
background-color: #9F1321;
}
.BgClassName
{
background-color: #9F1321;
}
</style>
border-color css
<style>
span { border-color: #9F1321; }
span { border-color: rgb(159,19,33); }
td.TdClassName
{
border-color: #9F1321;
}
.TagClassName
{
border-color: #9F1321;
}
</style>