Shades of Bright Red #98173D
Tints of Bright Red #98173D
RGB
CMYK
RGB Variations
Color information
#98173D (or 0x98173D) is known color: Bright Red. HEX triplet: 98, 17 and 3D. RGB value is (152,23,61). Sum of RGB (Red+Green+Blue) = 152+23+61=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #98173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98173D is #67E8C2. Grayscale: #414141. Windows color (decimal): -6809795 or 4003736. OLE color: 4003736.
HSL color Cylindrical-coordinate representation of color #98173D: hue angle of 342.33º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98173D is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 61 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.40 |
| HSL | 342.33º | 0.74% | 0.34% | - |
| HSV(B) | 342.33º | 0.85% | 0.6% | - |
| XYZ | 14.1 | 7.63 | 5.14 | - |
| YUV | 65.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 61 | 0 | 0.85 | 0.60 | 0.40 | 342.33 | 0.74 | 0.34 |
| Hex | 98 | 17 | 3D | 0 | 55 | 3C | 28 | 156 | 4A | 22 |
| Octal | 230 | 27 | 75 | 0 | 125 | 74 | 50 | 526 | 112 | 42 |
| Binary | 10011000 | 10111 | 111101 | 0 | 1010101 | 111100 | 101000 | 101010110 | 1001010 | 100010 |
Color Harmonies of #98173D
Complementary color
Monochromatic Colors of #98173D
Black with #98173D
Text Example
Text Example
White with #98173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98173D; }
p { color: rgb(152,23,61); }
H1.HeaderClassName
{
color: #98173D;
}
.AnyTagClassName
{
color: #98173D;
}
</style>
background-color css
<style>
a { background-color: #98173D; }
a { background-color: rgb(152,23,61); }
div.DivClassName
{
background-color: #98173D;
}
.BgClassName
{
background-color: #98173D;
}
</style>
border-color css
<style>
span { border-color: #98173D; }
span { border-color: rgb(152,23,61); }
td.TdClassName
{
border-color: #98173D;
}
.TagClassName
{
border-color: #98173D;
}
</style>