Shades of Carmine #9E0F17
Tints of Carmine #9E0F17
RGB
CMYK
RGB Variations
Color information
#9E0F17 (or 0x9E0F17) is known color: Carmine. HEX triplet: 9E, 0F and 17. RGB value is (158,15,23). Sum of RGB (Red+Green+Blue) = 158+15+23=196 (25% of max value = 765). Red value is 158 (62.11% from 255 or 80.61% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0F17 is #61F0E8. Grayscale: #3A3A3A. Windows color (decimal): -6418665 or 1511326. OLE color: 1511326.
HSL color Cylindrical-coordinate representation of color #9E0F17: hue angle of 356.64º 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 #9E0F17 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 15 | 23 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.38 |
| HSL | 356.64º | 0.83% | 0.34% | - |
| HSV(B) | 356.64º | 0.91% | 0.62% | - |
| XYZ | 14.43 | 7.67 | 1.53 | - |
| YUV | 58.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 15 | 23 | 0 | 0.91 | 0.85 | 0.38 | 356.64 | 0.83 | 0.34 |
| Hex | 9E | F | 17 | 0 | 5B | 55 | 26 | 165 | 53 | 22 |
| Octal | 236 | 17 | 27 | 0 | 133 | 125 | 46 | 545 | 123 | 42 |
| Binary | 10011110 | 1111 | 10111 | 0 | 1011011 | 1010101 | 100110 | 101100101 | 1010011 | 100010 |
Color Harmonies of #9E0F17
Complementary color
Monochromatic Colors of #9E0F17
Black with #9E0F17
Text Example
Text Example
White with #9E0F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0F17; }
p { color: rgb(158,15,23); }
H1.HeaderClassName
{
color: #9E0F17;
}
.AnyTagClassName
{
color: #9E0F17;
}
</style>
background-color css
<style>
a { background-color: #9E0F17; }
a { background-color: rgb(158,15,23); }
div.DivClassName
{
background-color: #9E0F17;
}
.BgClassName
{
background-color: #9E0F17;
}
</style>
border-color css
<style>
span { border-color: #9E0F17; }
span { border-color: rgb(158,15,23); }
td.TdClassName
{
border-color: #9E0F17;
}
.TagClassName
{
border-color: #9E0F17;
}
</style>