Shades of Carmine #9F0121
Tints of Carmine #9F0121
RGB
CMYK
RGB Variations
Color information
#9F0121 (or 0x9F0121) is known color: Carmine. HEX triplet: 9F, 01 and 21. RGB value is (159,1,33). Sum of RGB (Red+Green+Blue) = 159+1+33=193 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.38% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0121 is #60FEDE. Grayscale: #333333. Windows color (decimal): -6356703 or 2163103. OLE color: 2163103.
HSL color Cylindrical-coordinate representation of color #9F0121: hue angle of 347.85º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0121 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.38 |
| HSL | 347.85º | 0.99% | 0.31% | - |
| HSV(B) | 347.85º | 0.99% | 0.62% | - |
| XYZ | 14.58 | 7.5 | 2.12 | - |
| YUV | 51.89 | 117.35 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 33 | 0 | 0.99 | 0.79 | 0.38 | 347.85 | 0.99 | 0.31 |
| Hex | 9F | 1 | 21 | 0 | 63 | 4F | 26 | 15C | 63 | 1F |
| Octal | 237 | 1 | 41 | 0 | 143 | 117 | 46 | 534 | 143 | 37 |
| Binary | 10011111 | 1 | 100001 | 0 | 1100011 | 1001111 | 100110 | 101011100 | 1100011 | 11111 |
Color Harmonies of #9F0121
Complementary color
Monochromatic Colors of #9F0121
Black with #9F0121
Text Example
Text Example
White with #9F0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0121; }
p { color: rgb(159,1,33); }
H1.HeaderClassName
{
color: #9F0121;
}
.AnyTagClassName
{
color: #9F0121;
}
</style>
background-color css
<style>
a { background-color: #9F0121; }
a { background-color: rgb(159,1,33); }
div.DivClassName
{
background-color: #9F0121;
}
.BgClassName
{
background-color: #9F0121;
}
</style>
border-color css
<style>
span { border-color: #9F0121; }
span { border-color: rgb(159,1,33); }
td.TdClassName
{
border-color: #9F0121;
}
.TagClassName
{
border-color: #9F0121;
}
</style>