Shades of Bright Red #991A2D
Tints of Bright Red #991A2D
RGB
CMYK
RGB Variations
Color information
#991A2D (or 0x991A2D) is known color: Bright Red. HEX triplet: 99, 1A and 2D. RGB value is (153,26,45). Sum of RGB (Red+Green+Blue) = 153+26+45=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #991A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991A2D is #66E5D2. Grayscale: #424242. Windows color (decimal): -6743507 or 2955929. OLE color: 2955929.
HSL color Cylindrical-coordinate representation of color #991A2D: hue angle of 351.02º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A2D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 26 | 45 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.4 |
| HSL | 351.02º | 0.71% | 0.35% | - |
| HSV(B) | 351.02º | 0.83% | 0.6% | - |
| XYZ | 13.98 | 7.7 | 3.23 | - |
| YUV | 66.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 45 | 0 | 0.83 | 0.71 | 0.4 | 351.02 | 0.71 | 0.35 |
| Hex | 99 | 1A | 2D | 0 | 53 | 47 | 28 | 15F | 47 | 23 |
| Octal | 231 | 32 | 55 | 0 | 123 | 107 | 50 | 537 | 107 | 43 |
| Binary | 10011001 | 11010 | 101101 | 0 | 1010011 | 1000111 | 101000 | 101011111 | 1000111 | 100011 |
Color Harmonies of #991A2D
Complementary color
Monochromatic Colors of #991A2D
Black with #991A2D
Text Example
Text Example
White with #991A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991A2D; }
p { color: rgb(153,26,45); }
H1.HeaderClassName
{
color: #991A2D;
}
.AnyTagClassName
{
color: #991A2D;
}
</style>
background-color css
<style>
a { background-color: #991A2D; }
a { background-color: rgb(153,26,45); }
div.DivClassName
{
background-color: #991A2D;
}
.BgClassName
{
background-color: #991A2D;
}
</style>
border-color css
<style>
span { border-color: #991A2D; }
span { border-color: rgb(153,26,45); }
td.TdClassName
{
border-color: #991A2D;
}
.TagClassName
{
border-color: #991A2D;
}
</style>