Shades of Bright Red #981B21
Tints of Bright Red #981B21
RGB
CMYK
RGB Variations
Color information
#981B21 (or 0x981B21) is known color: Bright Red. HEX triplet: 98, 1B and 21. RGB value is (152,27,33). Sum of RGB (Red+Green+Blue) = 152+27+33=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #981B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981B21 is #67E4DE. Grayscale: #414141. Windows color (decimal): -6808799 or 2169752. OLE color: 2169752.
HSL color Cylindrical-coordinate representation of color #981B21: hue angle of 357.12º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981B21 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 27 | 33 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.40 |
| HSL | 357.12º | 0.7% | 0.35% | - |
| HSV(B) | 357.12º | 0.82% | 0.6% | - |
| XYZ | 13.62 | 7.57 | 2.18 | - |
| YUV | 65.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 33 | 0 | 0.82 | 0.78 | 0.40 | 357.12 | 0.7 | 0.35 |
| Hex | 98 | 1B | 21 | 0 | 52 | 4E | 28 | 165 | 46 | 23 |
| Octal | 230 | 33 | 41 | 0 | 122 | 116 | 50 | 545 | 106 | 43 |
| Binary | 10011000 | 11011 | 100001 | 0 | 1010010 | 1001110 | 101000 | 101100101 | 1000110 | 100011 |
Color Harmonies of #981B21
Complementary color
Monochromatic Colors of #981B21
Black with #981B21
Text Example
Text Example
White with #981B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981B21; }
p { color: rgb(152,27,33); }
H1.HeaderClassName
{
color: #981B21;
}
.AnyTagClassName
{
color: #981B21;
}
</style>
background-color css
<style>
a { background-color: #981B21; }
a { background-color: rgb(152,27,33); }
div.DivClassName
{
background-color: #981B21;
}
.BgClassName
{
background-color: #981B21;
}
</style>
border-color css
<style>
span { border-color: #981B21; }
span { border-color: rgb(152,27,33); }
td.TdClassName
{
border-color: #981B21;
}
.TagClassName
{
border-color: #981B21;
}
</style>