Shades of Carmine #970F23
Tints of Carmine #970F23
RGB
CMYK
RGB Variations
Color information
#970F23 (or 0x970F23) is known color: Carmine. HEX triplet: 97, 0F and 23. RGB value is (151,15,35). Sum of RGB (Red+Green+Blue) = 151+15+35=201 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.12% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 151 - color contains mainly: red. Hex color #970F23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F23 is #68F0DC. Grayscale: #3A3A3A. Windows color (decimal): -6877405 or 2297751. OLE color: 2297751.
HSL color Cylindrical-coordinate representation of color #970F23: hue angle of 351.18º 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 #970F23 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 35 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.41 |
| HSL | 351.18º | 0.82% | 0.33% | - |
| HSV(B) | 351.18º | 0.9% | 0.59% | - |
| XYZ | 13.24 | 7.04 | 2.25 | - |
| YUV | 57.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 35 | 0 | 0.90 | 0.77 | 0.41 | 351.18 | 0.82 | 0.33 |
| Hex | 97 | F | 23 | 0 | 5A | 4D | 29 | 15F | 52 | 21 |
| Octal | 227 | 17 | 43 | 0 | 132 | 115 | 51 | 537 | 122 | 41 |
| Binary | 10010111 | 1111 | 100011 | 0 | 1011010 | 1001101 | 101001 | 101011111 | 1010010 | 100001 |
Color Harmonies of #970F23
Complementary color
Monochromatic Colors of #970F23
Black with #970F23
Text Example
Text Example
White with #970F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F23; }
p { color: rgb(151,15,35); }
H1.HeaderClassName
{
color: #970F23;
}
.AnyTagClassName
{
color: #970F23;
}
</style>
background-color css
<style>
a { background-color: #970F23; }
a { background-color: rgb(151,15,35); }
div.DivClassName
{
background-color: #970F23;
}
.BgClassName
{
background-color: #970F23;
}
</style>
border-color css
<style>
span { border-color: #970F23; }
span { border-color: rgb(151,15,35); }
td.TdClassName
{
border-color: #970F23;
}
.TagClassName
{
border-color: #970F23;
}
</style>