Shades of Bright Red #982136
Tints of Bright Red #982136
RGB
CMYK
RGB Variations
Color information
#982136 (or 0x982136) is known color: Bright Red. HEX triplet: 98, 21 and 36. RGB value is (152,33,54). Sum of RGB (Red+Green+Blue) = 152+33+54=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #982136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982136 is #67DEC9. Grayscale: #474747. Windows color (decimal): -6807242 or 3547544. OLE color: 3547544.
HSL color Cylindrical-coordinate representation of color #982136: hue angle of 349.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982136 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 54 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.40 |
| HSL | 349.41º | 0.64% | 0.36% | - |
| HSV(B) | 349.41º | 0.78% | 0.6% | - |
| XYZ | 14.16 | 8.03 | 4.29 | - |
| YUV | 70.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 54 | 0 | 0.78 | 0.64 | 0.40 | 349.41 | 0.64 | 0.36 |
| Hex | 98 | 21 | 36 | 0 | 4E | 40 | 28 | 15D | 40 | 24 |
| Octal | 230 | 41 | 66 | 0 | 116 | 100 | 50 | 535 | 100 | 44 |
| Binary | 10011000 | 100001 | 110110 | 0 | 1001110 | 1000000 | 101000 | 101011101 | 1000000 | 100100 |
Color Harmonies of #982136
Complementary color
Monochromatic Colors of #982136
Black with #982136
Text Example
Text Example
White with #982136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982136; }
p { color: rgb(152,33,54); }
H1.HeaderClassName
{
color: #982136;
}
.AnyTagClassName
{
color: #982136;
}
</style>
background-color css
<style>
a { background-color: #982136; }
a { background-color: rgb(152,33,54); }
div.DivClassName
{
background-color: #982136;
}
.BgClassName
{
background-color: #982136;
}
</style>
border-color css
<style>
span { border-color: #982136; }
span { border-color: rgb(152,33,54); }
td.TdClassName
{
border-color: #982136;
}
.TagClassName
{
border-color: #982136;
}
</style>