Shades of Bright Red #991830
Tints of Bright Red #991830
RGB
CMYK
RGB Variations
Color information
#991830 (or 0x991830) is known color: Bright Red. HEX triplet: 99, 18 and 30. RGB value is (153,24,48). Sum of RGB (Red+Green+Blue) = 153+24+48=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #991830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991830 is #66E7CF. Grayscale: #414141. Windows color (decimal): -6744016 or 3152025. OLE color: 3152025.
HSL color Cylindrical-coordinate representation of color #991830: hue angle of 348.84º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991830 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 48 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.4 |
| HSL | 348.84º | 0.73% | 0.35% | - |
| HSV(B) | 348.84º | 0.84% | 0.6% | - |
| XYZ | 14 | 7.64 | 3.53 | - |
| YUV | 65.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 48 | 0 | 0.84 | 0.69 | 0.4 | 348.84 | 0.73 | 0.35 |
| Hex | 99 | 18 | 30 | 0 | 54 | 45 | 28 | 15D | 49 | 23 |
| Octal | 231 | 30 | 60 | 0 | 124 | 105 | 50 | 535 | 111 | 43 |
| Binary | 10011001 | 11000 | 110000 | 0 | 1010100 | 1000101 | 101000 | 101011101 | 1001001 | 100011 |
Color Harmonies of #991830
Complementary color
Monochromatic Colors of #991830
Black with #991830
Text Example
Text Example
White with #991830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991830; }
p { color: rgb(153,24,48); }
H1.HeaderClassName
{
color: #991830;
}
.AnyTagClassName
{
color: #991830;
}
</style>
background-color css
<style>
a { background-color: #991830; }
a { background-color: rgb(153,24,48); }
div.DivClassName
{
background-color: #991830;
}
.BgClassName
{
background-color: #991830;
}
</style>
border-color css
<style>
span { border-color: #991830; }
span { border-color: rgb(153,24,48); }
td.TdClassName
{
border-color: #991830;
}
.TagClassName
{
border-color: #991830;
}
</style>