Shades of Carmine #9E0720
Tints of Carmine #9E0720
RGB
CMYK
RGB Variations
Color information
#9E0720 (or 0x9E0720) is known color: Carmine. HEX triplet: 9E, 07 and 20. RGB value is (158,7,32). Sum of RGB (Red+Green+Blue) = 158+7+32=197 (26% of max value = 765). Red value is 158 (62.11% from 255 or 80.20% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0720 is #61F8DF. Grayscale: #373737. Windows color (decimal): -6420704 or 2099102. OLE color: 2099102.
HSL color Cylindrical-coordinate representation of color #9E0720: hue angle of 350.07º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0720 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 32 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.38 |
| HSL | 350.07º | 0.92% | 0.32% | - |
| HSV(B) | 350.07º | 0.96% | 0.62% | - |
| XYZ | 14.44 | 7.53 | 2.06 | - |
| YUV | 55 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 32 | 0 | 0.96 | 0.80 | 0.38 | 350.07 | 0.92 | 0.32 |
| Hex | 9E | 7 | 20 | 0 | 60 | 50 | 26 | 15E | 5C | 20 |
| Octal | 236 | 7 | 40 | 0 | 140 | 120 | 46 | 536 | 134 | 40 |
| Binary | 10011110 | 111 | 100000 | 0 | 1100000 | 1010000 | 100110 | 101011110 | 1011100 | 100000 |
Color Harmonies of #9E0720
Complementary color
Monochromatic Colors of #9E0720
Black with #9E0720
Text Example
Text Example
White with #9E0720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0720; }
p { color: rgb(158,7,32); }
H1.HeaderClassName
{
color: #9E0720;
}
.AnyTagClassName
{
color: #9E0720;
}
</style>
background-color css
<style>
a { background-color: #9E0720; }
a { background-color: rgb(158,7,32); }
div.DivClassName
{
background-color: #9E0720;
}
.BgClassName
{
background-color: #9E0720;
}
</style>
border-color css
<style>
span { border-color: #9E0720; }
span { border-color: rgb(158,7,32); }
td.TdClassName
{
border-color: #9E0720;
}
.TagClassName
{
border-color: #9E0720;
}
</style>