Shades of Bright Red #972629
Tints of Bright Red #972629
RGB
CMYK
RGB Variations
Color information
#972629 (or 0x972629) is known color: Bright Red. HEX triplet: 97, 26 and 29. RGB value is (151,38,41). Sum of RGB (Red+Green+Blue) = 151+38+41=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #972629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972629 is #68D9D6. Grayscale: #484848. Windows color (decimal): -6871511 or 2696855. OLE color: 2696855.
HSL color Cylindrical-coordinate representation of color #972629: hue angle of 358.41º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972629 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 38 | 41 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.41 |
| HSL | 358.41º | 0.6% | 0.37% | - |
| HSV(B) | 358.41º | 0.75% | 0.59% | - |
| XYZ | 13.86 | 8.13 | 2.94 | - |
| YUV | 72.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 41 | 0 | 0.75 | 0.73 | 0.41 | 358.41 | 0.6 | 0.37 |
| Hex | 97 | 26 | 29 | 0 | 4B | 49 | 29 | 166 | 3C | 25 |
| Octal | 227 | 46 | 51 | 0 | 113 | 111 | 51 | 546 | 74 | 45 |
| Binary | 10010111 | 100110 | 101001 | 0 | 1001011 | 1001001 | 101001 | 101100110 | 111100 | 100101 |
Color Harmonies of #972629
Complementary color
Monochromatic Colors of #972629
Black with #972629
Text Example
Text Example
White with #972629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972629; }
p { color: rgb(151,38,41); }
H1.HeaderClassName
{
color: #972629;
}
.AnyTagClassName
{
color: #972629;
}
</style>
background-color css
<style>
a { background-color: #972629; }
a { background-color: rgb(151,38,41); }
div.DivClassName
{
background-color: #972629;
}
.BgClassName
{
background-color: #972629;
}
</style>
border-color css
<style>
span { border-color: #972629; }
span { border-color: rgb(151,38,41); }
td.TdClassName
{
border-color: #972629;
}
.TagClassName
{
border-color: #972629;
}
</style>