Shades of Bright Red #8C2C37
Tints of Bright Red #8C2C37
RGB
CMYK
RGB Variations
Color information
#8C2C37 (or 0x8C2C37) is known color: Bright Red. HEX triplet: 8C, 2C and 37. RGB value is (140,44,55). Sum of RGB (Red+Green+Blue) = 140+44+55=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2C37 is #73D3C8. Grayscale: #4A4A4A. Windows color (decimal): -7590857 or 3615884. OLE color: 3615884.
HSL color Cylindrical-coordinate representation of color #8C2C37: hue angle of 353.12º 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 #8C2C37 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 44 | 55 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.45 |
| HSL | 353.13º | 0.52% | 0.36% | - |
| HSV(B) | 353.13º | 0.69% | 0.55% | - |
| XYZ | 12.41 | 7.65 | 4.44 | - |
| YUV | 73.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 55 | 0 | 0.69 | 0.61 | 0.45 | 353.13 | 0.52 | 0.36 |
| Hex | 8C | 2C | 37 | 0 | 45 | 3D | 2D | 161 | 34 | 24 |
| Octal | 214 | 54 | 67 | 0 | 105 | 75 | 55 | 541 | 64 | 44 |
| Binary | 10001100 | 101100 | 110111 | 0 | 1000101 | 111101 | 101101 | 101100001 | 110100 | 100100 |
Color Harmonies of #8C2C37
Complementary color
Monochromatic Colors of #8C2C37
Black with #8C2C37
Text Example
Text Example
White with #8C2C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2C37; }
p { color: rgb(140,44,55); }
H1.HeaderClassName
{
color: #8C2C37;
}
.AnyTagClassName
{
color: #8C2C37;
}
</style>
background-color css
<style>
a { background-color: #8C2C37; }
a { background-color: rgb(140,44,55); }
div.DivClassName
{
background-color: #8C2C37;
}
.BgClassName
{
background-color: #8C2C37;
}
</style>
border-color css
<style>
span { border-color: #8C2C37; }
span { border-color: rgb(140,44,55); }
td.TdClassName
{
border-color: #8C2C37;
}
.TagClassName
{
border-color: #8C2C37;
}
</style>