Shades of Carmine #9F1223
Tints of Carmine #9F1223
RGB
CMYK
RGB Variations
Color information
#9F1223 (or 0x9F1223) is known color: Carmine. HEX triplet: 9F, 12 and 23. RGB value is (159,18,35). Sum of RGB (Red+Green+Blue) = 159+18+35=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1223 is #60EDDC. Grayscale: #3E3E3E. Windows color (decimal): -6352349 or 2298527. OLE color: 2298527.
HSL color Cylindrical-coordinate representation of color #9F1223: hue angle of 352.77º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1223 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 35 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.38 |
| HSL | 352.77º | 0.8% | 0.35% | - |
| HSV(B) | 352.77º | 0.89% | 0.62% | - |
| XYZ | 14.82 | 7.92 | 2.34 | - |
| YUV | 62.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 35 | 0 | 0.89 | 0.78 | 0.38 | 352.77 | 0.8 | 0.35 |
| Hex | 9F | 12 | 23 | 0 | 59 | 4E | 26 | 161 | 50 | 23 |
| Octal | 237 | 22 | 43 | 0 | 131 | 116 | 46 | 541 | 120 | 43 |
| Binary | 10011111 | 10010 | 100011 | 0 | 1011001 | 1001110 | 100110 | 101100001 | 1010000 | 100011 |
Color Harmonies of #9F1223
Complementary color
Monochromatic Colors of #9F1223
Black with #9F1223
Text Example
Text Example
White with #9F1223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1223; }
p { color: rgb(159,18,35); }
H1.HeaderClassName
{
color: #9F1223;
}
.AnyTagClassName
{
color: #9F1223;
}
</style>
background-color css
<style>
a { background-color: #9F1223; }
a { background-color: rgb(159,18,35); }
div.DivClassName
{
background-color: #9F1223;
}
.BgClassName
{
background-color: #9F1223;
}
</style>
border-color css
<style>
span { border-color: #9F1223; }
span { border-color: rgb(159,18,35); }
td.TdClassName
{
border-color: #9F1223;
}
.TagClassName
{
border-color: #9F1223;
}
</style>