Shades of Bright Red #982532
Tints of Bright Red #982532
RGB
CMYK
RGB Variations
Color information
#982532 (or 0x982532) is known color: Bright Red. HEX triplet: 98, 25 and 32. RGB value is (152,37,50). Sum of RGB (Red+Green+Blue) = 152+37+50=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #982532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982532 is #67DACD. Grayscale: #484848. Windows color (decimal): -6806222 or 3286424. OLE color: 3286424.
HSL color Cylindrical-coordinate representation of color #982532: hue angle of 353.22º 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 #982532 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 50 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.40 |
| HSL | 353.22º | 0.61% | 0.37% | - |
| HSV(B) | 353.22º | 0.76% | 0.6% | - |
| XYZ | 14.19 | 8.23 | 3.86 | - |
| YUV | 72.87 | 115.1 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 50 | 0 | 0.76 | 0.67 | 0.40 | 353.22 | 0.61 | 0.37 |
| Hex | 98 | 25 | 32 | 0 | 4C | 43 | 28 | 161 | 3D | 25 |
| Octal | 230 | 45 | 62 | 0 | 114 | 103 | 50 | 541 | 75 | 45 |
| Binary | 10011000 | 100101 | 110010 | 0 | 1001100 | 1000011 | 101000 | 101100001 | 111101 | 100101 |
Color Harmonies of #982532
Complementary color
Monochromatic Colors of #982532
Black with #982532
Text Example
Text Example
White with #982532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982532; }
p { color: rgb(152,37,50); }
H1.HeaderClassName
{
color: #982532;
}
.AnyTagClassName
{
color: #982532;
}
</style>
background-color css
<style>
a { background-color: #982532; }
a { background-color: rgb(152,37,50); }
div.DivClassName
{
background-color: #982532;
}
.BgClassName
{
background-color: #982532;
}
</style>
border-color css
<style>
span { border-color: #982532; }
span { border-color: rgb(152,37,50); }
td.TdClassName
{
border-color: #982532;
}
.TagClassName
{
border-color: #982532;
}
</style>