Shades of Carmine #971123
Tints of Carmine #971123
RGB
CMYK
RGB Variations
Color information
#971123 (or 0x971123) is known color: Carmine. HEX triplet: 97, 11 and 23. RGB value is (151,17,35). Sum of RGB (Red+Green+Blue) = 151+17+35=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #971123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971123 is #68EEDC. Grayscale: #3B3B3B. Windows color (decimal): -6876893 or 2298263. OLE color: 2298263.
HSL color Cylindrical-coordinate representation of color #971123: hue angle of 351.94º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971123 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 35 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.41 |
| HSL | 351.94º | 0.8% | 0.33% | - |
| HSV(B) | 351.94º | 0.89% | 0.59% | - |
| XYZ | 13.27 | 7.1 | 2.26 | - |
| YUV | 59.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 35 | 0 | 0.89 | 0.77 | 0.41 | 351.94 | 0.8 | 0.33 |
| Hex | 97 | 11 | 23 | 0 | 59 | 4D | 29 | 160 | 50 | 21 |
| Octal | 227 | 21 | 43 | 0 | 131 | 115 | 51 | 540 | 120 | 41 |
| Binary | 10010111 | 10001 | 100011 | 0 | 1011001 | 1001101 | 101001 | 101100000 | 1010000 | 100001 |
Color Harmonies of #971123
Complementary color
Monochromatic Colors of #971123
Black with #971123
Text Example
Text Example
White with #971123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971123; }
p { color: rgb(151,17,35); }
H1.HeaderClassName
{
color: #971123;
}
.AnyTagClassName
{
color: #971123;
}
</style>
background-color css
<style>
a { background-color: #971123; }
a { background-color: rgb(151,17,35); }
div.DivClassName
{
background-color: #971123;
}
.BgClassName
{
background-color: #971123;
}
</style>
border-color css
<style>
span { border-color: #971123; }
span { border-color: rgb(151,17,35); }
td.TdClassName
{
border-color: #971123;
}
.TagClassName
{
border-color: #971123;
}
</style>