Shades of Carmine #9E002D
Tints of Carmine #9E002D
RGB
CMYK
RGB Variations
Color information
#9E002D (or 0x9E002D) is known color: Carmine. HEX triplet: 9E, 00 and 2D. RGB value is (158,0,45). Sum of RGB (Red+Green+Blue) = 158+0+45=203 (26% of max value = 765). Red value is 158 (62.11% from 255 or 77.83% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 158 - color contains mainly: red. Hex color #9E002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E002D is #61FFD2. Grayscale: #343434. Windows color (decimal): -6422483 or 2949278. OLE color: 2949278.
HSL color Cylindrical-coordinate representation of color #9E002D: hue angle of 342.91º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E002D is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.72 | 0.38 |
| HSL | 342.91º | 1% | 0.31% | - |
| HSV(B) | 342.91º | 1% | 0.62% | - |
| XYZ | 14.57 | 7.46 | 3.15 | - |
| YUV | 52.37 | 123.85 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 45 | 0 | 1 | 0.72 | 0.38 | 342.91 | 1 | 0.31 |
| Hex | 9E | 0 | 2D | 0 | 64 | 48 | 26 | 157 | 64 | 1F |
| Octal | 236 | 0 | 55 | 0 | 144 | 110 | 46 | 527 | 144 | 37 |
| Binary | 10011110 | 0 | 101101 | 0 | 1100100 | 1001000 | 100110 | 101010111 | 1100100 | 11111 |
Color Harmonies of #9E002D
Complementary color
Monochromatic Colors of #9E002D
Black with #9E002D
Text Example
Text Example
White with #9E002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E002D; }
p { color: rgb(158,0,45); }
H1.HeaderClassName
{
color: #9E002D;
}
.AnyTagClassName
{
color: #9E002D;
}
</style>
background-color css
<style>
a { background-color: #9E002D; }
a { background-color: rgb(158,0,45); }
div.DivClassName
{
background-color: #9E002D;
}
.BgClassName
{
background-color: #9E002D;
}
</style>
border-color css
<style>
span { border-color: #9E002D; }
span { border-color: rgb(158,0,45); }
td.TdClassName
{
border-color: #9E002D;
}
.TagClassName
{
border-color: #9E002D;
}
</style>