Shades of Bright Red #992D43
Tints of Bright Red #992D43
RGB
CMYK
RGB Variations
Color information
#992D43 (or 0x992D43) is known color: Bright Red. HEX triplet: 99, 2D and 43. RGB value is (153,45,67). Sum of RGB (Red+Green+Blue) = 153+45+67=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #992D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D43 is #66D2BC. Grayscale: #4F4F4F. Windows color (decimal): -6738621 or 4402585. OLE color: 4402585.
HSL color Cylindrical-coordinate representation of color #992D43: hue angle of 347.78º 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 #992D43 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 67 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.4 |
| HSL | 347.78º | 0.55% | 0.39% | - |
| HSV(B) | 347.78º | 0.71% | 0.6% | - |
| XYZ | 15.09 | 9.05 | 6.26 | - |
| YUV | 79.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 67 | 0 | 0.71 | 0.56 | 0.4 | 347.78 | 0.55 | 0.39 |
| Hex | 99 | 2D | 43 | 0 | 47 | 38 | 28 | 15C | 37 | 27 |
| Octal | 231 | 55 | 103 | 0 | 107 | 70 | 50 | 534 | 67 | 47 |
| Binary | 10011001 | 101101 | 1000011 | 0 | 1000111 | 111000 | 101000 | 101011100 | 110111 | 100111 |
Color Harmonies of #992D43
Complementary color
Monochromatic Colors of #992D43
Black with #992D43
Text Example
Text Example
White with #992D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D43; }
p { color: rgb(153,45,67); }
H1.HeaderClassName
{
color: #992D43;
}
.AnyTagClassName
{
color: #992D43;
}
</style>
background-color css
<style>
a { background-color: #992D43; }
a { background-color: rgb(153,45,67); }
div.DivClassName
{
background-color: #992D43;
}
.BgClassName
{
background-color: #992D43;
}
</style>
border-color css
<style>
span { border-color: #992D43; }
span { border-color: rgb(153,45,67); }
td.TdClassName
{
border-color: #992D43;
}
.TagClassName
{
border-color: #992D43;
}
</style>