Shades of Bright Red #980D3A
Tints of Bright Red #980D3A
RGB
CMYK
RGB Variations
Color information
#980D3A (or 0x980D3A) is known color: Bright Red. HEX triplet: 98, 0D and 3A. RGB value is (152,13,58). Sum of RGB (Red+Green+Blue) = 152+13+58=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #980D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D3A is #67F2C5. Grayscale: #3B3B3B. Windows color (decimal): -6812358 or 3804568. OLE color: 3804568.
HSL color Cylindrical-coordinate representation of color #980D3A: hue angle of 340.58º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D3A is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 58 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.40 |
| HSL | 340.58º | 0.84% | 0.32% | - |
| HSV(B) | 340.58º | 0.91% | 0.6% | - |
| XYZ | 13.86 | 7.27 | 4.68 | - |
| YUV | 59.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 58 | 0 | 0.91 | 0.62 | 0.40 | 340.58 | 0.84 | 0.32 |
| Hex | 98 | D | 3A | 0 | 5B | 3E | 28 | 155 | 54 | 20 |
| Octal | 230 | 15 | 72 | 0 | 133 | 76 | 50 | 525 | 124 | 40 |
| Binary | 10011000 | 1101 | 111010 | 0 | 1011011 | 111110 | 101000 | 101010101 | 1010100 | 100000 |
Color Harmonies of #980D3A
Complementary color
Monochromatic Colors of #980D3A
Black with #980D3A
Text Example
Text Example
White with #980D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D3A; }
p { color: rgb(152,13,58); }
H1.HeaderClassName
{
color: #980D3A;
}
.AnyTagClassName
{
color: #980D3A;
}
</style>
background-color css
<style>
a { background-color: #980D3A; }
a { background-color: rgb(152,13,58); }
div.DivClassName
{
background-color: #980D3A;
}
.BgClassName
{
background-color: #980D3A;
}
</style>
border-color css
<style>
span { border-color: #980D3A; }
span { border-color: rgb(152,13,58); }
td.TdClassName
{
border-color: #980D3A;
}
.TagClassName
{
border-color: #980D3A;
}
</style>