Shades of Bright Red #990D3A
Tints of Bright Red #990D3A
RGB
CMYK
RGB Variations
Color information
#990D3A (or 0x990D3A) is known color: Bright Red. HEX triplet: 99, 0D and 3A. RGB value is (153,13,58). Sum of RGB (Red+Green+Blue) = 153+13+58=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #990D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D3A is #66F2C5. Grayscale: #3B3B3B. Windows color (decimal): -6746822 or 3804569. OLE color: 3804569.
HSL color Cylindrical-coordinate representation of color #990D3A: hue angle of 340.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D3A is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 58 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.4 |
| HSL | 340.71º | 0.84% | 0.33% | - |
| HSV(B) | 340.71º | 0.92% | 0.6% | - |
| XYZ | 14.04 | 7.37 | 4.68 | - |
| YUV | 59.99 | 126.88 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 58 | 0 | 0.92 | 0.62 | 0.4 | 340.71 | 0.84 | 0.33 |
| Hex | 99 | D | 3A | 0 | 5C | 3E | 28 | 155 | 54 | 21 |
| Octal | 231 | 15 | 72 | 0 | 134 | 76 | 50 | 525 | 124 | 41 |
| Binary | 10011001 | 1101 | 111010 | 0 | 1011100 | 111110 | 101000 | 101010101 | 1010100 | 100001 |
Color Harmonies of #990D3A
Complementary color
Monochromatic Colors of #990D3A
Black with #990D3A
Text Example
Text Example
White with #990D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D3A; }
p { color: rgb(153,13,58); }
H1.HeaderClassName
{
color: #990D3A;
}
.AnyTagClassName
{
color: #990D3A;
}
</style>
background-color css
<style>
a { background-color: #990D3A; }
a { background-color: rgb(153,13,58); }
div.DivClassName
{
background-color: #990D3A;
}
.BgClassName
{
background-color: #990D3A;
}
</style>
border-color css
<style>
span { border-color: #990D3A; }
span { border-color: rgb(153,13,58); }
td.TdClassName
{
border-color: #990D3A;
}
.TagClassName
{
border-color: #990D3A;
}
</style>