Shades of Carmine #970111
Tints of Carmine #970111
RGB
CMYK
RGB Variations
Color information
#970111 (or 0x970111) is known color: Carmine. HEX triplet: 97, 01 and 11. RGB value is (151,1,17). Sum of RGB (Red+Green+Blue) = 151+1+17=169 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.35% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 151 - color contains mainly: red. Hex color #970111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970111 is #68FEEE. Grayscale: #2F2F2F. Windows color (decimal): -6881007 or 1114519. OLE color: 1114519.
HSL color Cylindrical-coordinate representation of color #970111: hue angle of 353.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970111 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.41 |
| HSL | 353.6º | 0.99% | 0.3% | - |
| HSV(B) | 353.6º | 0.99% | 0.59% | - |
| XYZ | 12.87 | 6.64 | 1.13 | - |
| YUV | 47.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 17 | 0 | 0.99 | 0.89 | 0.41 | 353.6 | 0.99 | 0.3 |
| Hex | 97 | 1 | 11 | 0 | 63 | 59 | 29 | 162 | 63 | 1E |
| Octal | 227 | 1 | 21 | 0 | 143 | 131 | 51 | 542 | 143 | 36 |
| Binary | 10010111 | 1 | 10001 | 0 | 1100011 | 1011001 | 101001 | 101100010 | 1100011 | 11110 |
Color Harmonies of #970111
Complementary color
Monochromatic Colors of #970111
Black with #970111
Text Example
Text Example
White with #970111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970111; }
p { color: rgb(151,1,17); }
H1.HeaderClassName
{
color: #970111;
}
.AnyTagClassName
{
color: #970111;
}
</style>
background-color css
<style>
a { background-color: #970111; }
a { background-color: rgb(151,1,17); }
div.DivClassName
{
background-color: #970111;
}
.BgClassName
{
background-color: #970111;
}
</style>
border-color css
<style>
span { border-color: #970111; }
span { border-color: rgb(151,1,17); }
td.TdClassName
{
border-color: #970111;
}
.TagClassName
{
border-color: #970111;
}
</style>