Shades of Bright Red #981D22
Tints of Bright Red #981D22
RGB
CMYK
RGB Variations
Color information
#981D22 (or 0x981D22) is known color: Bright Red. HEX triplet: 98, 1D and 22. RGB value is (152,29,34). Sum of RGB (Red+Green+Blue) = 152+29+34=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #981D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D22 is #67E2DD. Grayscale: #424242. Windows color (decimal): -6808286 or 2235800. OLE color: 2235800.
HSL color Cylindrical-coordinate representation of color #981D22: hue angle of 357.56º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D22 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 34 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.40 |
| HSL | 357.56º | 0.68% | 0.35% | - |
| HSV(B) | 357.56º | 0.81% | 0.6% | - |
| XYZ | 13.68 | 7.67 | 2.27 | - |
| YUV | 66.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 34 | 0 | 0.81 | 0.78 | 0.40 | 357.56 | 0.68 | 0.35 |
| Hex | 98 | 1D | 22 | 0 | 51 | 4E | 28 | 166 | 44 | 23 |
| Octal | 230 | 35 | 42 | 0 | 121 | 116 | 50 | 546 | 104 | 43 |
| Binary | 10011000 | 11101 | 100010 | 0 | 1010001 | 1001110 | 101000 | 101100110 | 1000100 | 100011 |
Color Harmonies of #981D22
Complementary color
Monochromatic Colors of #981D22
Black with #981D22
Text Example
Text Example
White with #981D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D22; }
p { color: rgb(152,29,34); }
H1.HeaderClassName
{
color: #981D22;
}
.AnyTagClassName
{
color: #981D22;
}
</style>
background-color css
<style>
a { background-color: #981D22; }
a { background-color: rgb(152,29,34); }
div.DivClassName
{
background-color: #981D22;
}
.BgClassName
{
background-color: #981D22;
}
</style>
border-color css
<style>
span { border-color: #981D22; }
span { border-color: rgb(152,29,34); }
td.TdClassName
{
border-color: #981D22;
}
.TagClassName
{
border-color: #981D22;
}
</style>