Shades of Bright Red #981C29
Tints of Bright Red #981C29
RGB
CMYK
RGB Variations
Color information
#981C29 (or 0x981C29) is known color: Bright Red. HEX triplet: 98, 1C and 29. RGB value is (152,28,41). Sum of RGB (Red+Green+Blue) = 152+28+41=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #981C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981C29 is #67E3D6. Grayscale: #424242. Windows color (decimal): -6808535 or 2694296. OLE color: 2694296.
HSL color Cylindrical-coordinate representation of color #981C29: hue angle of 353.71º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C29 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 41 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.40 |
| HSL | 353.71º | 0.69% | 0.35% | - |
| HSV(B) | 353.71º | 0.82% | 0.6% | - |
| XYZ | 13.76 | 7.67 | 2.85 | - |
| YUV | 66.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 41 | 0 | 0.82 | 0.73 | 0.40 | 353.71 | 0.69 | 0.35 |
| Hex | 98 | 1C | 29 | 0 | 52 | 49 | 28 | 162 | 45 | 23 |
| Octal | 230 | 34 | 51 | 0 | 122 | 111 | 50 | 542 | 105 | 43 |
| Binary | 10011000 | 11100 | 101001 | 0 | 1010010 | 1001001 | 101000 | 101100010 | 1000101 | 100011 |
Color Harmonies of #981C29
Complementary color
Monochromatic Colors of #981C29
Black with #981C29
Text Example
Text Example
White with #981C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C29; }
p { color: rgb(152,28,41); }
H1.HeaderClassName
{
color: #981C29;
}
.AnyTagClassName
{
color: #981C29;
}
</style>
background-color css
<style>
a { background-color: #981C29; }
a { background-color: rgb(152,28,41); }
div.DivClassName
{
background-color: #981C29;
}
.BgClassName
{
background-color: #981C29;
}
</style>
border-color css
<style>
span { border-color: #981C29; }
span { border-color: rgb(152,28,41); }
td.TdClassName
{
border-color: #981C29;
}
.TagClassName
{
border-color: #981C29;
}
</style>