Shades of Bright Red #981E3C
Tints of Bright Red #981E3C
RGB
CMYK
RGB Variations
Color information
#981E3C (or 0x981E3C) is known color: Bright Red. HEX triplet: 98, 1E and 3C. RGB value is (152,30,60). Sum of RGB (Red+Green+Blue) = 152+30+60=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #981E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981E3C is #67E1C3. Grayscale: #454545. Windows color (decimal): -6808004 or 3939992. OLE color: 3939992.
HSL color Cylindrical-coordinate representation of color #981E3C: hue angle of 345.25º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E3C is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 60 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.40 |
| HSL | 345.25º | 0.67% | 0.36% | - |
| HSV(B) | 345.25º | 0.8% | 0.6% | - |
| XYZ | 14.23 | 7.93 | 5.06 | - |
| YUV | 69.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 60 | 0 | 0.80 | 0.61 | 0.40 | 345.25 | 0.67 | 0.36 |
| Hex | 98 | 1E | 3C | 0 | 50 | 3D | 28 | 159 | 43 | 24 |
| Octal | 230 | 36 | 74 | 0 | 120 | 75 | 50 | 531 | 103 | 44 |
| Binary | 10011000 | 11110 | 111100 | 0 | 1010000 | 111101 | 101000 | 101011001 | 1000011 | 100100 |
Color Harmonies of #981E3C
Complementary color
Monochromatic Colors of #981E3C
Black with #981E3C
Text Example
Text Example
White with #981E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E3C; }
p { color: rgb(152,30,60); }
H1.HeaderClassName
{
color: #981E3C;
}
.AnyTagClassName
{
color: #981E3C;
}
</style>
background-color css
<style>
a { background-color: #981E3C; }
a { background-color: rgb(152,30,60); }
div.DivClassName
{
background-color: #981E3C;
}
.BgClassName
{
background-color: #981E3C;
}
</style>
border-color css
<style>
span { border-color: #981E3C; }
span { border-color: rgb(152,30,60); }
td.TdClassName
{
border-color: #981E3C;
}
.TagClassName
{
border-color: #981E3C;
}
</style>