Shades of Carmine #971223
Tints of Carmine #971223
RGB
CMYK
RGB Variations
Color information
#971223 (or 0x971223) is known color: Carmine. HEX triplet: 97, 12 and 23. RGB value is (151,18,35). Sum of RGB (Red+Green+Blue) = 151+18+35=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #971223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971223 is #68EDDC. Grayscale: #3B3B3B. Windows color (decimal): -6876637 or 2298519. OLE color: 2298519.
HSL color Cylindrical-coordinate representation of color #971223: hue angle of 352.33º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971223 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 35 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.41 |
| HSL | 352.33º | 0.79% | 0.33% | - |
| HSV(B) | 352.33º | 0.88% | 0.59% | - |
| XYZ | 13.28 | 7.13 | 2.27 | - |
| YUV | 59.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 35 | 0 | 0.88 | 0.77 | 0.41 | 352.33 | 0.79 | 0.33 |
| Hex | 97 | 12 | 23 | 0 | 58 | 4D | 29 | 160 | 4F | 21 |
| Octal | 227 | 22 | 43 | 0 | 130 | 115 | 51 | 540 | 117 | 41 |
| Binary | 10010111 | 10010 | 100011 | 0 | 1011000 | 1001101 | 101001 | 101100000 | 1001111 | 100001 |
Color Harmonies of #971223
Complementary color
Monochromatic Colors of #971223
Black with #971223
Text Example
Text Example
White with #971223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971223; }
p { color: rgb(151,18,35); }
H1.HeaderClassName
{
color: #971223;
}
.AnyTagClassName
{
color: #971223;
}
</style>
background-color css
<style>
a { background-color: #971223; }
a { background-color: rgb(151,18,35); }
div.DivClassName
{
background-color: #971223;
}
.BgClassName
{
background-color: #971223;
}
</style>
border-color css
<style>
span { border-color: #971223; }
span { border-color: rgb(151,18,35); }
td.TdClassName
{
border-color: #971223;
}
.TagClassName
{
border-color: #971223;
}
</style>