Shades of Carmine #9E1621
Tints of Carmine #9E1621
RGB
CMYK
RGB Variations
Color information
#9E1621 (or 0x9E1621) is known color: Carmine. HEX triplet: 9E, 16 and 21. RGB value is (158,22,33). Sum of RGB (Red+Green+Blue) = 158+22+33=213 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.18% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1621 is #61E9DE. Grayscale: #404040. Windows color (decimal): -6416863 or 2168478. OLE color: 2168478.
HSL color Cylindrical-coordinate representation of color #9E1621: hue angle of 355.15º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E1621 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 33 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.38 |
| HSL | 355.15º | 0.76% | 0.35% | - |
| HSV(B) | 355.15º | 0.86% | 0.62% | - |
| XYZ | 14.66 | 7.95 | 2.2 | - |
| YUV | 63.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 33 | 0 | 0.86 | 0.79 | 0.38 | 355.15 | 0.76 | 0.35 |
| Hex | 9E | 16 | 21 | 0 | 56 | 4F | 26 | 163 | 4C | 23 |
| Octal | 236 | 26 | 41 | 0 | 126 | 117 | 46 | 543 | 114 | 43 |
| Binary | 10011110 | 10110 | 100001 | 0 | 1010110 | 1001111 | 100110 | 101100011 | 1001100 | 100011 |
Color Harmonies of #9E1621
Complementary color
Monochromatic Colors of #9E1621
Black with #9E1621
Text Example
Text Example
White with #9E1621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1621; }
p { color: rgb(158,22,33); }
H1.HeaderClassName
{
color: #9E1621;
}
.AnyTagClassName
{
color: #9E1621;
}
</style>
background-color css
<style>
a { background-color: #9E1621; }
a { background-color: rgb(158,22,33); }
div.DivClassName
{
background-color: #9E1621;
}
.BgClassName
{
background-color: #9E1621;
}
</style>
border-color css
<style>
span { border-color: #9E1621; }
span { border-color: rgb(158,22,33); }
td.TdClassName
{
border-color: #9E1621;
}
.TagClassName
{
border-color: #9E1621;
}
</style>