Shades of Bright Red #8D2C2F
Tints of Bright Red #8D2C2F
RGB
CMYK
RGB Variations
Color information
#8D2C2F (or 0x8D2C2F) is known color: Bright Red. HEX triplet: 8D, 2C and 2F. RGB value is (141,44,47). Sum of RGB (Red+Green+Blue) = 141+44+47=232 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.78% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2C2F is #72D3D0. Grayscale: #494949. Windows color (decimal): -7525329 or 3091597. OLE color: 3091597.
HSL color Cylindrical-coordinate representation of color #8D2C2F: hue angle of 358.14º 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 #8D2C2F is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 44 | 47 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.45 |
| HSL | 358.14º | 0.52% | 0.36% | - |
| HSV(B) | 358.14º | 0.69% | 0.55% | - |
| XYZ | 12.4 | 7.67 | 3.52 | - |
| YUV | 73.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 47 | 0 | 0.69 | 0.67 | 0.45 | 358.14 | 0.52 | 0.36 |
| Hex | 8D | 2C | 2F | 0 | 45 | 43 | 2D | 166 | 34 | 24 |
| Octal | 215 | 54 | 57 | 0 | 105 | 103 | 55 | 546 | 64 | 44 |
| Binary | 10001101 | 101100 | 101111 | 0 | 1000101 | 1000011 | 101101 | 101100110 | 110100 | 100100 |
Color Harmonies of #8D2C2F
Complementary color
Monochromatic Colors of #8D2C2F
Black with #8D2C2F
Text Example
Text Example
White with #8D2C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2C2F; }
p { color: rgb(141,44,47); }
H1.HeaderClassName
{
color: #8D2C2F;
}
.AnyTagClassName
{
color: #8D2C2F;
}
</style>
background-color css
<style>
a { background-color: #8D2C2F; }
a { background-color: rgb(141,44,47); }
div.DivClassName
{
background-color: #8D2C2F;
}
.BgClassName
{
background-color: #8D2C2F;
}
</style>
border-color css
<style>
span { border-color: #8D2C2F; }
span { border-color: rgb(141,44,47); }
td.TdClassName
{
border-color: #8D2C2F;
}
.TagClassName
{
border-color: #8D2C2F;
}
</style>