Shades of Carmine #9E0F23
Tints of Carmine #9E0F23
RGB
CMYK
RGB Variations
Color information
#9E0F23 (or 0x9E0F23) is known color: Carmine. HEX triplet: 9E, 0F and 23. RGB value is (158,15,35). Sum of RGB (Red+Green+Blue) = 158+15+35=208 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.96% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0F23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0F23 is #61F0DC. Grayscale: #3C3C3C. Windows color (decimal): -6418653 or 2297758. OLE color: 2297758.
HSL color Cylindrical-coordinate representation of color #9E0F23: hue angle of 351.61º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0F23 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 15 | 35 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.38 |
| HSL | 351.61º | 0.83% | 0.34% | - |
| HSV(B) | 351.61º | 0.91% | 0.62% | - |
| XYZ | 14.57 | 7.73 | 2.31 | - |
| YUV | 60.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 15 | 35 | 0 | 0.91 | 0.78 | 0.38 | 351.61 | 0.83 | 0.34 |
| Hex | 9E | F | 23 | 0 | 5B | 4E | 26 | 160 | 53 | 22 |
| Octal | 236 | 17 | 43 | 0 | 133 | 116 | 46 | 540 | 123 | 42 |
| Binary | 10011110 | 1111 | 100011 | 0 | 1011011 | 1001110 | 100110 | 101100000 | 1010011 | 100010 |
Color Harmonies of #9E0F23
Complementary color
Monochromatic Colors of #9E0F23
Black with #9E0F23
Text Example
Text Example
White with #9E0F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0F23; }
p { color: rgb(158,15,35); }
H1.HeaderClassName
{
color: #9E0F23;
}
.AnyTagClassName
{
color: #9E0F23;
}
</style>
background-color css
<style>
a { background-color: #9E0F23; }
a { background-color: rgb(158,15,35); }
div.DivClassName
{
background-color: #9E0F23;
}
.BgClassName
{
background-color: #9E0F23;
}
</style>
border-color css
<style>
span { border-color: #9E0F23; }
span { border-color: rgb(158,15,35); }
td.TdClassName
{
border-color: #9E0F23;
}
.TagClassName
{
border-color: #9E0F23;
}
</style>