Shades of Bright Red #981D3C
Tints of Bright Red #981D3C
RGB
CMYK
RGB Variations
Color information
#981D3C (or 0x981D3C) is known color: Bright Red. HEX triplet: 98, 1D and 3C. RGB value is (152,29,60). Sum of RGB (Red+Green+Blue) = 152+29+60=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #981D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D3C is #67E2C3. Grayscale: #454545. Windows color (decimal): -6808260 or 3939736. OLE color: 3939736.
HSL color Cylindrical-coordinate representation of color #981D3C: hue angle of 344.88º 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 #981D3C is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 60 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.40 |
| HSL | 344.88º | 0.68% | 0.35% | - |
| HSV(B) | 344.88º | 0.81% | 0.6% | - |
| XYZ | 14.2 | 7.88 | 5.05 | - |
| YUV | 69.31 | 122.75 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 60 | 0 | 0.81 | 0.61 | 0.40 | 344.88 | 0.68 | 0.35 |
| Hex | 98 | 1D | 3C | 0 | 51 | 3D | 28 | 159 | 44 | 23 |
| Octal | 230 | 35 | 74 | 0 | 121 | 75 | 50 | 531 | 104 | 43 |
| Binary | 10011000 | 11101 | 111100 | 0 | 1010001 | 111101 | 101000 | 101011001 | 1000100 | 100011 |
Color Harmonies of #981D3C
Complementary color
Monochromatic Colors of #981D3C
Black with #981D3C
Text Example
Text Example
White with #981D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D3C; }
p { color: rgb(152,29,60); }
H1.HeaderClassName
{
color: #981D3C;
}
.AnyTagClassName
{
color: #981D3C;
}
</style>
background-color css
<style>
a { background-color: #981D3C; }
a { background-color: rgb(152,29,60); }
div.DivClassName
{
background-color: #981D3C;
}
.BgClassName
{
background-color: #981D3C;
}
</style>
border-color css
<style>
span { border-color: #981D3C; }
span { border-color: rgb(152,29,60); }
td.TdClassName
{
border-color: #981D3C;
}
.TagClassName
{
border-color: #981D3C;
}
</style>