Shades of Bright Red #991530
Tints of Bright Red #991530
RGB
CMYK
RGB Variations
Color information
#991530 (or 0x991530) is known color: Bright Red. HEX triplet: 99, 15 and 30. RGB value is (153,21,48). Sum of RGB (Red+Green+Blue) = 153+21+48=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #991530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991530 is #66EACF. Grayscale: #3F3F3F. Windows color (decimal): -6744784 or 3151257. OLE color: 3151257.
HSL color Cylindrical-coordinate representation of color #991530: hue angle of 347.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991530 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 21 | 48 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.4 |
| HSL | 347.73º | 0.76% | 0.34% | - |
| HSV(B) | 347.73º | 0.86% | 0.6% | - |
| XYZ | 13.94 | 7.52 | 3.51 | - |
| YUV | 63.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 48 | 0 | 0.86 | 0.69 | 0.4 | 347.73 | 0.76 | 0.34 |
| Hex | 99 | 15 | 30 | 0 | 56 | 45 | 28 | 15C | 4C | 22 |
| Octal | 231 | 25 | 60 | 0 | 126 | 105 | 50 | 534 | 114 | 42 |
| Binary | 10011001 | 10101 | 110000 | 0 | 1010110 | 1000101 | 101000 | 101011100 | 1001100 | 100010 |
Color Harmonies of #991530
Complementary color
Monochromatic Colors of #991530
Black with #991530
Text Example
Text Example
White with #991530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991530; }
p { color: rgb(153,21,48); }
H1.HeaderClassName
{
color: #991530;
}
.AnyTagClassName
{
color: #991530;
}
</style>
background-color css
<style>
a { background-color: #991530; }
a { background-color: rgb(153,21,48); }
div.DivClassName
{
background-color: #991530;
}
.BgClassName
{
background-color: #991530;
}
</style>
border-color css
<style>
span { border-color: #991530; }
span { border-color: rgb(153,21,48); }
td.TdClassName
{
border-color: #991530;
}
.TagClassName
{
border-color: #991530;
}
</style>