Shades of Carmine #9F1523
Tints of Carmine #9F1523
RGB
CMYK
RGB Variations
Color information
#9F1523 (or 0x9F1523) is known color: Carmine. HEX triplet: 9F, 15 and 23. RGB value is (159,21,35). Sum of RGB (Red+Green+Blue) = 159+21+35=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1523 is #60EADC. Grayscale: #3F3F3F. Windows color (decimal): -6351581 or 2299295. OLE color: 2299295.
HSL color Cylindrical-coordinate representation of color #9F1523: hue angle of 353.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1523 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 35 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.38 |
| HSL | 353.91º | 0.77% | 0.35% | - |
| HSV(B) | 353.91º | 0.87% | 0.62% | - |
| XYZ | 14.87 | 8.03 | 2.36 | - |
| YUV | 63.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 35 | 0 | 0.87 | 0.78 | 0.38 | 353.91 | 0.77 | 0.35 |
| Hex | 9F | 15 | 23 | 0 | 57 | 4E | 26 | 162 | 4D | 23 |
| Octal | 237 | 25 | 43 | 0 | 127 | 116 | 46 | 542 | 115 | 43 |
| Binary | 10011111 | 10101 | 100011 | 0 | 1010111 | 1001110 | 100110 | 101100010 | 1001101 | 100011 |
Color Harmonies of #9F1523
Complementary color
Monochromatic Colors of #9F1523
Black with #9F1523
Text Example
Text Example
White with #9F1523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1523; }
p { color: rgb(159,21,35); }
H1.HeaderClassName
{
color: #9F1523;
}
.AnyTagClassName
{
color: #9F1523;
}
</style>
background-color css
<style>
a { background-color: #9F1523; }
a { background-color: rgb(159,21,35); }
div.DivClassName
{
background-color: #9F1523;
}
.BgClassName
{
background-color: #9F1523;
}
</style>
border-color css
<style>
span { border-color: #9F1523; }
span { border-color: rgb(159,21,35); }
td.TdClassName
{
border-color: #9F1523;
}
.TagClassName
{
border-color: #9F1523;
}
</style>