Shades of Bright Red #990E36
Tints of Bright Red #990E36
RGB
CMYK
RGB Variations
Color information
#990E36 (or 0x990E36) is known color: Bright Red. HEX triplet: 99, 0E and 36. RGB value is (153,14,54). Sum of RGB (Red+Green+Blue) = 153+14+54=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #990E36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E36 is #66F1C9. Grayscale: #3C3C3C. Windows color (decimal): -6746570 or 3542681. OLE color: 3542681.
HSL color Cylindrical-coordinate representation of color #990E36: hue angle of 342.73º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E36 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 54 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.4 |
| HSL | 342.73º | 0.83% | 0.33% | - |
| HSV(B) | 342.73º | 0.91% | 0.6% | - |
| XYZ | 13.96 | 7.35 | 4.17 | - |
| YUV | 60.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 54 | 0 | 0.91 | 0.65 | 0.4 | 342.73 | 0.83 | 0.33 |
| Hex | 99 | E | 36 | 0 | 5B | 41 | 28 | 157 | 53 | 21 |
| Octal | 231 | 16 | 66 | 0 | 133 | 101 | 50 | 527 | 123 | 41 |
| Binary | 10011001 | 1110 | 110110 | 0 | 1011011 | 1000001 | 101000 | 101010111 | 1010011 | 100001 |
Color Harmonies of #990E36
Complementary color
Monochromatic Colors of #990E36
Black with #990E36
Text Example
Text Example
White with #990E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E36; }
p { color: rgb(153,14,54); }
H1.HeaderClassName
{
color: #990E36;
}
.AnyTagClassName
{
color: #990E36;
}
</style>
background-color css
<style>
a { background-color: #990E36; }
a { background-color: rgb(153,14,54); }
div.DivClassName
{
background-color: #990E36;
}
.BgClassName
{
background-color: #990E36;
}
</style>
border-color css
<style>
span { border-color: #990E36; }
span { border-color: rgb(153,14,54); }
td.TdClassName
{
border-color: #990E36;
}
.TagClassName
{
border-color: #990E36;
}
</style>