Shades of Bright Red #98113B
Tints of Bright Red #98113B
RGB
CMYK
RGB Variations
Color information
#98113B (or 0x98113B) is known color: Bright Red. HEX triplet: 98, 11 and 3B. RGB value is (152,17,59). Sum of RGB (Red+Green+Blue) = 152+17+59=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #98113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98113B is #67EEC4. Grayscale: #3E3E3E. Windows color (decimal): -6811333 or 3871128. OLE color: 3871128.
HSL color Cylindrical-coordinate representation of color #98113B: hue angle of 341.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98113B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 59 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.40 |
| HSL | 341.33º | 0.8% | 0.33% | - |
| HSV(B) | 341.33º | 0.89% | 0.6% | - |
| XYZ | 13.94 | 7.39 | 4.83 | - |
| YUV | 62.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 59 | 0 | 0.89 | 0.61 | 0.40 | 341.33 | 0.8 | 0.33 |
| Hex | 98 | 11 | 3B | 0 | 59 | 3D | 28 | 155 | 50 | 21 |
| Octal | 230 | 21 | 73 | 0 | 131 | 75 | 50 | 525 | 120 | 41 |
| Binary | 10011000 | 10001 | 111011 | 0 | 1011001 | 111101 | 101000 | 101010101 | 1010000 | 100001 |
Color Harmonies of #98113B
Complementary color
Monochromatic Colors of #98113B
Black with #98113B
Text Example
Text Example
White with #98113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98113B; }
p { color: rgb(152,17,59); }
H1.HeaderClassName
{
color: #98113B;
}
.AnyTagClassName
{
color: #98113B;
}
</style>
background-color css
<style>
a { background-color: #98113B; }
a { background-color: rgb(152,17,59); }
div.DivClassName
{
background-color: #98113B;
}
.BgClassName
{
background-color: #98113B;
}
</style>
border-color css
<style>
span { border-color: #98113B; }
span { border-color: rgb(152,17,59); }
td.TdClassName
{
border-color: #98113B;
}
.TagClassName
{
border-color: #98113B;
}
</style>