Shades of Carmine #9F0717
Tints of Carmine #9F0717
RGB
CMYK
RGB Variations
Color information
#9F0717 (or 0x9F0717) is known color: Carmine. HEX triplet: 9F, 07 and 17. RGB value is (159,7,23). Sum of RGB (Red+Green+Blue) = 159+7+23=189 (25% of max value = 765). Red value is 159 (62.5% from 255 or 84.13% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0717 is #60F8E8. Grayscale: #363636. Windows color (decimal): -6355177 or 1509279. OLE color: 1509279.
HSL color Cylindrical-coordinate representation of color #9F0717: hue angle of 353.68º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0717 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.38 |
| HSL | 353.68º | 0.92% | 0.33% | - |
| HSV(B) | 353.68º | 0.96% | 0.62% | - |
| XYZ | 14.53 | 7.58 | 1.51 | - |
| YUV | 54.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 23 | 0 | 0.96 | 0.86 | 0.38 | 353.68 | 0.92 | 0.33 |
| Hex | 9F | 7 | 17 | 0 | 60 | 56 | 26 | 162 | 5C | 21 |
| Octal | 237 | 7 | 27 | 0 | 140 | 126 | 46 | 542 | 134 | 41 |
| Binary | 10011111 | 111 | 10111 | 0 | 1100000 | 1010110 | 100110 | 101100010 | 1011100 | 100001 |
Color Harmonies of #9F0717
Complementary color
Monochromatic Colors of #9F0717
Black with #9F0717
Text Example
Text Example
White with #9F0717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0717; }
p { color: rgb(159,7,23); }
H1.HeaderClassName
{
color: #9F0717;
}
.AnyTagClassName
{
color: #9F0717;
}
</style>
background-color css
<style>
a { background-color: #9F0717; }
a { background-color: rgb(159,7,23); }
div.DivClassName
{
background-color: #9F0717;
}
.BgClassName
{
background-color: #9F0717;
}
</style>
border-color css
<style>
span { border-color: #9F0717; }
span { border-color: rgb(159,7,23); }
td.TdClassName
{
border-color: #9F0717;
}
.TagClassName
{
border-color: #9F0717;
}
</style>