Shades of Bright Red #982535
Tints of Bright Red #982535
RGB
CMYK
RGB Variations
Color information
#982535 (or 0x982535) is known color: Bright Red. HEX triplet: 98, 25 and 35. RGB value is (152,37,53). Sum of RGB (Red+Green+Blue) = 152+37+53=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #982535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982535 is #67DACA. Grayscale: #494949. Windows color (decimal): -6806219 or 3483032. OLE color: 3483032.
HSL color Cylindrical-coordinate representation of color #982535: hue angle of 351.65º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982535 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 53 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.40 |
| HSL | 351.65º | 0.61% | 0.37% | - |
| HSV(B) | 351.65º | 0.76% | 0.6% | - |
| XYZ | 14.25 | 8.26 | 4.21 | - |
| YUV | 73.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 53 | 0 | 0.76 | 0.65 | 0.40 | 351.65 | 0.61 | 0.37 |
| Hex | 98 | 25 | 35 | 0 | 4C | 41 | 28 | 160 | 3D | 25 |
| Octal | 230 | 45 | 65 | 0 | 114 | 101 | 50 | 540 | 75 | 45 |
| Binary | 10011000 | 100101 | 110101 | 0 | 1001100 | 1000001 | 101000 | 101100000 | 111101 | 100101 |
Color Harmonies of #982535
Complementary color
Monochromatic Colors of #982535
Black with #982535
Text Example
Text Example
White with #982535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982535; }
p { color: rgb(152,37,53); }
H1.HeaderClassName
{
color: #982535;
}
.AnyTagClassName
{
color: #982535;
}
</style>
background-color css
<style>
a { background-color: #982535; }
a { background-color: rgb(152,37,53); }
div.DivClassName
{
background-color: #982535;
}
.BgClassName
{
background-color: #982535;
}
</style>
border-color css
<style>
span { border-color: #982535; }
span { border-color: rgb(152,37,53); }
td.TdClassName
{
border-color: #982535;
}
.TagClassName
{
border-color: #982535;
}
</style>