Shades of Carmine #9E0423
Tints of Carmine #9E0423
RGB
CMYK
RGB Variations
Color information
#9E0423 (or 0x9E0423) is known color: Carmine. HEX triplet: 9E, 04 and 23. RGB value is (158,4,35). Sum of RGB (Red+Green+Blue) = 158+4+35=197 (26% of max value = 765). Red value is 158 (62.11% from 255 or 80.20% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0423 is #61FBDC. Grayscale: #353535. Windows color (decimal): -6421469 or 2294942. OLE color: 2294942.
HSL color Cylindrical-coordinate representation of color #9E0423: hue angle of 347.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0423 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 35 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.38 |
| HSL | 347.92º | 0.95% | 0.32% | - |
| HSV(B) | 347.92º | 0.97% | 0.62% | - |
| XYZ | 14.45 | 7.48 | 2.27 | - |
| YUV | 53.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 35 | 0 | 0.97 | 0.78 | 0.38 | 347.92 | 0.95 | 0.32 |
| Hex | 9E | 4 | 23 | 0 | 61 | 4E | 26 | 15C | 5F | 20 |
| Octal | 236 | 4 | 43 | 0 | 141 | 116 | 46 | 534 | 137 | 40 |
| Binary | 10011110 | 100 | 100011 | 0 | 1100001 | 1001110 | 100110 | 101011100 | 1011111 | 100000 |
Color Harmonies of #9E0423
Complementary color
Monochromatic Colors of #9E0423
Black with #9E0423
Text Example
Text Example
White with #9E0423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0423; }
p { color: rgb(158,4,35); }
H1.HeaderClassName
{
color: #9E0423;
}
.AnyTagClassName
{
color: #9E0423;
}
</style>
background-color css
<style>
a { background-color: #9E0423; }
a { background-color: rgb(158,4,35); }
div.DivClassName
{
background-color: #9E0423;
}
.BgClassName
{
background-color: #9E0423;
}
</style>
border-color css
<style>
span { border-color: #9E0423; }
span { border-color: rgb(158,4,35); }
td.TdClassName
{
border-color: #9E0423;
}
.TagClassName
{
border-color: #9E0423;
}
</style>