Shades of Carmine #9F0E1D
Tints of Carmine #9F0E1D
RGB
CMYK
RGB Variations
Color information
#9F0E1D (or 0x9F0E1D) is known color: Carmine. HEX triplet: 9F, 0E and 1D. RGB value is (159,14,29). Sum of RGB (Red+Green+Blue) = 159+14+29=202 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.71% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0E1D is #60F1E2. Grayscale: #3B3B3B. Windows color (decimal): -6353379 or 1904287. OLE color: 1904287.
HSL color Cylindrical-coordinate representation of color #9F0E1D: hue angle of 353.79º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0E1D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 14 | 29 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.38 |
| HSL | 353.79º | 0.84% | 0.34% | - |
| HSV(B) | 353.79º | 0.91% | 0.62% | - |
| XYZ | 14.68 | 7.77 | 1.89 | - |
| YUV | 59.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 29 | 0 | 0.91 | 0.82 | 0.38 | 353.79 | 0.84 | 0.34 |
| Hex | 9F | E | 1D | 0 | 5B | 52 | 26 | 162 | 54 | 22 |
| Octal | 237 | 16 | 35 | 0 | 133 | 122 | 46 | 542 | 124 | 42 |
| Binary | 10011111 | 1110 | 11101 | 0 | 1011011 | 1010010 | 100110 | 101100010 | 1010100 | 100010 |
Color Harmonies of #9F0E1D
Complementary color
Monochromatic Colors of #9F0E1D
Black with #9F0E1D
Text Example
Text Example
White with #9F0E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0E1D; }
p { color: rgb(159,14,29); }
H1.HeaderClassName
{
color: #9F0E1D;
}
.AnyTagClassName
{
color: #9F0E1D;
}
</style>
background-color css
<style>
a { background-color: #9F0E1D; }
a { background-color: rgb(159,14,29); }
div.DivClassName
{
background-color: #9F0E1D;
}
.BgClassName
{
background-color: #9F0E1D;
}
</style>
border-color css
<style>
span { border-color: #9F0E1D; }
span { border-color: rgb(159,14,29); }
td.TdClassName
{
border-color: #9F0E1D;
}
.TagClassName
{
border-color: #9F0E1D;
}
</style>