Shades of Carmine #9E151C
Tints of Carmine #9E151C
RGB
CMYK
RGB Variations
Color information
#9E151C (or 0x9E151C) is known color: Carmine. HEX triplet: 9E, 15 and 1C. RGB value is (158,21,28). Sum of RGB (Red+Green+Blue) = 158+21+28=207 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.33% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 158 - color contains mainly: red. Hex color #9E151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E151C is #61EAE3. Grayscale: #3E3E3E. Windows color (decimal): -6417124 or 1840542. OLE color: 1840542.
HSL color Cylindrical-coordinate representation of color #9E151C: hue angle of 356.93º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E151C is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 28 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.38 |
| HSL | 356.93º | 0.77% | 0.35% | - |
| HSV(B) | 356.93º | 0.87% | 0.62% | - |
| XYZ | 14.58 | 7.89 | 1.85 | - |
| YUV | 62.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 28 | 0 | 0.87 | 0.82 | 0.38 | 356.93 | 0.77 | 0.35 |
| Hex | 9E | 15 | 1C | 0 | 57 | 52 | 26 | 165 | 4D | 23 |
| Octal | 236 | 25 | 34 | 0 | 127 | 122 | 46 | 545 | 115 | 43 |
| Binary | 10011110 | 10101 | 11100 | 0 | 1010111 | 1010010 | 100110 | 101100101 | 1001101 | 100011 |
Color Harmonies of #9E151C
Complementary color
Monochromatic Colors of #9E151C
Black with #9E151C
Text Example
Text Example
White with #9E151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E151C; }
p { color: rgb(158,21,28); }
H1.HeaderClassName
{
color: #9E151C;
}
.AnyTagClassName
{
color: #9E151C;
}
</style>
background-color css
<style>
a { background-color: #9E151C; }
a { background-color: rgb(158,21,28); }
div.DivClassName
{
background-color: #9E151C;
}
.BgClassName
{
background-color: #9E151C;
}
</style>
border-color css
<style>
span { border-color: #9E151C; }
span { border-color: rgb(158,21,28); }
td.TdClassName
{
border-color: #9E151C;
}
.TagClassName
{
border-color: #9E151C;
}
</style>