Shades of Bright Red #8C2934
Tints of Bright Red #8C2934
RGB
CMYK
RGB Variations
Color information
#8C2934 (or 0x8C2934) is known color: Bright Red. HEX triplet: 8C, 29 and 34. RGB value is (140,41,52). Sum of RGB (Red+Green+Blue) = 140+41+52=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2934 is #73D6CB. Grayscale: #474747. Windows color (decimal): -7591628 or 3418508. OLE color: 3418508.
HSL color Cylindrical-coordinate representation of color #8C2934: hue angle of 353.33º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2934 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 52 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.45 |
| HSL | 353.33º | 0.55% | 0.35% | - |
| HSV(B) | 353.33º | 0.71% | 0.55% | - |
| XYZ | 12.23 | 7.41 | 4.03 | - |
| YUV | 71.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 52 | 0 | 0.71 | 0.63 | 0.45 | 353.33 | 0.55 | 0.35 |
| Hex | 8C | 29 | 34 | 0 | 47 | 3F | 2D | 161 | 37 | 23 |
| Octal | 214 | 51 | 64 | 0 | 107 | 77 | 55 | 541 | 67 | 43 |
| Binary | 10001100 | 101001 | 110100 | 0 | 1000111 | 111111 | 101101 | 101100001 | 110111 | 100011 |
Color Harmonies of #8C2934
Complementary color
Monochromatic Colors of #8C2934
Black with #8C2934
Text Example
Text Example
White with #8C2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2934; }
p { color: rgb(140,41,52); }
H1.HeaderClassName
{
color: #8C2934;
}
.AnyTagClassName
{
color: #8C2934;
}
</style>
background-color css
<style>
a { background-color: #8C2934; }
a { background-color: rgb(140,41,52); }
div.DivClassName
{
background-color: #8C2934;
}
.BgClassName
{
background-color: #8C2934;
}
</style>
border-color css
<style>
span { border-color: #8C2934; }
span { border-color: rgb(140,41,52); }
td.TdClassName
{
border-color: #8C2934;
}
.TagClassName
{
border-color: #8C2934;
}
</style>