Shades of Carmine #9F1719
Tints of Carmine #9F1719
RGB
CMYK
RGB Variations
Color information
#9F1719 (or 0x9F1719) is known color: Carmine. HEX triplet: 9F, 17 and 19. RGB value is (159,23,25). Sum of RGB (Red+Green+Blue) = 159+23+25=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1719 is #60E8E6. Grayscale: #404040. Windows color (decimal): -6351079 or 1644447. OLE color: 1644447.
HSL color Cylindrical-coordinate representation of color #9F1719: hue angle of 359.12º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1719 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 25 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.38 |
| HSL | 359.12º | 0.75% | 0.36% | - |
| HSV(B) | 359.12º | 0.86% | 0.62% | - |
| XYZ | 14.78 | 8.05 | 1.7 | - |
| YUV | 63.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 25 | 0 | 0.86 | 0.84 | 0.38 | 359.12 | 0.75 | 0.36 |
| Hex | 9F | 17 | 19 | 0 | 56 | 54 | 26 | 167 | 4B | 24 |
| Octal | 237 | 27 | 31 | 0 | 126 | 124 | 46 | 547 | 113 | 44 |
| Binary | 10011111 | 10111 | 11001 | 0 | 1010110 | 1010100 | 100110 | 101100111 | 1001011 | 100100 |
Color Harmonies of #9F1719
Complementary color
Monochromatic Colors of #9F1719
Black with #9F1719
Text Example
Text Example
White with #9F1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1719; }
p { color: rgb(159,23,25); }
H1.HeaderClassName
{
color: #9F1719;
}
.AnyTagClassName
{
color: #9F1719;
}
</style>
background-color css
<style>
a { background-color: #9F1719; }
a { background-color: rgb(159,23,25); }
div.DivClassName
{
background-color: #9F1719;
}
.BgClassName
{
background-color: #9F1719;
}
</style>
border-color css
<style>
span { border-color: #9F1719; }
span { border-color: rgb(159,23,25); }
td.TdClassName
{
border-color: #9F1719;
}
.TagClassName
{
border-color: #9F1719;
}
</style>