Shades of Bright Red #991C36
Tints of Bright Red #991C36
RGB
CMYK
RGB Variations
Color information
#991C36 (or 0x991C36) is known color: Bright Red. HEX triplet: 99, 1C and 36. RGB value is (153,28,54). Sum of RGB (Red+Green+Blue) = 153+28+54=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #991C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C36 is #66E3C9. Grayscale: #444444. Windows color (decimal): -6742986 or 3546265. OLE color: 3546265.
HSL color Cylindrical-coordinate representation of color #991C36: hue angle of 347.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991C36 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 28 | 54 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.4 |
| HSL | 347.52º | 0.69% | 0.35% | - |
| HSV(B) | 347.52º | 0.82% | 0.6% | - |
| XYZ | 14.22 | 7.87 | 4.26 | - |
| YUV | 68.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 28 | 54 | 0 | 0.82 | 0.65 | 0.4 | 347.52 | 0.69 | 0.35 |
| Hex | 99 | 1C | 36 | 0 | 52 | 41 | 28 | 15C | 45 | 23 |
| Octal | 231 | 34 | 66 | 0 | 122 | 101 | 50 | 534 | 105 | 43 |
| Binary | 10011001 | 11100 | 110110 | 0 | 1010010 | 1000001 | 101000 | 101011100 | 1000101 | 100011 |
Color Harmonies of #991C36
Complementary color
Monochromatic Colors of #991C36
Black with #991C36
Text Example
Text Example
White with #991C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991C36; }
p { color: rgb(153,28,54); }
H1.HeaderClassName
{
color: #991C36;
}
.AnyTagClassName
{
color: #991C36;
}
</style>
background-color css
<style>
a { background-color: #991C36; }
a { background-color: rgb(153,28,54); }
div.DivClassName
{
background-color: #991C36;
}
.BgClassName
{
background-color: #991C36;
}
</style>
border-color css
<style>
span { border-color: #991C36; }
span { border-color: rgb(153,28,54); }
td.TdClassName
{
border-color: #991C36;
}
.TagClassName
{
border-color: #991C36;
}
</style>