Shades of Bright Red #981C23
Tints of Bright Red #981C23
RGB
CMYK
RGB Variations
Color information
#981C23 (or 0x981C23) is known color: Bright Red. HEX triplet: 98, 1C and 23. RGB value is (152,28,35). Sum of RGB (Red+Green+Blue) = 152+28+35=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #981C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981C23 is #67E3DC. Grayscale: #414141. Windows color (decimal): -6808541 or 2301080. OLE color: 2301080.
HSL color Cylindrical-coordinate representation of color #981C23: hue angle of 356.61º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C23 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 35 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.40 |
| HSL | 356.61º | 0.69% | 0.35% | - |
| HSV(B) | 356.61º | 0.82% | 0.6% | - |
| XYZ | 13.67 | 7.63 | 2.34 | - |
| YUV | 65.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 35 | 0 | 0.82 | 0.77 | 0.40 | 356.61 | 0.69 | 0.35 |
| Hex | 98 | 1C | 23 | 0 | 52 | 4D | 28 | 165 | 45 | 23 |
| Octal | 230 | 34 | 43 | 0 | 122 | 115 | 50 | 545 | 105 | 43 |
| Binary | 10011000 | 11100 | 100011 | 0 | 1010010 | 1001101 | 101000 | 101100101 | 1000101 | 100011 |
Color Harmonies of #981C23
Complementary color
Monochromatic Colors of #981C23
Black with #981C23
Text Example
Text Example
White with #981C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C23; }
p { color: rgb(152,28,35); }
H1.HeaderClassName
{
color: #981C23;
}
.AnyTagClassName
{
color: #981C23;
}
</style>
background-color css
<style>
a { background-color: #981C23; }
a { background-color: rgb(152,28,35); }
div.DivClassName
{
background-color: #981C23;
}
.BgClassName
{
background-color: #981C23;
}
</style>
border-color css
<style>
span { border-color: #981C23; }
span { border-color: rgb(152,28,35); }
td.TdClassName
{
border-color: #981C23;
}
.TagClassName
{
border-color: #981C23;
}
</style>