Shades of Bright Red #981D31
Tints of Bright Red #981D31
RGB
CMYK
RGB Variations
Color information
#981D31 (or 0x981D31) is known color: Bright Red. HEX triplet: 98, 1D and 31. RGB value is (152,29,49). Sum of RGB (Red+Green+Blue) = 152+29+49=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #981D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D31 is #67E2CE. Grayscale: #444444. Windows color (decimal): -6808271 or 3218840. OLE color: 3218840.
HSL color Cylindrical-coordinate representation of color #981D31: hue angle of 350.24º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D31 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 49 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.40 |
| HSL | 350.24º | 0.68% | 0.35% | - |
| HSV(B) | 350.24º | 0.81% | 0.6% | - |
| XYZ | 13.94 | 7.78 | 3.67 | - |
| YUV | 68.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 49 | 0 | 0.81 | 0.68 | 0.40 | 350.24 | 0.68 | 0.35 |
| Hex | 98 | 1D | 31 | 0 | 51 | 44 | 28 | 15E | 44 | 23 |
| Octal | 230 | 35 | 61 | 0 | 121 | 104 | 50 | 536 | 104 | 43 |
| Binary | 10011000 | 11101 | 110001 | 0 | 1010001 | 1000100 | 101000 | 101011110 | 1000100 | 100011 |
Color Harmonies of #981D31
Complementary color
Monochromatic Colors of #981D31
Black with #981D31
Text Example
Text Example
White with #981D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D31; }
p { color: rgb(152,29,49); }
H1.HeaderClassName
{
color: #981D31;
}
.AnyTagClassName
{
color: #981D31;
}
</style>
background-color css
<style>
a { background-color: #981D31; }
a { background-color: rgb(152,29,49); }
div.DivClassName
{
background-color: #981D31;
}
.BgClassName
{
background-color: #981D31;
}
</style>
border-color css
<style>
span { border-color: #981D31; }
span { border-color: rgb(152,29,49); }
td.TdClassName
{
border-color: #981D31;
}
.TagClassName
{
border-color: #981D31;
}
</style>