Shades of Bright Red #98133D
Tints of Bright Red #98133D
RGB
CMYK
RGB Variations
Color information
#98133D (or 0x98133D) is known color: Bright Red. HEX triplet: 98, 13 and 3D. RGB value is (152,19,61). Sum of RGB (Red+Green+Blue) = 152+19+61=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #98133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98133D is #67ECC2. Grayscale: #3F3F3F. Windows color (decimal): -6810819 or 4002712. OLE color: 4002712.
HSL color Cylindrical-coordinate representation of color #98133D: hue angle of 341.05º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98133D is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 61 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.40 |
| HSL | 341.05º | 0.78% | 0.34% | - |
| HSV(B) | 341.05º | 0.88% | 0.6% | - |
| XYZ | 14.02 | 7.48 | 5.12 | - |
| YUV | 63.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 61 | 0 | 0.87 | 0.60 | 0.40 | 341.05 | 0.78 | 0.34 |
| Hex | 98 | 13 | 3D | 0 | 57 | 3C | 28 | 155 | 4E | 22 |
| Octal | 230 | 23 | 75 | 0 | 127 | 74 | 50 | 525 | 116 | 42 |
| Binary | 10011000 | 10011 | 111101 | 0 | 1010111 | 111100 | 101000 | 101010101 | 1001110 | 100010 |
Color Harmonies of #98133D
Complementary color
Monochromatic Colors of #98133D
Black with #98133D
Text Example
Text Example
White with #98133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98133D; }
p { color: rgb(152,19,61); }
H1.HeaderClassName
{
color: #98133D;
}
.AnyTagClassName
{
color: #98133D;
}
</style>
background-color css
<style>
a { background-color: #98133D; }
a { background-color: rgb(152,19,61); }
div.DivClassName
{
background-color: #98133D;
}
.BgClassName
{
background-color: #98133D;
}
</style>
border-color css
<style>
span { border-color: #98133D; }
span { border-color: rgb(152,19,61); }
td.TdClassName
{
border-color: #98133D;
}
.TagClassName
{
border-color: #98133D;
}
</style>