Shades of Bright Red #981130
Tints of Bright Red #981130
RGB
CMYK
RGB Variations
Color information
#981130 (or 0x981130) is known color: Bright Red. HEX triplet: 98, 11 and 30. RGB value is (152,17,48). Sum of RGB (Red+Green+Blue) = 152+17+48=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #981130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981130 is #67EECF. Grayscale: #3C3C3C. Windows color (decimal): -6811344 or 3150232. OLE color: 3150232.
HSL color Cylindrical-coordinate representation of color #981130: hue angle of 346.22º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981130 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 48 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.40 |
| HSL | 346.22º | 0.8% | 0.33% | - |
| HSV(B) | 346.22º | 0.89% | 0.6% | - |
| XYZ | 13.68 | 7.29 | 3.48 | - |
| YUV | 60.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 48 | 0 | 0.89 | 0.68 | 0.40 | 346.22 | 0.8 | 0.33 |
| Hex | 98 | 11 | 30 | 0 | 59 | 44 | 28 | 15A | 50 | 21 |
| Octal | 230 | 21 | 60 | 0 | 131 | 104 | 50 | 532 | 120 | 41 |
| Binary | 10011000 | 10001 | 110000 | 0 | 1011001 | 1000100 | 101000 | 101011010 | 1010000 | 100001 |
Color Harmonies of #981130
Complementary color
Monochromatic Colors of #981130
Black with #981130
Text Example
Text Example
White with #981130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981130; }
p { color: rgb(152,17,48); }
H1.HeaderClassName
{
color: #981130;
}
.AnyTagClassName
{
color: #981130;
}
</style>
background-color css
<style>
a { background-color: #981130; }
a { background-color: rgb(152,17,48); }
div.DivClassName
{
background-color: #981130;
}
.BgClassName
{
background-color: #981130;
}
</style>
border-color css
<style>
span { border-color: #981130; }
span { border-color: rgb(152,17,48); }
td.TdClassName
{
border-color: #981130;
}
.TagClassName
{
border-color: #981130;
}
</style>