Shades of Bright Red #8D2C31
Tints of Bright Red #8D2C31
RGB
CMYK
RGB Variations
Color information
#8D2C31 (or 0x8D2C31) is known color: Bright Red. HEX triplet: 8D, 2C and 31. RGB value is (141,44,49). Sum of RGB (Red+Green+Blue) = 141+44+49=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2C31 is #72D3CE. Grayscale: #494949. Windows color (decimal): -7525327 or 3222669. OLE color: 3222669.
HSL color Cylindrical-coordinate representation of color #8D2C31: hue angle of 356.91º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D2C31 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 44 | 49 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.45 |
| HSL | 356.91º | 0.52% | 0.36% | - |
| HSV(B) | 356.91º | 0.69% | 0.55% | - |
| XYZ | 12.44 | 7.69 | 3.73 | - |
| YUV | 73.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 49 | 0 | 0.69 | 0.65 | 0.45 | 356.91 | 0.52 | 0.36 |
| Hex | 8D | 2C | 31 | 0 | 45 | 41 | 2D | 165 | 34 | 24 |
| Octal | 215 | 54 | 61 | 0 | 105 | 101 | 55 | 545 | 64 | 44 |
| Binary | 10001101 | 101100 | 110001 | 0 | 1000101 | 1000001 | 101101 | 101100101 | 110100 | 100100 |
Color Harmonies of #8D2C31
Complementary color
Monochromatic Colors of #8D2C31
Black with #8D2C31
Text Example
Text Example
White with #8D2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2C31; }
p { color: rgb(141,44,49); }
H1.HeaderClassName
{
color: #8D2C31;
}
.AnyTagClassName
{
color: #8D2C31;
}
</style>
background-color css
<style>
a { background-color: #8D2C31; }
a { background-color: rgb(141,44,49); }
div.DivClassName
{
background-color: #8D2C31;
}
.BgClassName
{
background-color: #8D2C31;
}
</style>
border-color css
<style>
span { border-color: #8D2C31; }
span { border-color: rgb(141,44,49); }
td.TdClassName
{
border-color: #8D2C31;
}
.TagClassName
{
border-color: #8D2C31;
}
</style>