Shades of Bright Red #982021
Tints of Bright Red #982021
RGB
CMYK
RGB Variations
Color information
#982021 (or 0x982021) is known color: Bright Red. HEX triplet: 98, 20 and 21. RGB value is (152,32,33). Sum of RGB (Red+Green+Blue) = 152+32+33=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #982021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982021 is #67DFDE. Grayscale: #444444. Windows color (decimal): -6807519 or 2171032. OLE color: 2171032.
HSL color Cylindrical-coordinate representation of color #982021: hue angle of 359.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982021 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 32 | 33 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.40 |
| HSL | 359.5º | 0.65% | 0.36% | - |
| HSV(B) | 359.5º | 0.79% | 0.6% | - |
| XYZ | 13.74 | 7.82 | 2.22 | - |
| YUV | 67.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 33 | 0 | 0.79 | 0.78 | 0.40 | 359.5 | 0.65 | 0.36 |
| Hex | 98 | 20 | 21 | 0 | 4F | 4E | 28 | 168 | 41 | 24 |
| Octal | 230 | 40 | 41 | 0 | 117 | 116 | 50 | 550 | 101 | 44 |
| Binary | 10011000 | 100000 | 100001 | 0 | 1001111 | 1001110 | 101000 | 101101000 | 1000001 | 100100 |
Color Harmonies of #982021
Complementary color
Monochromatic Colors of #982021
Black with #982021
Text Example
Text Example
White with #982021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982021; }
p { color: rgb(152,32,33); }
H1.HeaderClassName
{
color: #982021;
}
.AnyTagClassName
{
color: #982021;
}
</style>
background-color css
<style>
a { background-color: #982021; }
a { background-color: rgb(152,32,33); }
div.DivClassName
{
background-color: #982021;
}
.BgClassName
{
background-color: #982021;
}
</style>
border-color css
<style>
span { border-color: #982021; }
span { border-color: rgb(152,32,33); }
td.TdClassName
{
border-color: #982021;
}
.TagClassName
{
border-color: #982021;
}
</style>