Shades of Bright Red #991D3D
Tints of Bright Red #991D3D
RGB
CMYK
RGB Variations
Color information
#991D3D (or 0x991D3D) is known color: Bright Red. HEX triplet: 99, 1D and 3D. RGB value is (153,29,61). Sum of RGB (Red+Green+Blue) = 153+29+61=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #991D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991D3D is #66E2C2. Grayscale: #454545. Windows color (decimal): -6742723 or 4005273. OLE color: 4005273.
HSL color Cylindrical-coordinate representation of color #991D3D: hue angle of 344.52º 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 #991D3D is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 61 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.4 |
| HSL | 344.52º | 0.68% | 0.36% | - |
| HSV(B) | 344.52º | 0.81% | 0.6% | - |
| XYZ | 14.42 | 7.99 | 5.2 | - |
| YUV | 69.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 61 | 0 | 0.81 | 0.60 | 0.4 | 344.52 | 0.68 | 0.36 |
| Hex | 99 | 1D | 3D | 0 | 51 | 3C | 28 | 159 | 44 | 24 |
| Octal | 231 | 35 | 75 | 0 | 121 | 74 | 50 | 531 | 104 | 44 |
| Binary | 10011001 | 11101 | 111101 | 0 | 1010001 | 111100 | 101000 | 101011001 | 1000100 | 100100 |
Color Harmonies of #991D3D
Complementary color
Monochromatic Colors of #991D3D
Black with #991D3D
Text Example
Text Example
White with #991D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D3D; }
p { color: rgb(153,29,61); }
H1.HeaderClassName
{
color: #991D3D;
}
.AnyTagClassName
{
color: #991D3D;
}
</style>
background-color css
<style>
a { background-color: #991D3D; }
a { background-color: rgb(153,29,61); }
div.DivClassName
{
background-color: #991D3D;
}
.BgClassName
{
background-color: #991D3D;
}
</style>
border-color css
<style>
span { border-color: #991D3D; }
span { border-color: rgb(153,29,61); }
td.TdClassName
{
border-color: #991D3D;
}
.TagClassName
{
border-color: #991D3D;
}
</style>