Shades of Bright Red #8D2C34
Tints of Bright Red #8D2C34
RGB
CMYK
RGB Variations
Color information
#8D2C34 (or 0x8D2C34) is known color: Bright Red. HEX triplet: 8D, 2C and 34. RGB value is (141,44,52). Sum of RGB (Red+Green+Blue) = 141+44+52=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2C34 is #72D3CB. Grayscale: #494949. Windows color (decimal): -7525324 or 3419277. OLE color: 3419277.
HSL color Cylindrical-coordinate representation of color #8D2C34: hue angle of 355.05º 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 #8D2C34 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 44 | 52 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.45 |
| HSL | 355.05º | 0.52% | 0.36% | - |
| HSV(B) | 355.05º | 0.69% | 0.55% | - |
| XYZ | 12.51 | 7.71 | 4.08 | - |
| YUV | 73.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 52 | 0 | 0.69 | 0.63 | 0.45 | 355.05 | 0.52 | 0.36 |
| Hex | 8D | 2C | 34 | 0 | 45 | 3F | 2D | 163 | 34 | 24 |
| Octal | 215 | 54 | 64 | 0 | 105 | 77 | 55 | 543 | 64 | 44 |
| Binary | 10001101 | 101100 | 110100 | 0 | 1000101 | 111111 | 101101 | 101100011 | 110100 | 100100 |
Color Harmonies of #8D2C34
Complementary color
Monochromatic Colors of #8D2C34
Black with #8D2C34
Text Example
Text Example
White with #8D2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2C34; }
p { color: rgb(141,44,52); }
H1.HeaderClassName
{
color: #8D2C34;
}
.AnyTagClassName
{
color: #8D2C34;
}
</style>
background-color css
<style>
a { background-color: #8D2C34; }
a { background-color: rgb(141,44,52); }
div.DivClassName
{
background-color: #8D2C34;
}
.BgClassName
{
background-color: #8D2C34;
}
</style>
border-color css
<style>
span { border-color: #8D2C34; }
span { border-color: rgb(141,44,52); }
td.TdClassName
{
border-color: #8D2C34;
}
.TagClassName
{
border-color: #8D2C34;
}
</style>