Shades of Carmine #970E24
Tints of Carmine #970E24
RGB
CMYK
RGB Variations
Color information
#970E24 (or 0x970E24) is known color: Carmine. HEX triplet: 97, 0E and 24. RGB value is (151,14,36). Sum of RGB (Red+Green+Blue) = 151+14+36=201 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.12% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 151 - color contains mainly: red. Hex color #970E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970E24 is #68F1DB. Grayscale: #393939. Windows color (decimal): -6877660 or 2363031. OLE color: 2363031.
HSL color Cylindrical-coordinate representation of color #970E24: hue angle of 350.36º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E24 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 14 | 36 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.41 |
| HSL | 350.37º | 0.83% | 0.32% | - |
| HSV(B) | 350.37º | 0.91% | 0.59% | - |
| XYZ | 13.24 | 7.02 | 2.33 | - |
| YUV | 57.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 36 | 0 | 0.91 | 0.76 | 0.41 | 350.37 | 0.83 | 0.32 |
| Hex | 97 | E | 24 | 0 | 5B | 4C | 29 | 15E | 53 | 20 |
| Octal | 227 | 16 | 44 | 0 | 133 | 114 | 51 | 536 | 123 | 40 |
| Binary | 10010111 | 1110 | 100100 | 0 | 1011011 | 1001100 | 101001 | 101011110 | 1010011 | 100000 |
Color Harmonies of #970E24
Complementary color
Monochromatic Colors of #970E24
Black with #970E24
Text Example
Text Example
White with #970E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970E24; }
p { color: rgb(151,14,36); }
H1.HeaderClassName
{
color: #970E24;
}
.AnyTagClassName
{
color: #970E24;
}
</style>
background-color css
<style>
a { background-color: #970E24; }
a { background-color: rgb(151,14,36); }
div.DivClassName
{
background-color: #970E24;
}
.BgClassName
{
background-color: #970E24;
}
</style>
border-color css
<style>
span { border-color: #970E24; }
span { border-color: rgb(151,14,36); }
td.TdClassName
{
border-color: #970E24;
}
.TagClassName
{
border-color: #970E24;
}
</style>