Shades of Bright Red #8C2831
Tints of Bright Red #8C2831
RGB
CMYK
RGB Variations
Color information
#8C2831 (or 0x8C2831) is known color: Bright Red. HEX triplet: 8C, 28 and 31. RGB value is (140,40,49). Sum of RGB (Red+Green+Blue) = 140+40+49=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2831 is #73D7CE. Grayscale: #464646. Windows color (decimal): -7591887 or 3221644. OLE color: 3221644.
HSL color Cylindrical-coordinate representation of color #8C2831: hue angle of 354.6º degrees, saturation: 0.56, 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 #8C2831 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 49 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.45 |
| HSL | 354.6º | 0.56% | 0.35% | - |
| HSV(B) | 354.6º | 0.71% | 0.55% | - |
| XYZ | 12.13 | 7.31 | 3.68 | - |
| YUV | 70.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 49 | 0 | 0.71 | 0.65 | 0.45 | 354.6 | 0.56 | 0.35 |
| Hex | 8C | 28 | 31 | 0 | 47 | 41 | 2D | 163 | 38 | 23 |
| Octal | 214 | 50 | 61 | 0 | 107 | 101 | 55 | 543 | 70 | 43 |
| Binary | 10001100 | 101000 | 110001 | 0 | 1000111 | 1000001 | 101101 | 101100011 | 111000 | 100011 |
Color Harmonies of #8C2831
Complementary color
Monochromatic Colors of #8C2831
Black with #8C2831
Text Example
Text Example
White with #8C2831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2831; }
p { color: rgb(140,40,49); }
H1.HeaderClassName
{
color: #8C2831;
}
.AnyTagClassName
{
color: #8C2831;
}
</style>
background-color css
<style>
a { background-color: #8C2831; }
a { background-color: rgb(140,40,49); }
div.DivClassName
{
background-color: #8C2831;
}
.BgClassName
{
background-color: #8C2831;
}
</style>
border-color css
<style>
span { border-color: #8C2831; }
span { border-color: rgb(140,40,49); }
td.TdClassName
{
border-color: #8C2831;
}
.TagClassName
{
border-color: #8C2831;
}
</style>