Shades of Carmine #9E031D
Tints of Carmine #9E031D
RGB
CMYK
RGB Variations
Color information
#9E031D (or 0x9E031D) is known color: Carmine. HEX triplet: 9E, 03 and 1D. RGB value is (158,3,29). Sum of RGB (Red+Green+Blue) = 158+3+29=190 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.16% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 158 - color contains mainly: red. Hex color #9E031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E031D is #61FCE2. Grayscale: #343434. Windows color (decimal): -6421731 or 1901470. OLE color: 1901470.
HSL color Cylindrical-coordinate representation of color #9E031D: hue angle of 349.94º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E031D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.38 |
| HSL | 349.94º | 0.96% | 0.32% | - |
| HSV(B) | 349.94º | 0.98% | 0.62% | - |
| XYZ | 14.35 | 7.42 | 1.84 | - |
| YUV | 52.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 29 | 0 | 0.98 | 0.82 | 0.38 | 349.94 | 0.96 | 0.32 |
| Hex | 9E | 3 | 1D | 0 | 62 | 52 | 26 | 15E | 60 | 20 |
| Octal | 236 | 3 | 35 | 0 | 142 | 122 | 46 | 536 | 140 | 40 |
| Binary | 10011110 | 11 | 11101 | 0 | 1100010 | 1010010 | 100110 | 101011110 | 1100000 | 100000 |
Color Harmonies of #9E031D
Complementary color
Monochromatic Colors of #9E031D
Black with #9E031D
Text Example
Text Example
White with #9E031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E031D; }
p { color: rgb(158,3,29); }
H1.HeaderClassName
{
color: #9E031D;
}
.AnyTagClassName
{
color: #9E031D;
}
</style>
background-color css
<style>
a { background-color: #9E031D; }
a { background-color: rgb(158,3,29); }
div.DivClassName
{
background-color: #9E031D;
}
.BgClassName
{
background-color: #9E031D;
}
</style>
border-color css
<style>
span { border-color: #9E031D; }
span { border-color: rgb(158,3,29); }
td.TdClassName
{
border-color: #9E031D;
}
.TagClassName
{
border-color: #9E031D;
}
</style>