Shades of Bright Red #982131
Tints of Bright Red #982131
RGB
CMYK
RGB Variations
Color information
#982131 (or 0x982131) is known color: Bright Red. HEX triplet: 98, 21 and 31. RGB value is (152,33,49). Sum of RGB (Red+Green+Blue) = 152+33+49=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #982131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982131 is #67DECE. Grayscale: #464646. Windows color (decimal): -6807247 or 3219864. OLE color: 3219864.
HSL color Cylindrical-coordinate representation of color #982131: hue angle of 351.93º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982131 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 49 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.40 |
| HSL | 351.93º | 0.64% | 0.36% | - |
| HSV(B) | 351.93º | 0.78% | 0.6% | - |
| XYZ | 14.05 | 7.98 | 3.71 | - |
| YUV | 70.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 49 | 0 | 0.78 | 0.68 | 0.40 | 351.93 | 0.64 | 0.36 |
| Hex | 98 | 21 | 31 | 0 | 4E | 44 | 28 | 160 | 40 | 24 |
| Octal | 230 | 41 | 61 | 0 | 116 | 104 | 50 | 540 | 100 | 44 |
| Binary | 10011000 | 100001 | 110001 | 0 | 1001110 | 1000100 | 101000 | 101100000 | 1000000 | 100100 |
Color Harmonies of #982131
Complementary color
Monochromatic Colors of #982131
Black with #982131
Text Example
Text Example
White with #982131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982131; }
p { color: rgb(152,33,49); }
H1.HeaderClassName
{
color: #982131;
}
.AnyTagClassName
{
color: #982131;
}
</style>
background-color css
<style>
a { background-color: #982131; }
a { background-color: rgb(152,33,49); }
div.DivClassName
{
background-color: #982131;
}
.BgClassName
{
background-color: #982131;
}
</style>
border-color css
<style>
span { border-color: #982131; }
span { border-color: rgb(152,33,49); }
td.TdClassName
{
border-color: #982131;
}
.TagClassName
{
border-color: #982131;
}
</style>