Shades of Bright Red #981935
Tints of Bright Red #981935
RGB
CMYK
RGB Variations
Color information
#981935 (or 0x981935) is known color: Bright Red. HEX triplet: 98, 19 and 35. RGB value is (152,25,53). Sum of RGB (Red+Green+Blue) = 152+25+53=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #981935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981935 is #67E6CA. Grayscale: #424242. Windows color (decimal): -6809291 or 3479960. OLE color: 3479960.
HSL color Cylindrical-coordinate representation of color #981935: hue angle of 346.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981935 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 53 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.40 |
| HSL | 346.77º | 0.72% | 0.35% | - |
| HSV(B) | 346.77º | 0.84% | 0.6% | - |
| XYZ | 13.94 | 7.63 | 4.11 | - |
| YUV | 66.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 53 | 0 | 0.84 | 0.65 | 0.40 | 346.77 | 0.72 | 0.35 |
| Hex | 98 | 19 | 35 | 0 | 54 | 41 | 28 | 15B | 48 | 23 |
| Octal | 230 | 31 | 65 | 0 | 124 | 101 | 50 | 533 | 110 | 43 |
| Binary | 10011000 | 11001 | 110101 | 0 | 1010100 | 1000001 | 101000 | 101011011 | 1001000 | 100011 |
Color Harmonies of #981935
Complementary color
Monochromatic Colors of #981935
Black with #981935
Text Example
Text Example
White with #981935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981935; }
p { color: rgb(152,25,53); }
H1.HeaderClassName
{
color: #981935;
}
.AnyTagClassName
{
color: #981935;
}
</style>
background-color css
<style>
a { background-color: #981935; }
a { background-color: rgb(152,25,53); }
div.DivClassName
{
background-color: #981935;
}
.BgClassName
{
background-color: #981935;
}
</style>
border-color css
<style>
span { border-color: #981935; }
span { border-color: rgb(152,25,53); }
td.TdClassName
{
border-color: #981935;
}
.TagClassName
{
border-color: #981935;
}
</style>