Shades of Carmine #9E021D
Tints of Carmine #9E021D
RGB
CMYK
RGB Variations
Color information
#9E021D (or 0x9E021D) is known color: Carmine. HEX triplet: 9E, 02 and 1D. RGB value is (158,2,29). Sum of RGB (Red+Green+Blue) = 158+2+29=189 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.60% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 158 - color contains mainly: red. Hex color #9E021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E021D is #61FDE2. Grayscale: #333333. Windows color (decimal): -6421987 or 1901214. OLE color: 1901214.
HSL color Cylindrical-coordinate representation of color #9E021D: hue angle of 349.62º 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 #9E021D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.38 |
| HSL | 349.62º | 0.98% | 0.31% | - |
| HSV(B) | 349.62º | 0.99% | 0.62% | - |
| XYZ | 14.34 | 7.4 | 1.83 | - |
| YUV | 51.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 29 | 0 | 0.99 | 0.82 | 0.38 | 349.62 | 0.98 | 0.31 |
| Hex | 9E | 2 | 1D | 0 | 63 | 52 | 26 | 15E | 62 | 1F |
| Octal | 236 | 2 | 35 | 0 | 143 | 122 | 46 | 536 | 142 | 37 |
| Binary | 10011110 | 10 | 11101 | 0 | 1100011 | 1010010 | 100110 | 101011110 | 1100010 | 11111 |
Color Harmonies of #9E021D
Complementary color
Monochromatic Colors of #9E021D
Black with #9E021D
Text Example
Text Example
White with #9E021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E021D; }
p { color: rgb(158,2,29); }
H1.HeaderClassName
{
color: #9E021D;
}
.AnyTagClassName
{
color: #9E021D;
}
</style>
background-color css
<style>
a { background-color: #9E021D; }
a { background-color: rgb(158,2,29); }
div.DivClassName
{
background-color: #9E021D;
}
.BgClassName
{
background-color: #9E021D;
}
</style>
border-color css
<style>
span { border-color: #9E021D; }
span { border-color: rgb(158,2,29); }
td.TdClassName
{
border-color: #9E021D;
}
.TagClassName
{
border-color: #9E021D;
}
</style>