Shades of Carmine #970E28
Tints of Carmine #970E28
RGB
CMYK
RGB Variations
Color information
#970E28 (or 0x970E28) is known color: Carmine. HEX triplet: 97, 0E and 28. RGB value is (151,14,40). Sum of RGB (Red+Green+Blue) = 151+14+40=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #970E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970E28 is #68F1D7. Grayscale: #393939. Windows color (decimal): -6877656 or 2625175. OLE color: 2625175.
HSL color Cylindrical-coordinate representation of color #970E28: hue angle of 348.61º 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 #970E28 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 14 | 40 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.41 |
| HSL | 348.61º | 0.83% | 0.32% | - |
| HSV(B) | 348.61º | 0.91% | 0.59% | - |
| XYZ | 13.3 | 7.05 | 2.67 | - |
| YUV | 57.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 40 | 0 | 0.91 | 0.74 | 0.41 | 348.61 | 0.83 | 0.32 |
| Hex | 97 | E | 28 | 0 | 5B | 4A | 29 | 15D | 53 | 20 |
| Octal | 227 | 16 | 50 | 0 | 133 | 112 | 51 | 535 | 123 | 40 |
| Binary | 10010111 | 1110 | 101000 | 0 | 1011011 | 1001010 | 101001 | 101011101 | 1010011 | 100000 |
Color Harmonies of #970E28
Complementary color
Monochromatic Colors of #970E28
Black with #970E28
Text Example
Text Example
White with #970E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970E28; }
p { color: rgb(151,14,40); }
H1.HeaderClassName
{
color: #970E28;
}
.AnyTagClassName
{
color: #970E28;
}
</style>
background-color css
<style>
a { background-color: #970E28; }
a { background-color: rgb(151,14,40); }
div.DivClassName
{
background-color: #970E28;
}
.BgClassName
{
background-color: #970E28;
}
</style>
border-color css
<style>
span { border-color: #970E28; }
span { border-color: rgb(151,14,40); }
td.TdClassName
{
border-color: #970E28;
}
.TagClassName
{
border-color: #970E28;
}
</style>