Shades of Bright Red #8D292D
Tints of Bright Red #8D292D
RGB
CMYK
RGB Variations
Color information
#8D292D (or 0x8D292D) is known color: Bright Red. HEX triplet: 8D, 29 and 2D. RGB value is (141,41,45). Sum of RGB (Red+Green+Blue) = 141+41+45=227 (30% of max value = 765). Red value is 141 (55.47% from 255 or 62.11% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 141 - color contains mainly: red. Hex color #8D292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D292D is #72D6D2. Grayscale: #474747. Windows color (decimal): -7526099 or 2959757. OLE color: 2959757.
HSL color Cylindrical-coordinate representation of color #8D292D: hue angle of 357.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D292D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 45 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.45 |
| HSL | 357.6º | 0.55% | 0.36% | - |
| HSV(B) | 357.6º | 0.71% | 0.55% | - |
| XYZ | 12.25 | 7.44 | 3.27 | - |
| YUV | 71.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 45 | 0 | 0.71 | 0.68 | 0.45 | 357.6 | 0.55 | 0.36 |
| Hex | 8D | 29 | 2D | 0 | 47 | 44 | 2D | 166 | 37 | 24 |
| Octal | 215 | 51 | 55 | 0 | 107 | 104 | 55 | 546 | 67 | 44 |
| Binary | 10001101 | 101001 | 101101 | 0 | 1000111 | 1000100 | 101101 | 101100110 | 110111 | 100100 |
Color Harmonies of #8D292D
Complementary color
Monochromatic Colors of #8D292D
Black with #8D292D
Text Example
Text Example
White with #8D292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D292D; }
p { color: rgb(141,41,45); }
H1.HeaderClassName
{
color: #8D292D;
}
.AnyTagClassName
{
color: #8D292D;
}
</style>
background-color css
<style>
a { background-color: #8D292D; }
a { background-color: rgb(141,41,45); }
div.DivClassName
{
background-color: #8D292D;
}
.BgClassName
{
background-color: #8D292D;
}
</style>
border-color css
<style>
span { border-color: #8D292D; }
span { border-color: rgb(141,41,45); }
td.TdClassName
{
border-color: #8D292D;
}
.TagClassName
{
border-color: #8D292D;
}
</style>