Shades of Bright Red #992D3E
Tints of Bright Red #992D3E
RGB
CMYK
RGB Variations
Color information
#992D3E (or 0x992D3E) is known color: Bright Red. HEX triplet: 99, 2D and 3E. RGB value is (153,45,62). Sum of RGB (Red+Green+Blue) = 153+45+62=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #992D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D3E is #66D2C1. Grayscale: #4F4F4F. Windows color (decimal): -6738626 or 4074905. OLE color: 4074905.
HSL color Cylindrical-coordinate representation of color #992D3E: hue angle of 350.56º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D3E is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 62 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.4 |
| HSL | 350.56º | 0.55% | 0.39% | - |
| HSV(B) | 350.56º | 0.71% | 0.6% | - |
| XYZ | 14.94 | 9 | 5.51 | - |
| YUV | 79.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 62 | 0 | 0.71 | 0.59 | 0.4 | 350.56 | 0.55 | 0.39 |
| Hex | 99 | 2D | 3E | 0 | 47 | 3B | 28 | 15F | 37 | 27 |
| Octal | 231 | 55 | 76 | 0 | 107 | 73 | 50 | 537 | 67 | 47 |
| Binary | 10011001 | 101101 | 111110 | 0 | 1000111 | 111011 | 101000 | 101011111 | 110111 | 100111 |
Color Harmonies of #992D3E
Complementary color
Monochromatic Colors of #992D3E
Black with #992D3E
Text Example
Text Example
White with #992D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D3E; }
p { color: rgb(153,45,62); }
H1.HeaderClassName
{
color: #992D3E;
}
.AnyTagClassName
{
color: #992D3E;
}
</style>
background-color css
<style>
a { background-color: #992D3E; }
a { background-color: rgb(153,45,62); }
div.DivClassName
{
background-color: #992D3E;
}
.BgClassName
{
background-color: #992D3E;
}
</style>
border-color css
<style>
span { border-color: #992D3E; }
span { border-color: rgb(153,45,62); }
td.TdClassName
{
border-color: #992D3E;
}
.TagClassName
{
border-color: #992D3E;
}
</style>