Shades of Bright Red #982737
Tints of Bright Red #982737
RGB
CMYK
RGB Variations
Color information
#982737 (or 0x982737) is known color: Bright Red. HEX triplet: 98, 27 and 37. RGB value is (152,39,55). Sum of RGB (Red+Green+Blue) = 152+39+55=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #982737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982737 is #67D8C8. Grayscale: #4A4A4A. Windows color (decimal): -6805705 or 3614616. OLE color: 3614616.
HSL color Cylindrical-coordinate representation of color #982737: hue angle of 351.5º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982737 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 55 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.40 |
| HSL | 351.5º | 0.59% | 0.37% | - |
| HSV(B) | 351.5º | 0.74% | 0.6% | - |
| XYZ | 14.36 | 8.4 | 4.48 | - |
| YUV | 74.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 55 | 0 | 0.74 | 0.64 | 0.40 | 351.5 | 0.59 | 0.37 |
| Hex | 98 | 27 | 37 | 0 | 4A | 40 | 28 | 160 | 3B | 25 |
| Octal | 230 | 47 | 67 | 0 | 112 | 100 | 50 | 540 | 73 | 45 |
| Binary | 10011000 | 100111 | 110111 | 0 | 1001010 | 1000000 | 101000 | 101100000 | 111011 | 100101 |
Color Harmonies of #982737
Complementary color
Monochromatic Colors of #982737
Black with #982737
Text Example
Text Example
White with #982737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982737; }
p { color: rgb(152,39,55); }
H1.HeaderClassName
{
color: #982737;
}
.AnyTagClassName
{
color: #982737;
}
</style>
background-color css
<style>
a { background-color: #982737; }
a { background-color: rgb(152,39,55); }
div.DivClassName
{
background-color: #982737;
}
.BgClassName
{
background-color: #982737;
}
</style>
border-color css
<style>
span { border-color: #982737; }
span { border-color: rgb(152,39,55); }
td.TdClassName
{
border-color: #982737;
}
.TagClassName
{
border-color: #982737;
}
</style>