Shades of Bright Red #981725
Tints of Bright Red #981725
RGB
CMYK
RGB Variations
Color information
#981725 (or 0x981725) is known color: Bright Red. HEX triplet: 98, 17 and 25. RGB value is (152,23,37). Sum of RGB (Red+Green+Blue) = 152+23+37=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #981725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981725 is #67E8DA. Grayscale: #3F3F3F. Windows color (decimal): -6809819 or 2430872. OLE color: 2430872.
HSL color Cylindrical-coordinate representation of color #981725: hue angle of 353.49º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981725 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 37 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.40 |
| HSL | 353.49º | 0.74% | 0.34% | - |
| HSV(B) | 353.49º | 0.85% | 0.6% | - |
| XYZ | 13.59 | 7.42 | 2.47 | - |
| YUV | 63.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 37 | 0 | 0.85 | 0.76 | 0.40 | 353.49 | 0.74 | 0.34 |
| Hex | 98 | 17 | 25 | 0 | 55 | 4C | 28 | 161 | 4A | 22 |
| Octal | 230 | 27 | 45 | 0 | 125 | 114 | 50 | 541 | 112 | 42 |
| Binary | 10011000 | 10111 | 100101 | 0 | 1010101 | 1001100 | 101000 | 101100001 | 1001010 | 100010 |
Color Harmonies of #981725
Complementary color
Monochromatic Colors of #981725
Black with #981725
Text Example
Text Example
White with #981725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981725; }
p { color: rgb(152,23,37); }
H1.HeaderClassName
{
color: #981725;
}
.AnyTagClassName
{
color: #981725;
}
</style>
background-color css
<style>
a { background-color: #981725; }
a { background-color: rgb(152,23,37); }
div.DivClassName
{
background-color: #981725;
}
.BgClassName
{
background-color: #981725;
}
</style>
border-color css
<style>
span { border-color: #981725; }
span { border-color: rgb(152,23,37); }
td.TdClassName
{
border-color: #981725;
}
.TagClassName
{
border-color: #981725;
}
</style>