Shades of Bright Red #8D2C39
Tints of Bright Red #8D2C39
RGB
CMYK
RGB Variations
Color information
#8D2C39 (or 0x8D2C39) is known color: Bright Red. HEX triplet: 8D, 2C and 39. RGB value is (141,44,57). Sum of RGB (Red+Green+Blue) = 141+44+57=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2C39 is #72D3C6. Grayscale: #4A4A4A. Windows color (decimal): -7525319 or 3746957. OLE color: 3746957.
HSL color Cylindrical-coordinate representation of color #8D2C39: hue angle of 351.96º 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 #8D2C39 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 44 | 57 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.45 |
| HSL | 351.96º | 0.52% | 0.36% | - |
| HSV(B) | 351.96º | 0.69% | 0.55% | - |
| XYZ | 12.62 | 7.76 | 4.7 | - |
| YUV | 74.49 | 118.14 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 57 | 0 | 0.69 | 0.60 | 0.45 | 351.96 | 0.52 | 0.36 |
| Hex | 8D | 2C | 39 | 0 | 45 | 3C | 2D | 160 | 34 | 24 |
| Octal | 215 | 54 | 71 | 0 | 105 | 74 | 55 | 540 | 64 | 44 |
| Binary | 10001101 | 101100 | 111001 | 0 | 1000101 | 111100 | 101101 | 101100000 | 110100 | 100100 |
Color Harmonies of #8D2C39
Complementary color
Monochromatic Colors of #8D2C39
Black with #8D2C39
Text Example
Text Example
White with #8D2C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2C39; }
p { color: rgb(141,44,57); }
H1.HeaderClassName
{
color: #8D2C39;
}
.AnyTagClassName
{
color: #8D2C39;
}
</style>
background-color css
<style>
a { background-color: #8D2C39; }
a { background-color: rgb(141,44,57); }
div.DivClassName
{
background-color: #8D2C39;
}
.BgClassName
{
background-color: #8D2C39;
}
</style>
border-color css
<style>
span { border-color: #8D2C39; }
span { border-color: rgb(141,44,57); }
td.TdClassName
{
border-color: #8D2C39;
}
.TagClassName
{
border-color: #8D2C39;
}
</style>