Shades of Carmine #9E1227
Tints of Carmine #9E1227
RGB
CMYK
RGB Variations
Color information
#9E1227 (or 0x9E1227) is known color: Carmine. HEX triplet: 9E, 12 and 27. RGB value is (158,18,39). Sum of RGB (Red+Green+Blue) = 158+18+39=215 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.49% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1227 is #61EDD8. Grayscale: #3E3E3E. Windows color (decimal): -6417881 or 2560670. OLE color: 2560670.
HSL color Cylindrical-coordinate representation of color #9E1227: hue angle of 351º 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 #9E1227 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 39 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.38 |
| HSL | 351º | 0.8% | 0.35% | - |
| HSV(B) | 351º | 0.89% | 0.62% | - |
| XYZ | 14.68 | 7.85 | 2.66 | - |
| YUV | 62.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 39 | 0 | 0.89 | 0.75 | 0.38 | 351 | 0.8 | 0.35 |
| Hex | 9E | 12 | 27 | 0 | 59 | 4B | 26 | 15F | 50 | 23 |
| Octal | 236 | 22 | 47 | 0 | 131 | 113 | 46 | 537 | 120 | 43 |
| Binary | 10011110 | 10010 | 100111 | 0 | 1011001 | 1001011 | 100110 | 101011111 | 1010000 | 100011 |
Color Harmonies of #9E1227
Complementary color
Monochromatic Colors of #9E1227
Black with #9E1227
Text Example
Text Example
White with #9E1227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1227; }
p { color: rgb(158,18,39); }
H1.HeaderClassName
{
color: #9E1227;
}
.AnyTagClassName
{
color: #9E1227;
}
</style>
background-color css
<style>
a { background-color: #9E1227; }
a { background-color: rgb(158,18,39); }
div.DivClassName
{
background-color: #9E1227;
}
.BgClassName
{
background-color: #9E1227;
}
</style>
border-color css
<style>
span { border-color: #9E1227; }
span { border-color: rgb(158,18,39); }
td.TdClassName
{
border-color: #9E1227;
}
.TagClassName
{
border-color: #9E1227;
}
</style>