Shades of Bright Red #98293A
Tints of Bright Red #98293A
RGB
CMYK
RGB Variations
Color information
#98293A (or 0x98293A) is known color: Bright Red. HEX triplet: 98, 29 and 3A. RGB value is (152,41,58). Sum of RGB (Red+Green+Blue) = 152+41+58=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98293A is #67D6C5. Grayscale: #4C4C4C. Windows color (decimal): -6805190 or 3811736. OLE color: 3811736.
HSL color Cylindrical-coordinate representation of color #98293A: hue angle of 350.81º 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 #98293A is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 58 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.40 |
| HSL | 350.81º | 0.58% | 0.38% | - |
| HSV(B) | 350.81º | 0.73% | 0.6% | - |
| XYZ | 14.51 | 8.57 | 4.89 | - |
| YUV | 76.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 58 | 0 | 0.73 | 0.62 | 0.40 | 350.81 | 0.58 | 0.38 |
| Hex | 98 | 29 | 3A | 0 | 49 | 3E | 28 | 15F | 3A | 26 |
| Octal | 230 | 51 | 72 | 0 | 111 | 76 | 50 | 537 | 72 | 46 |
| Binary | 10011000 | 101001 | 111010 | 0 | 1001001 | 111110 | 101000 | 101011111 | 111010 | 100110 |
Color Harmonies of #98293A
Complementary color
Monochromatic Colors of #98293A
Black with #98293A
Text Example
Text Example
White with #98293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98293A; }
p { color: rgb(152,41,58); }
H1.HeaderClassName
{
color: #98293A;
}
.AnyTagClassName
{
color: #98293A;
}
</style>
background-color css
<style>
a { background-color: #98293A; }
a { background-color: rgb(152,41,58); }
div.DivClassName
{
background-color: #98293A;
}
.BgClassName
{
background-color: #98293A;
}
</style>
border-color css
<style>
span { border-color: #98293A; }
span { border-color: rgb(152,41,58); }
td.TdClassName
{
border-color: #98293A;
}
.TagClassName
{
border-color: #98293A;
}
</style>