Shades of Carmine #970F15
Tints of Carmine #970F15
RGB
CMYK
RGB Variations
Color information
#970F15 (or 0x970F15) is known color: Carmine. HEX triplet: 97, 0F and 15. RGB value is (151,15,21). Sum of RGB (Red+Green+Blue) = 151+15+21=187 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.75% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 151 - color contains mainly: red. Hex color #970F15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970F15 is #68F0EA. Grayscale: #383838. Windows color (decimal): -6877419 or 1380247. OLE color: 1380247.
HSL color Cylindrical-coordinate representation of color #970F15: hue angle of 357.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F15 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 21 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.41 |
| HSL | 357.35º | 0.82% | 0.33% | - |
| HSV(B) | 357.35º | 0.9% | 0.59% | - |
| XYZ | 13.07 | 6.98 | 1.37 | - |
| YUV | 56.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 21 | 0 | 0.90 | 0.86 | 0.41 | 357.35 | 0.82 | 0.33 |
| Hex | 97 | F | 15 | 0 | 5A | 56 | 29 | 165 | 52 | 21 |
| Octal | 227 | 17 | 25 | 0 | 132 | 126 | 51 | 545 | 122 | 41 |
| Binary | 10010111 | 1111 | 10101 | 0 | 1011010 | 1010110 | 101001 | 101100101 | 1010010 | 100001 |
Color Harmonies of #970F15
Complementary color
Monochromatic Colors of #970F15
Black with #970F15
Text Example
Text Example
White with #970F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F15; }
p { color: rgb(151,15,21); }
H1.HeaderClassName
{
color: #970F15;
}
.AnyTagClassName
{
color: #970F15;
}
</style>
background-color css
<style>
a { background-color: #970F15; }
a { background-color: rgb(151,15,21); }
div.DivClassName
{
background-color: #970F15;
}
.BgClassName
{
background-color: #970F15;
}
</style>
border-color css
<style>
span { border-color: #970F15; }
span { border-color: rgb(151,15,21); }
td.TdClassName
{
border-color: #970F15;
}
.TagClassName
{
border-color: #970F15;
}
</style>