Shades of Carmine #9E0231
Tints of Carmine #9E0231
RGB
CMYK
RGB Variations
Color information
#9E0231 (or 0x9E0231) is known color: Carmine. HEX triplet: 9E, 02 and 31. RGB value is (158,2,49). Sum of RGB (Red+Green+Blue) = 158+2+49=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0231 is #61FDCE. Grayscale: #353535. Windows color (decimal): -6421967 or 3211934. OLE color: 3211934.
HSL color Cylindrical-coordinate representation of color #9E0231: hue angle of 341.92º 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 #9E0231 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.38 |
| HSL | 341.92º | 0.98% | 0.31% | - |
| HSV(B) | 341.92º | 0.99% | 0.62% | - |
| XYZ | 14.68 | 7.53 | 3.59 | - |
| YUV | 54 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 49 | 0 | 0.99 | 0.69 | 0.38 | 341.92 | 0.98 | 0.31 |
| Hex | 9E | 2 | 31 | 0 | 63 | 45 | 26 | 156 | 62 | 1F |
| Octal | 236 | 2 | 61 | 0 | 143 | 105 | 46 | 526 | 142 | 37 |
| Binary | 10011110 | 10 | 110001 | 0 | 1100011 | 1000101 | 100110 | 101010110 | 1100010 | 11111 |
Color Harmonies of #9E0231
Complementary color
Monochromatic Colors of #9E0231
Black with #9E0231
Text Example
Text Example
White with #9E0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0231; }
p { color: rgb(158,2,49); }
H1.HeaderClassName
{
color: #9E0231;
}
.AnyTagClassName
{
color: #9E0231;
}
</style>
background-color css
<style>
a { background-color: #9E0231; }
a { background-color: rgb(158,2,49); }
div.DivClassName
{
background-color: #9E0231;
}
.BgClassName
{
background-color: #9E0231;
}
</style>
border-color css
<style>
span { border-color: #9E0231; }
span { border-color: rgb(158,2,49); }
td.TdClassName
{
border-color: #9E0231;
}
.TagClassName
{
border-color: #9E0231;
}
</style>