Shades of Bright Red #981D24
Tints of Bright Red #981D24
RGB
CMYK
RGB Variations
Color information
#981D24 (or 0x981D24) is known color: Bright Red. HEX triplet: 98, 1D and 24. RGB value is (152,29,36). Sum of RGB (Red+Green+Blue) = 152+29+36=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #981D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D24 is #67E2DB. Grayscale: #424242. Windows color (decimal): -6808284 or 2366872. OLE color: 2366872.
HSL color Cylindrical-coordinate representation of color #981D24: hue angle of 356.59º 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 #981D24 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 36 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.40 |
| HSL | 356.59º | 0.68% | 0.35% | - |
| HSV(B) | 356.59º | 0.81% | 0.6% | - |
| XYZ | 13.71 | 7.68 | 2.43 | - |
| YUV | 66.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 36 | 0 | 0.81 | 0.76 | 0.40 | 356.59 | 0.68 | 0.35 |
| Hex | 98 | 1D | 24 | 0 | 51 | 4C | 28 | 165 | 44 | 23 |
| Octal | 230 | 35 | 44 | 0 | 121 | 114 | 50 | 545 | 104 | 43 |
| Binary | 10011000 | 11101 | 100100 | 0 | 1010001 | 1001100 | 101000 | 101100101 | 1000100 | 100011 |
Color Harmonies of #981D24
Complementary color
Monochromatic Colors of #981D24
Black with #981D24
Text Example
Text Example
White with #981D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D24; }
p { color: rgb(152,29,36); }
H1.HeaderClassName
{
color: #981D24;
}
.AnyTagClassName
{
color: #981D24;
}
</style>
background-color css
<style>
a { background-color: #981D24; }
a { background-color: rgb(152,29,36); }
div.DivClassName
{
background-color: #981D24;
}
.BgClassName
{
background-color: #981D24;
}
</style>
border-color css
<style>
span { border-color: #981D24; }
span { border-color: rgb(152,29,36); }
td.TdClassName
{
border-color: #981D24;
}
.TagClassName
{
border-color: #981D24;
}
</style>