Shades of Bright Red #991330
Tints of Bright Red #991330
RGB
CMYK
RGB Variations
Color information
#991330 (or 0x991330) is known color: Bright Red. HEX triplet: 99, 13 and 30. RGB value is (153,19,48). Sum of RGB (Red+Green+Blue) = 153+19+48=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #991330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991330 is #66ECCF. Grayscale: #3E3E3E. Windows color (decimal): -6745296 or 3150745. OLE color: 3150745.
HSL color Cylindrical-coordinate representation of color #991330: hue angle of 347.01º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991330 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 48 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.4 |
| HSL | 347.01º | 0.78% | 0.34% | - |
| HSV(B) | 347.01º | 0.88% | 0.6% | - |
| XYZ | 13.9 | 7.45 | 3.5 | - |
| YUV | 62.37 | 119.89 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 48 | 0 | 0.88 | 0.69 | 0.4 | 347.01 | 0.78 | 0.34 |
| Hex | 99 | 13 | 30 | 0 | 58 | 45 | 28 | 15B | 4E | 22 |
| Octal | 231 | 23 | 60 | 0 | 130 | 105 | 50 | 533 | 116 | 42 |
| Binary | 10011001 | 10011 | 110000 | 0 | 1011000 | 1000101 | 101000 | 101011011 | 1001110 | 100010 |
Color Harmonies of #991330
Complementary color
Monochromatic Colors of #991330
Black with #991330
Text Example
Text Example
White with #991330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991330; }
p { color: rgb(153,19,48); }
H1.HeaderClassName
{
color: #991330;
}
.AnyTagClassName
{
color: #991330;
}
</style>
background-color css
<style>
a { background-color: #991330; }
a { background-color: rgb(153,19,48); }
div.DivClassName
{
background-color: #991330;
}
.BgClassName
{
background-color: #991330;
}
</style>
border-color css
<style>
span { border-color: #991330; }
span { border-color: rgb(153,19,48); }
td.TdClassName
{
border-color: #991330;
}
.TagClassName
{
border-color: #991330;
}
</style>