Shades of Bright Red #971930
Tints of Bright Red #971930
RGB
CMYK
RGB Variations
Color information
#971930 (or 0x971930) is known color: Bright Red. HEX triplet: 97, 19 and 30. RGB value is (151,25,48). Sum of RGB (Red+Green+Blue) = 151+25+48=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #971930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971930 is #68E6CF. Grayscale: #414141. Windows color (decimal): -6874832 or 3152279. OLE color: 3152279.
HSL color Cylindrical-coordinate representation of color #971930: hue angle of 349.05º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971930 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 48 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.41 |
| HSL | 349.05º | 0.72% | 0.35% | - |
| HSV(B) | 349.05º | 0.83% | 0.59% | - |
| XYZ | 13.64 | 7.49 | 3.52 | - |
| YUV | 65.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 48 | 0 | 0.83 | 0.68 | 0.41 | 349.05 | 0.72 | 0.35 |
| Hex | 97 | 19 | 30 | 0 | 53 | 44 | 29 | 15D | 48 | 23 |
| Octal | 227 | 31 | 60 | 0 | 123 | 104 | 51 | 535 | 110 | 43 |
| Binary | 10010111 | 11001 | 110000 | 0 | 1010011 | 1000100 | 101001 | 101011101 | 1001000 | 100011 |
Color Harmonies of #971930
Complementary color
Monochromatic Colors of #971930
Black with #971930
Text Example
Text Example
White with #971930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971930; }
p { color: rgb(151,25,48); }
H1.HeaderClassName
{
color: #971930;
}
.AnyTagClassName
{
color: #971930;
}
</style>
background-color css
<style>
a { background-color: #971930; }
a { background-color: rgb(151,25,48); }
div.DivClassName
{
background-color: #971930;
}
.BgClassName
{
background-color: #971930;
}
</style>
border-color css
<style>
span { border-color: #971930; }
span { border-color: rgb(151,25,48); }
td.TdClassName
{
border-color: #971930;
}
.TagClassName
{
border-color: #971930;
}
</style>