Shades of Bright Red #98122D
Tints of Bright Red #98122D
RGB
CMYK
RGB Variations
Color information
#98122D (or 0x98122D) is known color: Bright Red. HEX triplet: 98, 12 and 2D. RGB value is (152,18,45). Sum of RGB (Red+Green+Blue) = 152+18+45=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #98122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98122D is #67EDD2. Grayscale: #3D3D3D. Windows color (decimal): -6811091 or 2953880. OLE color: 2953880.
HSL color Cylindrical-coordinate representation of color #98122D: hue angle of 347.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98122D is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 45 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.40 |
| HSL | 347.91º | 0.79% | 0.33% | - |
| HSV(B) | 347.91º | 0.88% | 0.6% | - |
| XYZ | 13.64 | 7.3 | 3.17 | - |
| YUV | 61.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 45 | 0 | 0.88 | 0.70 | 0.40 | 347.91 | 0.79 | 0.33 |
| Hex | 98 | 12 | 2D | 0 | 58 | 46 | 28 | 15C | 4F | 21 |
| Octal | 230 | 22 | 55 | 0 | 130 | 106 | 50 | 534 | 117 | 41 |
| Binary | 10011000 | 10010 | 101101 | 0 | 1011000 | 1000110 | 101000 | 101011100 | 1001111 | 100001 |
Color Harmonies of #98122D
Complementary color
Monochromatic Colors of #98122D
Black with #98122D
Text Example
Text Example
White with #98122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98122D; }
p { color: rgb(152,18,45); }
H1.HeaderClassName
{
color: #98122D;
}
.AnyTagClassName
{
color: #98122D;
}
</style>
background-color css
<style>
a { background-color: #98122D; }
a { background-color: rgb(152,18,45); }
div.DivClassName
{
background-color: #98122D;
}
.BgClassName
{
background-color: #98122D;
}
</style>
border-color css
<style>
span { border-color: #98122D; }
span { border-color: rgb(152,18,45); }
td.TdClassName
{
border-color: #98122D;
}
.TagClassName
{
border-color: #98122D;
}
</style>