Shades of Bright Red #8C2C31
Tints of Bright Red #8C2C31
RGB
CMYK
RGB Variations
Color information
#8C2C31 (or 0x8C2C31) is known color: Bright Red. HEX triplet: 8C, 2C and 31. RGB value is (140,44,49). Sum of RGB (Red+Green+Blue) = 140+44+49=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2C31 is #73D3CE. Grayscale: #494949. Windows color (decimal): -7590863 or 3222668. OLE color: 3222668.
HSL color Cylindrical-coordinate representation of color #8C2C31: hue angle of 356.88º 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 #8C2C31 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 44 | 49 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.45 |
| HSL | 356.88º | 0.52% | 0.36% | - |
| HSV(B) | 356.88º | 0.69% | 0.55% | - |
| XYZ | 12.27 | 7.6 | 3.73 | - |
| YUV | 73.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 49 | 0 | 0.69 | 0.65 | 0.45 | 356.88 | 0.52 | 0.36 |
| Hex | 8C | 2C | 31 | 0 | 45 | 41 | 2D | 165 | 34 | 24 |
| Octal | 214 | 54 | 61 | 0 | 105 | 101 | 55 | 545 | 64 | 44 |
| Binary | 10001100 | 101100 | 110001 | 0 | 1000101 | 1000001 | 101101 | 101100101 | 110100 | 100100 |
Color Harmonies of #8C2C31
Complementary color
Monochromatic Colors of #8C2C31
Black with #8C2C31
Text Example
Text Example
White with #8C2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2C31; }
p { color: rgb(140,44,49); }
H1.HeaderClassName
{
color: #8C2C31;
}
.AnyTagClassName
{
color: #8C2C31;
}
</style>
background-color css
<style>
a { background-color: #8C2C31; }
a { background-color: rgb(140,44,49); }
div.DivClassName
{
background-color: #8C2C31;
}
.BgClassName
{
background-color: #8C2C31;
}
</style>
border-color css
<style>
span { border-color: #8C2C31; }
span { border-color: rgb(140,44,49); }
td.TdClassName
{
border-color: #8C2C31;
}
.TagClassName
{
border-color: #8C2C31;
}
</style>