Shades of Bright Red #981D2D
Tints of Bright Red #981D2D
RGB
CMYK
RGB Variations
Color information
#981D2D (or 0x981D2D) is known color: Bright Red. HEX triplet: 98, 1D and 2D. RGB value is (152,29,45). Sum of RGB (Red+Green+Blue) = 152+29+45=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #981D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981D2D is #67E2D2. Grayscale: #434343. Windows color (decimal): -6808275 or 2956696. OLE color: 2956696.
HSL color Cylindrical-coordinate representation of color #981D2D: hue angle of 352.2º 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 #981D2D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 45 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.40 |
| HSL | 352.2º | 0.68% | 0.35% | - |
| HSV(B) | 352.2º | 0.81% | 0.6% | - |
| XYZ | 13.86 | 7.74 | 3.25 | - |
| YUV | 67.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 45 | 0 | 0.81 | 0.70 | 0.40 | 352.2 | 0.68 | 0.35 |
| Hex | 98 | 1D | 2D | 0 | 51 | 46 | 28 | 160 | 44 | 23 |
| Octal | 230 | 35 | 55 | 0 | 121 | 106 | 50 | 540 | 104 | 43 |
| Binary | 10011000 | 11101 | 101101 | 0 | 1010001 | 1000110 | 101000 | 101100000 | 1000100 | 100011 |
Color Harmonies of #981D2D
Complementary color
Monochromatic Colors of #981D2D
Black with #981D2D
Text Example
Text Example
White with #981D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D2D; }
p { color: rgb(152,29,45); }
H1.HeaderClassName
{
color: #981D2D;
}
.AnyTagClassName
{
color: #981D2D;
}
</style>
background-color css
<style>
a { background-color: #981D2D; }
a { background-color: rgb(152,29,45); }
div.DivClassName
{
background-color: #981D2D;
}
.BgClassName
{
background-color: #981D2D;
}
</style>
border-color css
<style>
span { border-color: #981D2D; }
span { border-color: rgb(152,29,45); }
td.TdClassName
{
border-color: #981D2D;
}
.TagClassName
{
border-color: #981D2D;
}
</style>