Shades of Carmine #9F021E
Tints of Carmine #9F021E
RGB
CMYK
RGB Variations
Color information
#9F021E (or 0x9F021E) is known color: Carmine. HEX triplet: 9F, 02 and 1E. RGB value is (159,2,30). Sum of RGB (Red+Green+Blue) = 159+2+30=191 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.25% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 159 - color contains mainly: red. Hex color #9F021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F021E is #60FDE1. Grayscale: #343434. Windows color (decimal): -6356450 or 1966751. OLE color: 1966751.
HSL color Cylindrical-coordinate representation of color #9F021E: hue angle of 349.3º 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 #9F021E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.38 |
| HSL | 349.3º | 0.98% | 0.32% | - |
| HSV(B) | 349.3º | 0.99% | 0.62% | - |
| XYZ | 14.55 | 7.51 | 1.91 | - |
| YUV | 52.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 30 | 0 | 0.99 | 0.81 | 0.38 | 349.3 | 0.98 | 0.32 |
| Hex | 9F | 2 | 1E | 0 | 63 | 51 | 26 | 15D | 62 | 20 |
| Octal | 237 | 2 | 36 | 0 | 143 | 121 | 46 | 535 | 142 | 40 |
| Binary | 10011111 | 10 | 11110 | 0 | 1100011 | 1010001 | 100110 | 101011101 | 1100010 | 100000 |
Color Harmonies of #9F021E
Complementary color
Monochromatic Colors of #9F021E
Black with #9F021E
Text Example
Text Example
White with #9F021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F021E; }
p { color: rgb(159,2,30); }
H1.HeaderClassName
{
color: #9F021E;
}
.AnyTagClassName
{
color: #9F021E;
}
</style>
background-color css
<style>
a { background-color: #9F021E; }
a { background-color: rgb(159,2,30); }
div.DivClassName
{
background-color: #9F021E;
}
.BgClassName
{
background-color: #9F021E;
}
</style>
border-color css
<style>
span { border-color: #9F021E; }
span { border-color: rgb(159,2,30); }
td.TdClassName
{
border-color: #9F021E;
}
.TagClassName
{
border-color: #9F021E;
}
</style>