Shades of Bright Red #982C41
Tints of Bright Red #982C41
RGB
CMYK
RGB Variations
Color information
#982C41 (or 0x982C41) is known color: Bright Red. HEX triplet: 98, 2C and 41. RGB value is (152,44,65). Sum of RGB (Red+Green+Blue) = 152+44+65=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #982C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C41 is #67D3BE. Grayscale: #4E4E4E. Windows color (decimal): -6804415 or 4271256. OLE color: 4271256.
HSL color Cylindrical-coordinate representation of color #982C41: hue angle of 348.33º 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 #982C41 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 65 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.40 |
| HSL | 348.33º | 0.55% | 0.38% | - |
| HSV(B) | 348.33º | 0.71% | 0.6% | - |
| XYZ | 14.8 | 8.86 | 5.93 | - |
| YUV | 78.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 65 | 0 | 0.71 | 0.57 | 0.40 | 348.33 | 0.55 | 0.38 |
| Hex | 98 | 2C | 41 | 0 | 47 | 39 | 28 | 15C | 37 | 26 |
| Octal | 230 | 54 | 101 | 0 | 107 | 71 | 50 | 534 | 67 | 46 |
| Binary | 10011000 | 101100 | 1000001 | 0 | 1000111 | 111001 | 101000 | 101011100 | 110111 | 100110 |
Color Harmonies of #982C41
Complementary color
Monochromatic Colors of #982C41
Black with #982C41
Text Example
Text Example
White with #982C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C41; }
p { color: rgb(152,44,65); }
H1.HeaderClassName
{
color: #982C41;
}
.AnyTagClassName
{
color: #982C41;
}
</style>
background-color css
<style>
a { background-color: #982C41; }
a { background-color: rgb(152,44,65); }
div.DivClassName
{
background-color: #982C41;
}
.BgClassName
{
background-color: #982C41;
}
</style>
border-color css
<style>
span { border-color: #982C41; }
span { border-color: rgb(152,44,65); }
td.TdClassName
{
border-color: #982C41;
}
.TagClassName
{
border-color: #982C41;
}
</style>