Shades of Bright Red #98293D
Tints of Bright Red #98293D
RGB
CMYK
RGB Variations
Color information
#98293D (or 0x98293D) is known color: Bright Red. HEX triplet: 98, 29 and 3D. RGB value is (152,41,61). Sum of RGB (Red+Green+Blue) = 152+41+61=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #98293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98293D is #67D6C2. Grayscale: #4C4C4C. Windows color (decimal): -6805187 or 4008344. OLE color: 4008344.
HSL color Cylindrical-coordinate representation of color #98293D: hue angle of 349.19º 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 #98293D is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 61 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.40 |
| HSL | 349.19º | 0.58% | 0.38% | - |
| HSV(B) | 349.19º | 0.73% | 0.6% | - |
| XYZ | 14.58 | 8.6 | 5.31 | - |
| YUV | 76.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 61 | 0 | 0.73 | 0.60 | 0.40 | 349.19 | 0.58 | 0.38 |
| Hex | 98 | 29 | 3D | 0 | 49 | 3C | 28 | 15D | 3A | 26 |
| Octal | 230 | 51 | 75 | 0 | 111 | 74 | 50 | 535 | 72 | 46 |
| Binary | 10011000 | 101001 | 111101 | 0 | 1001001 | 111100 | 101000 | 101011101 | 111010 | 100110 |
Color Harmonies of #98293D
Complementary color
Monochromatic Colors of #98293D
Black with #98293D
Text Example
Text Example
White with #98293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98293D; }
p { color: rgb(152,41,61); }
H1.HeaderClassName
{
color: #98293D;
}
.AnyTagClassName
{
color: #98293D;
}
</style>
background-color css
<style>
a { background-color: #98293D; }
a { background-color: rgb(152,41,61); }
div.DivClassName
{
background-color: #98293D;
}
.BgClassName
{
background-color: #98293D;
}
</style>
border-color css
<style>
span { border-color: #98293D; }
span { border-color: rgb(152,41,61); }
td.TdClassName
{
border-color: #98293D;
}
.TagClassName
{
border-color: #98293D;
}
</style>