Shades of Bright Red #982F3E
Tints of Bright Red #982F3E
RGB
CMYK
RGB Variations
Color information
#982F3E (or 0x982F3E) is known color: Bright Red. HEX triplet: 98, 2F and 3E. RGB value is (152,47,62). Sum of RGB (Red+Green+Blue) = 152+47+62=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #982F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F3E is #67D0C1. Grayscale: #505050. Windows color (decimal): -6803650 or 4075416. OLE color: 4075416.
HSL color Cylindrical-coordinate representation of color #982F3E: hue angle of 351.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F3E is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 62 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.40 |
| HSL | 351.43º | 0.53% | 0.39% | - |
| HSV(B) | 351.43º | 0.69% | 0.6% | - |
| XYZ | 14.83 | 9.06 | 5.52 | - |
| YUV | 80.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 62 | 0 | 0.69 | 0.59 | 0.40 | 351.43 | 0.53 | 0.39 |
| Hex | 98 | 2F | 3E | 0 | 45 | 3B | 28 | 15F | 35 | 27 |
| Octal | 230 | 57 | 76 | 0 | 105 | 73 | 50 | 537 | 65 | 47 |
| Binary | 10011000 | 101111 | 111110 | 0 | 1000101 | 111011 | 101000 | 101011111 | 110101 | 100111 |
Color Harmonies of #982F3E
Complementary color
Monochromatic Colors of #982F3E
Black with #982F3E
Text Example
Text Example
White with #982F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F3E; }
p { color: rgb(152,47,62); }
H1.HeaderClassName
{
color: #982F3E;
}
.AnyTagClassName
{
color: #982F3E;
}
</style>
background-color css
<style>
a { background-color: #982F3E; }
a { background-color: rgb(152,47,62); }
div.DivClassName
{
background-color: #982F3E;
}
.BgClassName
{
background-color: #982F3E;
}
</style>
border-color css
<style>
span { border-color: #982F3E; }
span { border-color: rgb(152,47,62); }
td.TdClassName
{
border-color: #982F3E;
}
.TagClassName
{
border-color: #982F3E;
}
</style>