Shades of Bright Red #991D2C
Tints of Bright Red #991D2C
RGB
CMYK
RGB Variations
Color information
#991D2C (or 0x991D2C) is known color: Bright Red. HEX triplet: 99, 1D and 2C. RGB value is (153,29,44). Sum of RGB (Red+Green+Blue) = 153+29+44=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #991D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991D2C is #66E2D3. Grayscale: #434343. Windows color (decimal): -6742740 or 2891161. OLE color: 2891161.
HSL color Cylindrical-coordinate representation of color #991D2C: hue angle of 352.74º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D2C is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 44 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.4 |
| HSL | 352.74º | 0.68% | 0.36% | - |
| HSV(B) | 352.74º | 0.81% | 0.6% | - |
| XYZ | 14.03 | 7.83 | 3.16 | - |
| YUV | 67.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 44 | 0 | 0.81 | 0.71 | 0.4 | 352.74 | 0.68 | 0.36 |
| Hex | 99 | 1D | 2C | 0 | 51 | 47 | 28 | 161 | 44 | 24 |
| Octal | 231 | 35 | 54 | 0 | 121 | 107 | 50 | 541 | 104 | 44 |
| Binary | 10011001 | 11101 | 101100 | 0 | 1010001 | 1000111 | 101000 | 101100001 | 1000100 | 100100 |
Color Harmonies of #991D2C
Complementary color
Monochromatic Colors of #991D2C
Black with #991D2C
Text Example
Text Example
White with #991D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D2C; }
p { color: rgb(153,29,44); }
H1.HeaderClassName
{
color: #991D2C;
}
.AnyTagClassName
{
color: #991D2C;
}
</style>
background-color css
<style>
a { background-color: #991D2C; }
a { background-color: rgb(153,29,44); }
div.DivClassName
{
background-color: #991D2C;
}
.BgClassName
{
background-color: #991D2C;
}
</style>
border-color css
<style>
span { border-color: #991D2C; }
span { border-color: rgb(153,29,44); }
td.TdClassName
{
border-color: #991D2C;
}
.TagClassName
{
border-color: #991D2C;
}
</style>