Shades of Carmine #9E0221
Tints of Carmine #9E0221
RGB
CMYK
RGB Variations
Color information
#9E0221 (or 0x9E0221) is known color: Carmine. HEX triplet: 9E, 02 and 21. RGB value is (158,2,33). Sum of RGB (Red+Green+Blue) = 158+2+33=193 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.87% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0221 is #61FDDE. Grayscale: #343434. Windows color (decimal): -6421983 or 2163358. OLE color: 2163358.
HSL color Cylindrical-coordinate representation of color #9E0221: hue angle of 348.08º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0221 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.38 |
| HSL | 348.08º | 0.98% | 0.31% | - |
| HSV(B) | 348.08º | 0.99% | 0.62% | - |
| XYZ | 14.4 | 7.42 | 2.11 | - |
| YUV | 52.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 33 | 0 | 0.99 | 0.79 | 0.38 | 348.08 | 0.98 | 0.31 |
| Hex | 9E | 2 | 21 | 0 | 63 | 4F | 26 | 15C | 62 | 1F |
| Octal | 236 | 2 | 41 | 0 | 143 | 117 | 46 | 534 | 142 | 37 |
| Binary | 10011110 | 10 | 100001 | 0 | 1100011 | 1001111 | 100110 | 101011100 | 1100010 | 11111 |
Color Harmonies of #9E0221
Complementary color
Monochromatic Colors of #9E0221
Black with #9E0221
Text Example
Text Example
White with #9E0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0221; }
p { color: rgb(158,2,33); }
H1.HeaderClassName
{
color: #9E0221;
}
.AnyTagClassName
{
color: #9E0221;
}
</style>
background-color css
<style>
a { background-color: #9E0221; }
a { background-color: rgb(158,2,33); }
div.DivClassName
{
background-color: #9E0221;
}
.BgClassName
{
background-color: #9E0221;
}
</style>
border-color css
<style>
span { border-color: #9E0221; }
span { border-color: rgb(158,2,33); }
td.TdClassName
{
border-color: #9E0221;
}
.TagClassName
{
border-color: #9E0221;
}
</style>