Shades of Carmine #9F0E19
Tints of Carmine #9F0E19
RGB
CMYK
RGB Variations
Color information
#9F0E19 (or 0x9F0E19) is known color: Carmine. HEX triplet: 9F, 0E and 19. RGB value is (159,14,25). Sum of RGB (Red+Green+Blue) = 159+14+25=198 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.30% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0E19 is #60F1E6. Grayscale: #3A3A3A. Windows color (decimal): -6353383 or 1642143. OLE color: 1642143.
HSL color Cylindrical-coordinate representation of color #9F0E19: hue angle of 355.45º 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 #9F0E19 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 14 | 25 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.38 |
| HSL | 355.45º | 0.84% | 0.34% | - |
| HSV(B) | 355.45º | 0.91% | 0.62% | - |
| XYZ | 14.63 | 7.76 | 1.65 | - |
| YUV | 58.61 | 109.04 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 25 | 0 | 0.91 | 0.84 | 0.38 | 355.45 | 0.84 | 0.34 |
| Hex | 9F | E | 19 | 0 | 5B | 54 | 26 | 163 | 54 | 22 |
| Octal | 237 | 16 | 31 | 0 | 133 | 124 | 46 | 543 | 124 | 42 |
| Binary | 10011111 | 1110 | 11001 | 0 | 1011011 | 1010100 | 100110 | 101100011 | 1010100 | 100010 |
Color Harmonies of #9F0E19
Complementary color
Monochromatic Colors of #9F0E19
Black with #9F0E19
Text Example
Text Example
White with #9F0E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0E19; }
p { color: rgb(159,14,25); }
H1.HeaderClassName
{
color: #9F0E19;
}
.AnyTagClassName
{
color: #9F0E19;
}
</style>
background-color css
<style>
a { background-color: #9F0E19; }
a { background-color: rgb(159,14,25); }
div.DivClassName
{
background-color: #9F0E19;
}
.BgClassName
{
background-color: #9F0E19;
}
</style>
border-color css
<style>
span { border-color: #9F0E19; }
span { border-color: rgb(159,14,25); }
td.TdClassName
{
border-color: #9F0E19;
}
.TagClassName
{
border-color: #9F0E19;
}
</style>