Shades of Bright Red #981E23
Tints of Bright Red #981E23
RGB
CMYK
RGB Variations
Color information
#981E23 (or 0x981E23) is known color: Bright Red. HEX triplet: 98, 1E and 23. RGB value is (152,30,35). Sum of RGB (Red+Green+Blue) = 152+30+35=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #981E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981E23 is #67E1DC. Grayscale: #434343. Windows color (decimal): -6808029 or 2301592. OLE color: 2301592.
HSL color Cylindrical-coordinate representation of color #981E23: hue angle of 357.54º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E23 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 35 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.40 |
| HSL | 357.54º | 0.67% | 0.36% | - |
| HSV(B) | 357.54º | 0.8% | 0.6% | - |
| XYZ | 13.72 | 7.73 | 2.36 | - |
| YUV | 67.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 35 | 0 | 0.80 | 0.77 | 0.40 | 357.54 | 0.67 | 0.36 |
| Hex | 98 | 1E | 23 | 0 | 50 | 4D | 28 | 166 | 43 | 24 |
| Octal | 230 | 36 | 43 | 0 | 120 | 115 | 50 | 546 | 103 | 44 |
| Binary | 10011000 | 11110 | 100011 | 0 | 1010000 | 1001101 | 101000 | 101100110 | 1000011 | 100100 |
Color Harmonies of #981E23
Complementary color
Monochromatic Colors of #981E23
Black with #981E23
Text Example
Text Example
White with #981E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E23; }
p { color: rgb(152,30,35); }
H1.HeaderClassName
{
color: #981E23;
}
.AnyTagClassName
{
color: #981E23;
}
</style>
background-color css
<style>
a { background-color: #981E23; }
a { background-color: rgb(152,30,35); }
div.DivClassName
{
background-color: #981E23;
}
.BgClassName
{
background-color: #981E23;
}
</style>
border-color css
<style>
span { border-color: #981E23; }
span { border-color: rgb(152,30,35); }
td.TdClassName
{
border-color: #981E23;
}
.TagClassName
{
border-color: #981E23;
}
</style>