Shades of Bright Red #981D3F
Tints of Bright Red #981D3F
RGB
CMYK
RGB Variations
Color information
#981D3F (or 0x981D3F) is known color: Bright Red. HEX triplet: 98, 1D and 3F. RGB value is (152,29,63). Sum of RGB (Red+Green+Blue) = 152+29+63=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #981D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D3F is #67E2C0. Grayscale: #454545. Windows color (decimal): -6808257 or 4136344. OLE color: 4136344.
HSL color Cylindrical-coordinate representation of color #981D3F: hue angle of 343.41º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D3F is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 63 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.40 |
| HSL | 343.41º | 0.68% | 0.35% | - |
| HSV(B) | 343.41º | 0.81% | 0.6% | - |
| XYZ | 14.29 | 7.91 | 5.48 | - |
| YUV | 69.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 63 | 0 | 0.81 | 0.59 | 0.40 | 343.41 | 0.68 | 0.35 |
| Hex | 98 | 1D | 3F | 0 | 51 | 3B | 28 | 157 | 44 | 23 |
| Octal | 230 | 35 | 77 | 0 | 121 | 73 | 50 | 527 | 104 | 43 |
| Binary | 10011000 | 11101 | 111111 | 0 | 1010001 | 111011 | 101000 | 101010111 | 1000100 | 100011 |
Color Harmonies of #981D3F
Complementary color
Monochromatic Colors of #981D3F
Black with #981D3F
Text Example
Text Example
White with #981D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D3F; }
p { color: rgb(152,29,63); }
H1.HeaderClassName
{
color: #981D3F;
}
.AnyTagClassName
{
color: #981D3F;
}
</style>
background-color css
<style>
a { background-color: #981D3F; }
a { background-color: rgb(152,29,63); }
div.DivClassName
{
background-color: #981D3F;
}
.BgClassName
{
background-color: #981D3F;
}
</style>
border-color css
<style>
span { border-color: #981D3F; }
span { border-color: rgb(152,29,63); }
td.TdClassName
{
border-color: #981D3F;
}
.TagClassName
{
border-color: #981D3F;
}
</style>