Shades of Carmine #9E0719
Tints of Carmine #9E0719
RGB
CMYK
RGB Variations
Color information
#9E0719 (or 0x9E0719) is known color: Carmine. HEX triplet: 9E, 07 and 19. RGB value is (158,7,25). Sum of RGB (Red+Green+Blue) = 158+7+25=190 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.16% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0719 is #61F8E6. Grayscale: #363636. Windows color (decimal): -6420711 or 1640350. OLE color: 1640350.
HSL color Cylindrical-coordinate representation of color #9E0719: hue angle of 352.85º 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 #9E0719 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 25 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.38 |
| HSL | 352.85º | 0.92% | 0.32% | - |
| HSV(B) | 352.85º | 0.96% | 0.62% | - |
| XYZ | 14.35 | 7.49 | 1.61 | - |
| YUV | 54.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 25 | 0 | 0.96 | 0.84 | 0.38 | 352.85 | 0.92 | 0.32 |
| Hex | 9E | 7 | 19 | 0 | 60 | 54 | 26 | 161 | 5C | 20 |
| Octal | 236 | 7 | 31 | 0 | 140 | 124 | 46 | 541 | 134 | 40 |
| Binary | 10011110 | 111 | 11001 | 0 | 1100000 | 1010100 | 100110 | 101100001 | 1011100 | 100000 |
Color Harmonies of #9E0719
Complementary color
Monochromatic Colors of #9E0719
Black with #9E0719
Text Example
Text Example
White with #9E0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0719; }
p { color: rgb(158,7,25); }
H1.HeaderClassName
{
color: #9E0719;
}
.AnyTagClassName
{
color: #9E0719;
}
</style>
background-color css
<style>
a { background-color: #9E0719; }
a { background-color: rgb(158,7,25); }
div.DivClassName
{
background-color: #9E0719;
}
.BgClassName
{
background-color: #9E0719;
}
</style>
border-color css
<style>
span { border-color: #9E0719; }
span { border-color: rgb(158,7,25); }
td.TdClassName
{
border-color: #9E0719;
}
.TagClassName
{
border-color: #9E0719;
}
</style>