Shades of Bright Red #98293F
Tints of Bright Red #98293F
RGB
CMYK
RGB Variations
Color information
#98293F (or 0x98293F) is known color: Bright Red. HEX triplet: 98, 29 and 3F. RGB value is (152,41,63). Sum of RGB (Red+Green+Blue) = 152+41+63=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #98293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98293F is #67D6C0. Grayscale: #4C4C4C. Windows color (decimal): -6805185 or 4139416. OLE color: 4139416.
HSL color Cylindrical-coordinate representation of color #98293F: hue angle of 348.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98293F is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 63 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.40 |
| HSL | 348.11º | 0.58% | 0.38% | - |
| HSV(B) | 348.11º | 0.73% | 0.6% | - |
| XYZ | 14.64 | 8.62 | 5.59 | - |
| YUV | 76.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 63 | 0 | 0.73 | 0.59 | 0.40 | 348.11 | 0.58 | 0.38 |
| Hex | 98 | 29 | 3F | 0 | 49 | 3B | 28 | 15C | 3A | 26 |
| Octal | 230 | 51 | 77 | 0 | 111 | 73 | 50 | 534 | 72 | 46 |
| Binary | 10011000 | 101001 | 111111 | 0 | 1001001 | 111011 | 101000 | 101011100 | 111010 | 100110 |
Color Harmonies of #98293F
Complementary color
Monochromatic Colors of #98293F
Black with #98293F
Text Example
Text Example
White with #98293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98293F; }
p { color: rgb(152,41,63); }
H1.HeaderClassName
{
color: #98293F;
}
.AnyTagClassName
{
color: #98293F;
}
</style>
background-color css
<style>
a { background-color: #98293F; }
a { background-color: rgb(152,41,63); }
div.DivClassName
{
background-color: #98293F;
}
.BgClassName
{
background-color: #98293F;
}
</style>
border-color css
<style>
span { border-color: #98293F; }
span { border-color: rgb(152,41,63); }
td.TdClassName
{
border-color: #98293F;
}
.TagClassName
{
border-color: #98293F;
}
</style>