Shades of Bright Red #982240
Tints of Bright Red #982240
RGB
CMYK
RGB Variations
Color information
#982240 (or 0x982240) is known color: Bright Red. HEX triplet: 98, 22 and 40. RGB value is (152,34,64). Sum of RGB (Red+Green+Blue) = 152+34+64=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #982240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982240 is #67DDBF. Grayscale: #484848. Windows color (decimal): -6806976 or 4203160. OLE color: 4203160.
HSL color Cylindrical-coordinate representation of color #982240: hue angle of 344.75º degrees, saturation: 0.63, 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 #982240 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 64 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.40 |
| HSL | 344.75º | 0.63% | 0.36% | - |
| HSV(B) | 344.75º | 0.78% | 0.6% | - |
| XYZ | 14.45 | 8.19 | 5.67 | - |
| YUV | 72.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 64 | 0 | 0.78 | 0.58 | 0.40 | 344.75 | 0.63 | 0.36 |
| Hex | 98 | 22 | 40 | 0 | 4E | 3A | 28 | 159 | 3F | 24 |
| Octal | 230 | 42 | 100 | 0 | 116 | 72 | 50 | 531 | 77 | 44 |
| Binary | 10011000 | 100010 | 1000000 | 0 | 1001110 | 111010 | 101000 | 101011001 | 111111 | 100100 |
Color Harmonies of #982240
Complementary color
Monochromatic Colors of #982240
Black with #982240
Text Example
Text Example
White with #982240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982240; }
p { color: rgb(152,34,64); }
H1.HeaderClassName
{
color: #982240;
}
.AnyTagClassName
{
color: #982240;
}
</style>
background-color css
<style>
a { background-color: #982240; }
a { background-color: rgb(152,34,64); }
div.DivClassName
{
background-color: #982240;
}
.BgClassName
{
background-color: #982240;
}
</style>
border-color css
<style>
span { border-color: #982240; }
span { border-color: rgb(152,34,64); }
td.TdClassName
{
border-color: #982240;
}
.TagClassName
{
border-color: #982240;
}
</style>