Shades of Bright Red #98163A
Tints of Bright Red #98163A
RGB
CMYK
RGB Variations
Color information
#98163A (or 0x98163A) is known color: Bright Red. HEX triplet: 98, 16 and 3A. RGB value is (152,22,58). Sum of RGB (Red+Green+Blue) = 152+22+58=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #98163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98163A is #67E9C5. Grayscale: #404040. Windows color (decimal): -6810054 or 3806872. OLE color: 3806872.
HSL color Cylindrical-coordinate representation of color #98163A: hue angle of 343.38º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98163A is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 58 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.40 |
| HSL | 343.38º | 0.75% | 0.34% | - |
| HSV(B) | 343.38º | 0.86% | 0.6% | - |
| XYZ | 14 | 7.55 | 4.72 | - |
| YUV | 64.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 58 | 0 | 0.86 | 0.62 | 0.40 | 343.38 | 0.75 | 0.34 |
| Hex | 98 | 16 | 3A | 0 | 56 | 3E | 28 | 157 | 4B | 22 |
| Octal | 230 | 26 | 72 | 0 | 126 | 76 | 50 | 527 | 113 | 42 |
| Binary | 10011000 | 10110 | 111010 | 0 | 1010110 | 111110 | 101000 | 101010111 | 1001011 | 100010 |
Color Harmonies of #98163A
Complementary color
Monochromatic Colors of #98163A
Black with #98163A
Text Example
Text Example
White with #98163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98163A; }
p { color: rgb(152,22,58); }
H1.HeaderClassName
{
color: #98163A;
}
.AnyTagClassName
{
color: #98163A;
}
</style>
background-color css
<style>
a { background-color: #98163A; }
a { background-color: rgb(152,22,58); }
div.DivClassName
{
background-color: #98163A;
}
.BgClassName
{
background-color: #98163A;
}
</style>
border-color css
<style>
span { border-color: #98163A; }
span { border-color: rgb(152,22,58); }
td.TdClassName
{
border-color: #98163A;
}
.TagClassName
{
border-color: #98163A;
}
</style>