Shades of Bright Red #981D3E
Tints of Bright Red #981D3E
RGB
CMYK
RGB Variations
Color information
#981D3E (or 0x981D3E) is known color: Bright Red. HEX triplet: 98, 1D and 3E. RGB value is (152,29,62). Sum of RGB (Red+Green+Blue) = 152+29+62=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #981D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D3E is #67E2C1. Grayscale: #454545. Windows color (decimal): -6808258 or 4070808. OLE color: 4070808.
HSL color Cylindrical-coordinate representation of color #981D3E: hue angle of 343.9º 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 #981D3E is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 62 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.40 |
| HSL | 343.9º | 0.68% | 0.35% | - |
| HSV(B) | 343.9º | 0.81% | 0.6% | - |
| XYZ | 14.26 | 7.9 | 5.33 | - |
| YUV | 69.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 62 | 0 | 0.81 | 0.59 | 0.40 | 343.9 | 0.68 | 0.35 |
| Hex | 98 | 1D | 3E | 0 | 51 | 3B | 28 | 158 | 44 | 23 |
| Octal | 230 | 35 | 76 | 0 | 121 | 73 | 50 | 530 | 104 | 43 |
| Binary | 10011000 | 11101 | 111110 | 0 | 1010001 | 111011 | 101000 | 101011000 | 1000100 | 100011 |
Color Harmonies of #981D3E
Complementary color
Monochromatic Colors of #981D3E
Black with #981D3E
Text Example
Text Example
White with #981D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D3E; }
p { color: rgb(152,29,62); }
H1.HeaderClassName
{
color: #981D3E;
}
.AnyTagClassName
{
color: #981D3E;
}
</style>
background-color css
<style>
a { background-color: #981D3E; }
a { background-color: rgb(152,29,62); }
div.DivClassName
{
background-color: #981D3E;
}
.BgClassName
{
background-color: #981D3E;
}
</style>
border-color css
<style>
span { border-color: #981D3E; }
span { border-color: rgb(152,29,62); }
td.TdClassName
{
border-color: #981D3E;
}
.TagClassName
{
border-color: #981D3E;
}
</style>