Shades of Bright Red #98152D
Tints of Bright Red #98152D
RGB
CMYK
RGB Variations
Color information
#98152D (or 0x98152D) is known color: Bright Red. HEX triplet: 98, 15 and 2D. RGB value is (152,21,45). Sum of RGB (Red+Green+Blue) = 152+21+45=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #98152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98152D is #67EAD2. Grayscale: #3E3E3E. Windows color (decimal): -6810323 or 2954648. OLE color: 2954648.
HSL color Cylindrical-coordinate representation of color #98152D: hue angle of 349.01º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98152D is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 45 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.40 |
| HSL | 349.01º | 0.76% | 0.34% | - |
| HSV(B) | 349.01º | 0.86% | 0.6% | - |
| XYZ | 13.69 | 7.4 | 3.19 | - |
| YUV | 62.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 45 | 0 | 0.86 | 0.70 | 0.40 | 349.01 | 0.76 | 0.34 |
| Hex | 98 | 15 | 2D | 0 | 56 | 46 | 28 | 15D | 4C | 22 |
| Octal | 230 | 25 | 55 | 0 | 126 | 106 | 50 | 535 | 114 | 42 |
| Binary | 10011000 | 10101 | 101101 | 0 | 1010110 | 1000110 | 101000 | 101011101 | 1001100 | 100010 |
Color Harmonies of #98152D
Complementary color
Monochromatic Colors of #98152D
Black with #98152D
Text Example
Text Example
White with #98152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98152D; }
p { color: rgb(152,21,45); }
H1.HeaderClassName
{
color: #98152D;
}
.AnyTagClassName
{
color: #98152D;
}
</style>
background-color css
<style>
a { background-color: #98152D; }
a { background-color: rgb(152,21,45); }
div.DivClassName
{
background-color: #98152D;
}
.BgClassName
{
background-color: #98152D;
}
</style>
border-color css
<style>
span { border-color: #98152D; }
span { border-color: rgb(152,21,45); }
td.TdClassName
{
border-color: #98152D;
}
.TagClassName
{
border-color: #98152D;
}
</style>