Shades of Bright Red #981138
Tints of Bright Red #981138
RGB
CMYK
RGB Variations
Color information
#981138 (or 0x981138) is known color: Bright Red. HEX triplet: 98, 11 and 38. RGB value is (152,17,56). Sum of RGB (Red+Green+Blue) = 152+17+56=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #981138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981138 is #67EEC7. Grayscale: #3D3D3D. Windows color (decimal): -6811336 or 3674520. OLE color: 3674520.
HSL color Cylindrical-coordinate representation of color #981138: hue angle of 342.67º 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 #981138 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 56 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.40 |
| HSL | 342.67º | 0.8% | 0.33% | - |
| HSV(B) | 342.67º | 0.89% | 0.6% | - |
| XYZ | 13.86 | 7.36 | 4.43 | - |
| YUV | 61.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 56 | 0 | 0.89 | 0.63 | 0.40 | 342.67 | 0.8 | 0.33 |
| Hex | 98 | 11 | 38 | 0 | 59 | 3F | 28 | 157 | 50 | 21 |
| Octal | 230 | 21 | 70 | 0 | 131 | 77 | 50 | 527 | 120 | 41 |
| Binary | 10011000 | 10001 | 111000 | 0 | 1011001 | 111111 | 101000 | 101010111 | 1010000 | 100001 |
Color Harmonies of #981138
Complementary color
Monochromatic Colors of #981138
Black with #981138
Text Example
Text Example
White with #981138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981138; }
p { color: rgb(152,17,56); }
H1.HeaderClassName
{
color: #981138;
}
.AnyTagClassName
{
color: #981138;
}
</style>
background-color css
<style>
a { background-color: #981138; }
a { background-color: rgb(152,17,56); }
div.DivClassName
{
background-color: #981138;
}
.BgClassName
{
background-color: #981138;
}
</style>
border-color css
<style>
span { border-color: #981138; }
span { border-color: rgb(152,17,56); }
td.TdClassName
{
border-color: #981138;
}
.TagClassName
{
border-color: #981138;
}
</style>