Shades of Bright Red #991D3C
Tints of Bright Red #991D3C
RGB
CMYK
RGB Variations
Color information
#991D3C (or 0x991D3C) is known color: Bright Red. HEX triplet: 99, 1D and 3C. RGB value is (153,29,60). Sum of RGB (Red+Green+Blue) = 153+29+60=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #991D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991D3C is #66E2C3. Grayscale: #454545. Windows color (decimal): -6742724 or 3939737. OLE color: 3939737.
HSL color Cylindrical-coordinate representation of color #991D3C: hue angle of 345º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D3C is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 60 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.4 |
| HSL | 345º | 0.68% | 0.36% | - |
| HSV(B) | 345º | 0.81% | 0.6% | - |
| XYZ | 14.39 | 7.98 | 5.06 | - |
| YUV | 69.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 60 | 0 | 0.81 | 0.61 | 0.4 | 345 | 0.68 | 0.36 |
| Hex | 99 | 1D | 3C | 0 | 51 | 3D | 28 | 159 | 44 | 24 |
| Octal | 231 | 35 | 74 | 0 | 121 | 75 | 50 | 531 | 104 | 44 |
| Binary | 10011001 | 11101 | 111100 | 0 | 1010001 | 111101 | 101000 | 101011001 | 1000100 | 100100 |
Color Harmonies of #991D3C
Complementary color
Monochromatic Colors of #991D3C
Black with #991D3C
Text Example
Text Example
White with #991D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D3C; }
p { color: rgb(153,29,60); }
H1.HeaderClassName
{
color: #991D3C;
}
.AnyTagClassName
{
color: #991D3C;
}
</style>
background-color css
<style>
a { background-color: #991D3C; }
a { background-color: rgb(153,29,60); }
div.DivClassName
{
background-color: #991D3C;
}
.BgClassName
{
background-color: #991D3C;
}
</style>
border-color css
<style>
span { border-color: #991D3C; }
span { border-color: rgb(153,29,60); }
td.TdClassName
{
border-color: #991D3C;
}
.TagClassName
{
border-color: #991D3C;
}
</style>