Shades of Bright Red #98172D
Tints of Bright Red #98172D
RGB
CMYK
RGB Variations
Color information
#98172D (or 0x98172D) is known color: Bright Red. HEX triplet: 98, 17 and 2D. RGB value is (152,23,45). Sum of RGB (Red+Green+Blue) = 152+23+45=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98172D is #67E8D2. Grayscale: #404040. Windows color (decimal): -6809811 or 2955160. OLE color: 2955160.
HSL color Cylindrical-coordinate representation of color #98172D: hue angle of 349.77º 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 #98172D is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 45 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.40 |
| HSL | 349.77º | 0.74% | 0.34% | - |
| HSV(B) | 349.77º | 0.85% | 0.6% | - |
| XYZ | 13.73 | 7.48 | 3.2 | - |
| YUV | 64.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 45 | 0 | 0.85 | 0.70 | 0.40 | 349.77 | 0.74 | 0.34 |
| Hex | 98 | 17 | 2D | 0 | 55 | 46 | 28 | 15E | 4A | 22 |
| Octal | 230 | 27 | 55 | 0 | 125 | 106 | 50 | 536 | 112 | 42 |
| Binary | 10011000 | 10111 | 101101 | 0 | 1010101 | 1000110 | 101000 | 101011110 | 1001010 | 100010 |
Color Harmonies of #98172D
Complementary color
Monochromatic Colors of #98172D
Black with #98172D
Text Example
Text Example
White with #98172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98172D; }
p { color: rgb(152,23,45); }
H1.HeaderClassName
{
color: #98172D;
}
.AnyTagClassName
{
color: #98172D;
}
</style>
background-color css
<style>
a { background-color: #98172D; }
a { background-color: rgb(152,23,45); }
div.DivClassName
{
background-color: #98172D;
}
.BgClassName
{
background-color: #98172D;
}
</style>
border-color css
<style>
span { border-color: #98172D; }
span { border-color: rgb(152,23,45); }
td.TdClassName
{
border-color: #98172D;
}
.TagClassName
{
border-color: #98172D;
}
</style>