Shades of Bright Red #8C2B31
Tints of Bright Red #8C2B31
RGB
CMYK
RGB Variations
Color information
#8C2B31 (or 0x8C2B31) is known color: Bright Red. HEX triplet: 8C, 2B and 31. RGB value is (140,43,49). Sum of RGB (Red+Green+Blue) = 140+43+49=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B31 is #73D4CE. Grayscale: #484848. Windows color (decimal): -7591119 or 3222412. OLE color: 3222412.
HSL color Cylindrical-coordinate representation of color #8C2B31: hue angle of 356.29º degrees, saturation: 0.53, 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 #8C2B31 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 49 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.45 |
| HSL | 356.29º | 0.53% | 0.36% | - |
| HSV(B) | 356.29º | 0.69% | 0.55% | - |
| XYZ | 12.23 | 7.52 | 3.71 | - |
| YUV | 72.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 49 | 0 | 0.69 | 0.65 | 0.45 | 356.29 | 0.53 | 0.36 |
| Hex | 8C | 2B | 31 | 0 | 45 | 41 | 2D | 164 | 35 | 24 |
| Octal | 214 | 53 | 61 | 0 | 105 | 101 | 55 | 544 | 65 | 44 |
| Binary | 10001100 | 101011 | 110001 | 0 | 1000101 | 1000001 | 101101 | 101100100 | 110101 | 100100 |
Color Harmonies of #8C2B31
Complementary color
Monochromatic Colors of #8C2B31
Black with #8C2B31
Text Example
Text Example
White with #8C2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B31; }
p { color: rgb(140,43,49); }
H1.HeaderClassName
{
color: #8C2B31;
}
.AnyTagClassName
{
color: #8C2B31;
}
</style>
background-color css
<style>
a { background-color: #8C2B31; }
a { background-color: rgb(140,43,49); }
div.DivClassName
{
background-color: #8C2B31;
}
.BgClassName
{
background-color: #8C2B31;
}
</style>
border-color css
<style>
span { border-color: #8C2B31; }
span { border-color: rgb(140,43,49); }
td.TdClassName
{
border-color: #8C2B31;
}
.TagClassName
{
border-color: #8C2B31;
}
</style>