Shades of Bright Red #981835
Tints of Bright Red #981835
RGB
CMYK
RGB Variations
Color information
#981835 (or 0x981835) is known color: Bright Red. HEX triplet: 98, 18 and 35. RGB value is (152,24,53). Sum of RGB (Red+Green+Blue) = 152+24+53=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #981835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981835 is #67E7CA. Grayscale: #414141. Windows color (decimal): -6809547 or 3479704. OLE color: 3479704.
HSL color Cylindrical-coordinate representation of color #981835: hue angle of 346.41º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981835 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 24 | 53 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.40 |
| HSL | 346.41º | 0.73% | 0.35% | - |
| HSV(B) | 346.41º | 0.84% | 0.6% | - |
| XYZ | 13.92 | 7.59 | 4.1 | - |
| YUV | 65.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 53 | 0 | 0.84 | 0.65 | 0.40 | 346.41 | 0.73 | 0.35 |
| Hex | 98 | 18 | 35 | 0 | 54 | 41 | 28 | 15A | 49 | 23 |
| Octal | 230 | 30 | 65 | 0 | 124 | 101 | 50 | 532 | 111 | 43 |
| Binary | 10011000 | 11000 | 110101 | 0 | 1010100 | 1000001 | 101000 | 101011010 | 1001001 | 100011 |
Color Harmonies of #981835
Complementary color
Monochromatic Colors of #981835
Black with #981835
Text Example
Text Example
White with #981835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981835; }
p { color: rgb(152,24,53); }
H1.HeaderClassName
{
color: #981835;
}
.AnyTagClassName
{
color: #981835;
}
</style>
background-color css
<style>
a { background-color: #981835; }
a { background-color: rgb(152,24,53); }
div.DivClassName
{
background-color: #981835;
}
.BgClassName
{
background-color: #981835;
}
</style>
border-color css
<style>
span { border-color: #981835; }
span { border-color: rgb(152,24,53); }
td.TdClassName
{
border-color: #981835;
}
.TagClassName
{
border-color: #981835;
}
</style>