Shades of Carmine #9E1325
Tints of Carmine #9E1325
RGB
CMYK
RGB Variations
Color information
#9E1325 (or 0x9E1325) is known color: Carmine. HEX triplet: 9E, 13 and 25. RGB value is (158,19,37). Sum of RGB (Red+Green+Blue) = 158+19+37=214 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.83% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1325 is #61ECDA. Grayscale: #3E3E3E. Windows color (decimal): -6417627 or 2429854. OLE color: 2429854.
HSL color Cylindrical-coordinate representation of color #9E1325: hue angle of 352.23º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1325 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 37 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.38 |
| HSL | 352.23º | 0.79% | 0.35% | - |
| HSV(B) | 352.23º | 0.88% | 0.62% | - |
| XYZ | 14.67 | 7.87 | 2.5 | - |
| YUV | 62.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 37 | 0 | 0.88 | 0.77 | 0.38 | 352.23 | 0.79 | 0.35 |
| Hex | 9E | 13 | 25 | 0 | 58 | 4D | 26 | 160 | 4F | 23 |
| Octal | 236 | 23 | 45 | 0 | 130 | 115 | 46 | 540 | 117 | 43 |
| Binary | 10011110 | 10011 | 100101 | 0 | 1011000 | 1001101 | 100110 | 101100000 | 1001111 | 100011 |
Color Harmonies of #9E1325
Complementary color
Monochromatic Colors of #9E1325
Black with #9E1325
Text Example
Text Example
White with #9E1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1325; }
p { color: rgb(158,19,37); }
H1.HeaderClassName
{
color: #9E1325;
}
.AnyTagClassName
{
color: #9E1325;
}
</style>
background-color css
<style>
a { background-color: #9E1325; }
a { background-color: rgb(158,19,37); }
div.DivClassName
{
background-color: #9E1325;
}
.BgClassName
{
background-color: #9E1325;
}
</style>
border-color css
<style>
span { border-color: #9E1325; }
span { border-color: rgb(158,19,37); }
td.TdClassName
{
border-color: #9E1325;
}
.TagClassName
{
border-color: #9E1325;
}
</style>