Shades of Bright Red #8C2D38
Tints of Bright Red #8C2D38
RGB
CMYK
RGB Variations
Color information
#8C2D38 (or 0x8C2D38) is known color: Bright Red. HEX triplet: 8C, 2D and 38. RGB value is (140,45,56). Sum of RGB (Red+Green+Blue) = 140+45+56=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2D38 is #73D2C7. Grayscale: #4A4A4A. Windows color (decimal): -7590600 or 3681676. OLE color: 3681676.
HSL color Cylindrical-coordinate representation of color #8C2D38: hue angle of 353.05º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C2D38 is Cyan = 0, Magento = 0.68, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 56 | - |
| CMYK | 0 | 0.68 | 0.6 | 0.45 |
| HSL | 353.05º | 0.51% | 0.36% | - |
| HSV(B) | 353.05º | 0.68% | 0.55% | - |
| XYZ | 12.47 | 7.74 | 4.58 | - |
| YUV | 74.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 56 | 0 | 0.68 | 0.6 | 0.45 | 353.05 | 0.51 | 0.36 |
| Hex | 8C | 2D | 38 | 0 | 44 | 3C | 2D | 161 | 33 | 24 |
| Octal | 214 | 55 | 70 | 0 | 104 | 74 | 55 | 541 | 63 | 44 |
| Binary | 10001100 | 101101 | 111000 | 0 | 1000100 | 111100 | 101101 | 101100001 | 110011 | 100100 |
Color Harmonies of #8C2D38
Complementary color
Monochromatic Colors of #8C2D38
Black with #8C2D38
Text Example
Text Example
White with #8C2D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D38; }
p { color: rgb(140,45,56); }
H1.HeaderClassName
{
color: #8C2D38;
}
.AnyTagClassName
{
color: #8C2D38;
}
</style>
background-color css
<style>
a { background-color: #8C2D38; }
a { background-color: rgb(140,45,56); }
div.DivClassName
{
background-color: #8C2D38;
}
.BgClassName
{
background-color: #8C2D38;
}
</style>
border-color css
<style>
span { border-color: #8C2D38; }
span { border-color: rgb(140,45,56); }
td.TdClassName
{
border-color: #8C2D38;
}
.TagClassName
{
border-color: #8C2D38;
}
</style>