Shades of Bright Red #981C1F
Tints of Bright Red #981C1F
RGB
CMYK
RGB Variations
Color information
#981C1F (or 0x981C1F) is known color: Bright Red. HEX triplet: 98, 1C and 1F. RGB value is (152,28,31). Sum of RGB (Red+Green+Blue) = 152+28+31=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #981C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981C1F is #67E3E0. Grayscale: #414141. Windows color (decimal): -6808545 or 2038936. OLE color: 2038936.
HSL color Cylindrical-coordinate representation of color #981C1F: hue angle of 358.55º 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 #981C1F is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 31 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.40 |
| HSL | 358.55º | 0.69% | 0.35% | - |
| HSV(B) | 358.55º | 0.82% | 0.6% | - |
| XYZ | 13.61 | 7.6 | 2.05 | - |
| YUV | 65.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 31 | 0 | 0.82 | 0.80 | 0.40 | 358.55 | 0.69 | 0.35 |
| Hex | 98 | 1C | 1F | 0 | 52 | 50 | 28 | 167 | 45 | 23 |
| Octal | 230 | 34 | 37 | 0 | 122 | 120 | 50 | 547 | 105 | 43 |
| Binary | 10011000 | 11100 | 11111 | 0 | 1010010 | 1010000 | 101000 | 101100111 | 1000101 | 100011 |
Color Harmonies of #981C1F
Complementary color
Monochromatic Colors of #981C1F
Black with #981C1F
Text Example
Text Example
White with #981C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C1F; }
p { color: rgb(152,28,31); }
H1.HeaderClassName
{
color: #981C1F;
}
.AnyTagClassName
{
color: #981C1F;
}
</style>
background-color css
<style>
a { background-color: #981C1F; }
a { background-color: rgb(152,28,31); }
div.DivClassName
{
background-color: #981C1F;
}
.BgClassName
{
background-color: #981C1F;
}
</style>
border-color css
<style>
span { border-color: #981C1F; }
span { border-color: rgb(152,28,31); }
td.TdClassName
{
border-color: #981C1F;
}
.TagClassName
{
border-color: #981C1F;
}
</style>