Shades of Carmine #9F1213
Tints of Carmine #9F1213
RGB
CMYK
RGB Variations
Color information
#9F1213 (or 0x9F1213) is known color: Carmine. HEX triplet: 9F, 12 and 13. RGB value is (159,18,19). Sum of RGB (Red+Green+Blue) = 159+18+19=196 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.12% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1213 is #60EDEC. Grayscale: #3C3C3C. Windows color (decimal): -6352365 or 1249951. OLE color: 1249951.
HSL color Cylindrical-coordinate representation of color #9F1213: hue angle of 359.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1213 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 19 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.38 |
| HSL | 359.57º | 0.8% | 0.35% | - |
| HSV(B) | 359.57º | 0.89% | 0.62% | - |
| XYZ | 14.63 | 7.85 | 1.36 | - |
| YUV | 60.27 | 104.71 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 19 | 0 | 0.89 | 0.88 | 0.38 | 359.57 | 0.8 | 0.35 |
| Hex | 9F | 12 | 13 | 0 | 59 | 58 | 26 | 168 | 50 | 23 |
| Octal | 237 | 22 | 23 | 0 | 131 | 130 | 46 | 550 | 120 | 43 |
| Binary | 10011111 | 10010 | 10011 | 0 | 1011001 | 1011000 | 100110 | 101101000 | 1010000 | 100011 |
Color Harmonies of #9F1213
Complementary color
Monochromatic Colors of #9F1213
Black with #9F1213
Text Example
Text Example
White with #9F1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1213; }
p { color: rgb(159,18,19); }
H1.HeaderClassName
{
color: #9F1213;
}
.AnyTagClassName
{
color: #9F1213;
}
</style>
background-color css
<style>
a { background-color: #9F1213; }
a { background-color: rgb(159,18,19); }
div.DivClassName
{
background-color: #9F1213;
}
.BgClassName
{
background-color: #9F1213;
}
</style>
border-color css
<style>
span { border-color: #9F1213; }
span { border-color: rgb(159,18,19); }
td.TdClassName
{
border-color: #9F1213;
}
.TagClassName
{
border-color: #9F1213;
}
</style>