Shades of Bright Red #971725
Tints of Bright Red #971725
RGB
CMYK
RGB Variations
Color information
#971725 (or 0x971725) is known color: Bright Red. HEX triplet: 97, 17 and 25. RGB value is (151,23,37). Sum of RGB (Red+Green+Blue) = 151+23+37=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #971725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971725 is #68E8DA. Grayscale: #3E3E3E. Windows color (decimal): -6875355 or 2430871. OLE color: 2430871.
HSL color Cylindrical-coordinate representation of color #971725: hue angle of 353.44º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971725 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 23 | 37 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.41 |
| HSL | 353.44º | 0.74% | 0.34% | - |
| HSV(B) | 353.44º | 0.85% | 0.59% | - |
| XYZ | 13.4 | 7.33 | 2.46 | - |
| YUV | 62.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 37 | 0 | 0.85 | 0.75 | 0.41 | 353.44 | 0.74 | 0.34 |
| Hex | 97 | 17 | 25 | 0 | 55 | 4B | 29 | 161 | 4A | 22 |
| Octal | 227 | 27 | 45 | 0 | 125 | 113 | 51 | 541 | 112 | 42 |
| Binary | 10010111 | 10111 | 100101 | 0 | 1010101 | 1001011 | 101001 | 101100001 | 1001010 | 100010 |
Color Harmonies of #971725
Complementary color
Monochromatic Colors of #971725
Black with #971725
Text Example
Text Example
White with #971725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971725; }
p { color: rgb(151,23,37); }
H1.HeaderClassName
{
color: #971725;
}
.AnyTagClassName
{
color: #971725;
}
</style>
background-color css
<style>
a { background-color: #971725; }
a { background-color: rgb(151,23,37); }
div.DivClassName
{
background-color: #971725;
}
.BgClassName
{
background-color: #971725;
}
</style>
border-color css
<style>
span { border-color: #971725; }
span { border-color: rgb(151,23,37); }
td.TdClassName
{
border-color: #971725;
}
.TagClassName
{
border-color: #971725;
}
</style>