Shades of Carmine #970225
Tints of Carmine #970225
RGB
CMYK
RGB Variations
Color information
#970225 (or 0x970225) is known color: Carmine. HEX triplet: 97, 02 and 25. RGB value is (151,2,37). Sum of RGB (Red+Green+Blue) = 151+2+37=190 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.47% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 151 - color contains mainly: red. Hex color #970225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970225 is #68FDDA. Grayscale: #323232. Windows color (decimal): -6880731 or 2425495. OLE color: 2425495.
HSL color Cylindrical-coordinate representation of color #970225: hue angle of 345.91º 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 #970225 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 37 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.41 |
| HSL | 345.91º | 0.97% | 0.3% | - |
| HSV(B) | 345.91º | 0.99% | 0.59% | - |
| XYZ | 13.12 | 6.76 | 2.36 | - |
| YUV | 50.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 37 | 0 | 0.99 | 0.75 | 0.41 | 345.91 | 0.97 | 0.3 |
| Hex | 97 | 2 | 25 | 0 | 63 | 4B | 29 | 15A | 61 | 1E |
| Octal | 227 | 2 | 45 | 0 | 143 | 113 | 51 | 532 | 141 | 36 |
| Binary | 10010111 | 10 | 100101 | 0 | 1100011 | 1001011 | 101001 | 101011010 | 1100001 | 11110 |
Color Harmonies of #970225
Complementary color
Monochromatic Colors of #970225
Black with #970225
Text Example
Text Example
White with #970225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970225; }
p { color: rgb(151,2,37); }
H1.HeaderClassName
{
color: #970225;
}
.AnyTagClassName
{
color: #970225;
}
</style>
background-color css
<style>
a { background-color: #970225; }
a { background-color: rgb(151,2,37); }
div.DivClassName
{
background-color: #970225;
}
.BgClassName
{
background-color: #970225;
}
</style>
border-color css
<style>
span { border-color: #970225; }
span { border-color: rgb(151,2,37); }
td.TdClassName
{
border-color: #970225;
}
.TagClassName
{
border-color: #970225;
}
</style>