Shades of Carmine #971224
Tints of Carmine #971224
RGB
CMYK
RGB Variations
Color information
#971224 (or 0x971224) is known color: Carmine. HEX triplet: 97, 12 and 24. RGB value is (151,18,36). Sum of RGB (Red+Green+Blue) = 151+18+36=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #971224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971224 is #68EDDB. Grayscale: #3B3B3B. Windows color (decimal): -6876636 or 2364055. OLE color: 2364055.
HSL color Cylindrical-coordinate representation of color #971224: hue angle of 351.88º 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 #971224 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 36 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.41 |
| HSL | 351.88º | 0.79% | 0.33% | - |
| HSV(B) | 351.88º | 0.88% | 0.59% | - |
| XYZ | 13.3 | 7.14 | 2.35 | - |
| YUV | 59.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 36 | 0 | 0.88 | 0.76 | 0.41 | 351.88 | 0.79 | 0.33 |
| Hex | 97 | 12 | 24 | 0 | 58 | 4C | 29 | 160 | 4F | 21 |
| Octal | 227 | 22 | 44 | 0 | 130 | 114 | 51 | 540 | 117 | 41 |
| Binary | 10010111 | 10010 | 100100 | 0 | 1011000 | 1001100 | 101001 | 101100000 | 1001111 | 100001 |
Color Harmonies of #971224
Complementary color
Monochromatic Colors of #971224
Black with #971224
Text Example
Text Example
White with #971224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971224; }
p { color: rgb(151,18,36); }
H1.HeaderClassName
{
color: #971224;
}
.AnyTagClassName
{
color: #971224;
}
</style>
background-color css
<style>
a { background-color: #971224; }
a { background-color: rgb(151,18,36); }
div.DivClassName
{
background-color: #971224;
}
.BgClassName
{
background-color: #971224;
}
</style>
border-color css
<style>
span { border-color: #971224; }
span { border-color: rgb(151,18,36); }
td.TdClassName
{
border-color: #971224;
}
.TagClassName
{
border-color: #971224;
}
</style>