Shades of Carmine #9F0D24
Tints of Carmine #9F0D24
RGB
CMYK
RGB Variations
Color information
#9F0D24 (or 0x9F0D24) is known color: Carmine. HEX triplet: 9F, 0D and 24. RGB value is (159,13,36). Sum of RGB (Red+Green+Blue) = 159+13+36=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0D24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0D24 is #60F2DB. Grayscale: #3B3B3B. Windows color (decimal): -6353628 or 2362783. OLE color: 2362783.
HSL color Cylindrical-coordinate representation of color #9F0D24: hue angle of 350.55º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0D24 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 13 | 36 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.38 |
| HSL | 350.55º | 0.85% | 0.34% | - |
| HSV(B) | 350.55º | 0.92% | 0.62% | - |
| XYZ | 14.76 | 7.79 | 2.39 | - |
| YUV | 59.28 | 114.87 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 36 | 0 | 0.92 | 0.77 | 0.38 | 350.55 | 0.85 | 0.34 |
| Hex | 9F | D | 24 | 0 | 5C | 4D | 26 | 15F | 55 | 22 |
| Octal | 237 | 15 | 44 | 0 | 134 | 115 | 46 | 537 | 125 | 42 |
| Binary | 10011111 | 1101 | 100100 | 0 | 1011100 | 1001101 | 100110 | 101011111 | 1010101 | 100010 |
Color Harmonies of #9F0D24
Complementary color
Monochromatic Colors of #9F0D24
Black with #9F0D24
Text Example
Text Example
White with #9F0D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0D24; }
p { color: rgb(159,13,36); }
H1.HeaderClassName
{
color: #9F0D24;
}
.AnyTagClassName
{
color: #9F0D24;
}
</style>
background-color css
<style>
a { background-color: #9F0D24; }
a { background-color: rgb(159,13,36); }
div.DivClassName
{
background-color: #9F0D24;
}
.BgClassName
{
background-color: #9F0D24;
}
</style>
border-color css
<style>
span { border-color: #9F0D24; }
span { border-color: rgb(159,13,36); }
td.TdClassName
{
border-color: #9F0D24;
}
.TagClassName
{
border-color: #9F0D24;
}
</style>