Shades of Bright Red #981723
Tints of Bright Red #981723
RGB
CMYK
RGB Variations
Color information
#981723 (or 0x981723) is known color: Bright Red. HEX triplet: 98, 17 and 23. RGB value is (152,23,35). Sum of RGB (Red+Green+Blue) = 152+23+35=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #981723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981723 is #67E8DC. Grayscale: #3F3F3F. Windows color (decimal): -6809821 or 2299800. OLE color: 2299800.
HSL color Cylindrical-coordinate representation of color #981723: hue angle of 354.42º 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 #981723 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 35 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.40 |
| HSL | 354.42º | 0.74% | 0.34% | - |
| HSV(B) | 354.42º | 0.85% | 0.6% | - |
| XYZ | 13.56 | 7.41 | 2.31 | - |
| YUV | 62.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 35 | 0 | 0.85 | 0.77 | 0.40 | 354.42 | 0.74 | 0.34 |
| Hex | 98 | 17 | 23 | 0 | 55 | 4D | 28 | 162 | 4A | 22 |
| Octal | 230 | 27 | 43 | 0 | 125 | 115 | 50 | 542 | 112 | 42 |
| Binary | 10011000 | 10111 | 100011 | 0 | 1010101 | 1001101 | 101000 | 101100010 | 1001010 | 100010 |
Color Harmonies of #981723
Complementary color
Monochromatic Colors of #981723
Black with #981723
Text Example
Text Example
White with #981723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981723; }
p { color: rgb(152,23,35); }
H1.HeaderClassName
{
color: #981723;
}
.AnyTagClassName
{
color: #981723;
}
</style>
background-color css
<style>
a { background-color: #981723; }
a { background-color: rgb(152,23,35); }
div.DivClassName
{
background-color: #981723;
}
.BgClassName
{
background-color: #981723;
}
</style>
border-color css
<style>
span { border-color: #981723; }
span { border-color: rgb(152,23,35); }
td.TdClassName
{
border-color: #981723;
}
.TagClassName
{
border-color: #981723;
}
</style>