Shades of Carmine #9F0222
Tints of Carmine #9F0222
RGB
CMYK
RGB Variations
Color information
#9F0222 (or 0x9F0222) is known color: Carmine. HEX triplet: 9F, 02 and 22. RGB value is (159,2,34). Sum of RGB (Red+Green+Blue) = 159+2+34=195 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.54% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0222 is #60FDDD. Grayscale: #343434. Windows color (decimal): -6356446 or 2228895. OLE color: 2228895.
HSL color Cylindrical-coordinate representation of color #9F0222: hue angle of 347.77º 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 #9F0222 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.38 |
| HSL | 347.77º | 0.98% | 0.32% | - |
| HSV(B) | 347.77º | 0.99% | 0.62% | - |
| XYZ | 14.61 | 7.53 | 2.2 | - |
| YUV | 52.59 | 117.51 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 34 | 0 | 0.99 | 0.79 | 0.38 | 347.77 | 0.98 | 0.32 |
| Hex | 9F | 2 | 22 | 0 | 63 | 4F | 26 | 15C | 62 | 20 |
| Octal | 237 | 2 | 42 | 0 | 143 | 117 | 46 | 534 | 142 | 40 |
| Binary | 10011111 | 10 | 100010 | 0 | 1100011 | 1001111 | 100110 | 101011100 | 1100010 | 100000 |
Color Harmonies of #9F0222
Complementary color
Monochromatic Colors of #9F0222
Black with #9F0222
Text Example
Text Example
White with #9F0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0222; }
p { color: rgb(159,2,34); }
H1.HeaderClassName
{
color: #9F0222;
}
.AnyTagClassName
{
color: #9F0222;
}
</style>
background-color css
<style>
a { background-color: #9F0222; }
a { background-color: rgb(159,2,34); }
div.DivClassName
{
background-color: #9F0222;
}
.BgClassName
{
background-color: #9F0222;
}
</style>
border-color css
<style>
span { border-color: #9F0222; }
span { border-color: rgb(159,2,34); }
td.TdClassName
{
border-color: #9F0222;
}
.TagClassName
{
border-color: #9F0222;
}
</style>