Shades of Carmine #9F0219
Tints of Carmine #9F0219
RGB
CMYK
RGB Variations
Color information
#9F0219 (or 0x9F0219) is known color: Carmine. HEX triplet: 9F, 02 and 19. RGB value is (159,2,25). Sum of RGB (Red+Green+Blue) = 159+2+25=186 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.48% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0219 is #60FDE6. Grayscale: #333333. Windows color (decimal): -6356455 or 1639071. OLE color: 1639071.
HSL color Cylindrical-coordinate representation of color #9F0219: hue angle of 351.21º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0219 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.38 |
| HSL | 351.21º | 0.98% | 0.32% | - |
| HSV(B) | 351.21º | 0.99% | 0.62% | - |
| XYZ | 14.5 | 7.48 | 1.6 | - |
| YUV | 51.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 25 | 0 | 0.99 | 0.84 | 0.38 | 351.21 | 0.98 | 0.32 |
| Hex | 9F | 2 | 19 | 0 | 63 | 54 | 26 | 15F | 62 | 20 |
| Octal | 237 | 2 | 31 | 0 | 143 | 124 | 46 | 537 | 142 | 40 |
| Binary | 10011111 | 10 | 11001 | 0 | 1100011 | 1010100 | 100110 | 101011111 | 1100010 | 100000 |
Color Harmonies of #9F0219
Complementary color
Monochromatic Colors of #9F0219
Black with #9F0219
Text Example
Text Example
White with #9F0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0219; }
p { color: rgb(159,2,25); }
H1.HeaderClassName
{
color: #9F0219;
}
.AnyTagClassName
{
color: #9F0219;
}
</style>
background-color css
<style>
a { background-color: #9F0219; }
a { background-color: rgb(159,2,25); }
div.DivClassName
{
background-color: #9F0219;
}
.BgClassName
{
background-color: #9F0219;
}
</style>
border-color css
<style>
span { border-color: #9F0219; }
span { border-color: rgb(159,2,25); }
td.TdClassName
{
border-color: #9F0219;
}
.TagClassName
{
border-color: #9F0219;
}
</style>