Shades of Bright Red #991D2D
Tints of Bright Red #991D2D
RGB
CMYK
RGB Variations
Color information
#991D2D (or 0x991D2D) is known color: Bright Red. HEX triplet: 99, 1D and 2D. RGB value is (153,29,45). Sum of RGB (Red+Green+Blue) = 153+29+45=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #991D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991D2D is #66E2D2. Grayscale: #434343. Windows color (decimal): -6742739 or 2956697. OLE color: 2956697.
HSL color Cylindrical-coordinate representation of color #991D2D: hue angle of 352.26º 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 #991D2D is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 45 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.4 |
| HSL | 352.26º | 0.68% | 0.36% | - |
| HSV(B) | 352.26º | 0.81% | 0.6% | - |
| XYZ | 14.05 | 7.84 | 3.26 | - |
| YUV | 67.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 45 | 0 | 0.81 | 0.71 | 0.4 | 352.26 | 0.68 | 0.36 |
| Hex | 99 | 1D | 2D | 0 | 51 | 47 | 28 | 160 | 44 | 24 |
| Octal | 231 | 35 | 55 | 0 | 121 | 107 | 50 | 540 | 104 | 44 |
| Binary | 10011001 | 11101 | 101101 | 0 | 1010001 | 1000111 | 101000 | 101100000 | 1000100 | 100100 |
Color Harmonies of #991D2D
Complementary color
Monochromatic Colors of #991D2D
Black with #991D2D
Text Example
Text Example
White with #991D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D2D; }
p { color: rgb(153,29,45); }
H1.HeaderClassName
{
color: #991D2D;
}
.AnyTagClassName
{
color: #991D2D;
}
</style>
background-color css
<style>
a { background-color: #991D2D; }
a { background-color: rgb(153,29,45); }
div.DivClassName
{
background-color: #991D2D;
}
.BgClassName
{
background-color: #991D2D;
}
</style>
border-color css
<style>
span { border-color: #991D2D; }
span { border-color: rgb(153,29,45); }
td.TdClassName
{
border-color: #991D2D;
}
.TagClassName
{
border-color: #991D2D;
}
</style>