Shades of Bright Red #991E2D
Tints of Bright Red #991E2D
RGB
CMYK
RGB Variations
Color information
#991E2D (or 0x991E2D) is known color: Bright Red. HEX triplet: 99, 1E and 2D. RGB value is (153,30,45). Sum of RGB (Red+Green+Blue) = 153+30+45=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #991E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E2D is #66E1D2. Grayscale: #444444. Windows color (decimal): -6742483 or 2956953. OLE color: 2956953.
HSL color Cylindrical-coordinate representation of color #991E2D: hue angle of 352.68º 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 #991E2D is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 45 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.4 |
| HSL | 352.68º | 0.67% | 0.36% | - |
| HSV(B) | 352.68º | 0.8% | 0.6% | - |
| XYZ | 14.07 | 7.89 | 3.26 | - |
| YUV | 68.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 45 | 0 | 0.80 | 0.71 | 0.4 | 352.68 | 0.67 | 0.36 |
| Hex | 99 | 1E | 2D | 0 | 50 | 47 | 28 | 161 | 43 | 24 |
| Octal | 231 | 36 | 55 | 0 | 120 | 107 | 50 | 541 | 103 | 44 |
| Binary | 10011001 | 11110 | 101101 | 0 | 1010000 | 1000111 | 101000 | 101100001 | 1000011 | 100100 |
Color Harmonies of #991E2D
Complementary color
Monochromatic Colors of #991E2D
Black with #991E2D
Text Example
Text Example
White with #991E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E2D; }
p { color: rgb(153,30,45); }
H1.HeaderClassName
{
color: #991E2D;
}
.AnyTagClassName
{
color: #991E2D;
}
</style>
background-color css
<style>
a { background-color: #991E2D; }
a { background-color: rgb(153,30,45); }
div.DivClassName
{
background-color: #991E2D;
}
.BgClassName
{
background-color: #991E2D;
}
</style>
border-color css
<style>
span { border-color: #991E2D; }
span { border-color: rgb(153,30,45); }
td.TdClassName
{
border-color: #991E2D;
}
.TagClassName
{
border-color: #991E2D;
}
</style>