Shades of Carmine #970219
Tints of Carmine #970219
RGB
CMYK
RGB Variations
Color information
#970219 (or 0x970219) is known color: Carmine. HEX triplet: 97, 02 and 19. RGB value is (151,2,25). Sum of RGB (Red+Green+Blue) = 151+2+25=178 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.83% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 151 - color contains mainly: red. Hex color #970219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970219 is #68FDE6. Grayscale: #313131. Windows color (decimal): -6880743 or 1639063. OLE color: 1639063.
HSL color Cylindrical-coordinate representation of color #970219: hue angle of 350.74º degrees, saturation: 0.97, 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 #970219 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.41 |
| HSL | 350.74º | 0.97% | 0.3% | - |
| HSV(B) | 350.74º | 0.99% | 0.59% | - |
| XYZ | 12.96 | 6.69 | 1.53 | - |
| YUV | 49.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 25 | 0 | 0.99 | 0.83 | 0.41 | 350.74 | 0.97 | 0.3 |
| Hex | 97 | 2 | 19 | 0 | 63 | 53 | 29 | 15F | 61 | 1E |
| Octal | 227 | 2 | 31 | 0 | 143 | 123 | 51 | 537 | 141 | 36 |
| Binary | 10010111 | 10 | 11001 | 0 | 1100011 | 1010011 | 101001 | 101011111 | 1100001 | 11110 |
Color Harmonies of #970219
Complementary color
Monochromatic Colors of #970219
Black with #970219
Text Example
Text Example
White with #970219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970219; }
p { color: rgb(151,2,25); }
H1.HeaderClassName
{
color: #970219;
}
.AnyTagClassName
{
color: #970219;
}
</style>
background-color css
<style>
a { background-color: #970219; }
a { background-color: rgb(151,2,25); }
div.DivClassName
{
background-color: #970219;
}
.BgClassName
{
background-color: #970219;
}
</style>
border-color css
<style>
span { border-color: #970219; }
span { border-color: rgb(151,2,25); }
td.TdClassName
{
border-color: #970219;
}
.TagClassName
{
border-color: #970219;
}
</style>