Shades of Bright Red #981D2A
Tints of Bright Red #981D2A
RGB
CMYK
RGB Variations
Color information
#981D2A (or 0x981D2A) is known color: Bright Red. HEX triplet: 98, 1D and 2A. RGB value is (152,29,42). Sum of RGB (Red+Green+Blue) = 152+29+42=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #981D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D2A is #67E2D5. Grayscale: #434343. Windows color (decimal): -6808278 or 2760088. OLE color: 2760088.
HSL color Cylindrical-coordinate representation of color #981D2A: hue angle of 353.66º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D2A is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 42 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.40 |
| HSL | 353.66º | 0.68% | 0.35% | - |
| HSV(B) | 353.66º | 0.81% | 0.6% | - |
| XYZ | 13.81 | 7.72 | 2.95 | - |
| YUV | 67.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 42 | 0 | 0.81 | 0.72 | 0.40 | 353.66 | 0.68 | 0.35 |
| Hex | 98 | 1D | 2A | 0 | 51 | 48 | 28 | 162 | 44 | 23 |
| Octal | 230 | 35 | 52 | 0 | 121 | 110 | 50 | 542 | 104 | 43 |
| Binary | 10011000 | 11101 | 101010 | 0 | 1010001 | 1001000 | 101000 | 101100010 | 1000100 | 100011 |
Color Harmonies of #981D2A
Complementary color
Monochromatic Colors of #981D2A
Black with #981D2A
Text Example
Text Example
White with #981D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D2A; }
p { color: rgb(152,29,42); }
H1.HeaderClassName
{
color: #981D2A;
}
.AnyTagClassName
{
color: #981D2A;
}
</style>
background-color css
<style>
a { background-color: #981D2A; }
a { background-color: rgb(152,29,42); }
div.DivClassName
{
background-color: #981D2A;
}
.BgClassName
{
background-color: #981D2A;
}
</style>
border-color css
<style>
span { border-color: #981D2A; }
span { border-color: rgb(152,29,42); }
td.TdClassName
{
border-color: #981D2A;
}
.TagClassName
{
border-color: #981D2A;
}
</style>