Shades of Bright Red #982C39
Tints of Bright Red #982C39
RGB
CMYK
RGB Variations
Color information
#982C39 (or 0x982C39) is known color: Bright Red. HEX triplet: 98, 2C and 39. RGB value is (152,44,57). Sum of RGB (Red+Green+Blue) = 152+44+57=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #982C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C39 is #67D3C6. Grayscale: #4D4D4D. Windows color (decimal): -6804423 or 3746968. OLE color: 3746968.
HSL color Cylindrical-coordinate representation of color #982C39: hue angle of 352.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C39 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 57 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.40 |
| HSL | 352.78º | 0.55% | 0.38% | - |
| HSV(B) | 352.78º | 0.71% | 0.6% | - |
| XYZ | 14.59 | 8.77 | 4.8 | - |
| YUV | 77.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 57 | 0 | 0.71 | 0.62 | 0.40 | 352.78 | 0.55 | 0.38 |
| Hex | 98 | 2C | 39 | 0 | 47 | 3E | 28 | 161 | 37 | 26 |
| Octal | 230 | 54 | 71 | 0 | 107 | 76 | 50 | 541 | 67 | 46 |
| Binary | 10011000 | 101100 | 111001 | 0 | 1000111 | 111110 | 101000 | 101100001 | 110111 | 100110 |
Color Harmonies of #982C39
Complementary color
Monochromatic Colors of #982C39
Black with #982C39
Text Example
Text Example
White with #982C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C39; }
p { color: rgb(152,44,57); }
H1.HeaderClassName
{
color: #982C39;
}
.AnyTagClassName
{
color: #982C39;
}
</style>
background-color css
<style>
a { background-color: #982C39; }
a { background-color: rgb(152,44,57); }
div.DivClassName
{
background-color: #982C39;
}
.BgClassName
{
background-color: #982C39;
}
</style>
border-color css
<style>
span { border-color: #982C39; }
span { border-color: rgb(152,44,57); }
td.TdClassName
{
border-color: #982C39;
}
.TagClassName
{
border-color: #982C39;
}
</style>