Shades of Carmine #9F022E
Tints of Carmine #9F022E
RGB
CMYK
RGB Variations
Color information
#9F022E (or 0x9F022E) is known color: Carmine. HEX triplet: 9F, 02 and 2E. RGB value is (159,2,46). Sum of RGB (Red+Green+Blue) = 159+2+46=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F022E is #60FDD1. Grayscale: #353535. Windows color (decimal): -6356434 or 3015327. OLE color: 3015327.
HSL color Cylindrical-coordinate representation of color #9F022E: hue angle of 343.18º 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 #9F022E is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.38 |
| HSL | 343.18º | 0.98% | 0.32% | - |
| HSV(B) | 343.18º | 0.99% | 0.62% | - |
| XYZ | 14.81 | 7.61 | 3.27 | - |
| YUV | 53.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 46 | 0 | 0.99 | 0.71 | 0.38 | 343.18 | 0.98 | 0.32 |
| Hex | 9F | 2 | 2E | 0 | 63 | 47 | 26 | 157 | 62 | 20 |
| Octal | 237 | 2 | 56 | 0 | 143 | 107 | 46 | 527 | 142 | 40 |
| Binary | 10011111 | 10 | 101110 | 0 | 1100011 | 1000111 | 100110 | 101010111 | 1100010 | 100000 |
Color Harmonies of #9F022E
Complementary color
Monochromatic Colors of #9F022E
Black with #9F022E
Text Example
Text Example
White with #9F022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F022E; }
p { color: rgb(159,2,46); }
H1.HeaderClassName
{
color: #9F022E;
}
.AnyTagClassName
{
color: #9F022E;
}
</style>
background-color css
<style>
a { background-color: #9F022E; }
a { background-color: rgb(159,2,46); }
div.DivClassName
{
background-color: #9F022E;
}
.BgClassName
{
background-color: #9F022E;
}
</style>
border-color css
<style>
span { border-color: #9F022E; }
span { border-color: rgb(159,2,46); }
td.TdClassName
{
border-color: #9F022E;
}
.TagClassName
{
border-color: #9F022E;
}
</style>