Shades of Bright Red #8C2B34
Tints of Bright Red #8C2B34
RGB
CMYK
RGB Variations
Color information
#8C2B34 (or 0x8C2B34) is known color: Bright Red. HEX triplet: 8C, 2B and 34. RGB value is (140,43,52). Sum of RGB (Red+Green+Blue) = 140+43+52=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B34 is #73D4CB. Grayscale: #494949. Windows color (decimal): -7591116 or 3419020. OLE color: 3419020.
HSL color Cylindrical-coordinate representation of color #8C2B34: hue angle of 354.43º 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 #8C2B34 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 52 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.45 |
| HSL | 354.43º | 0.53% | 0.36% | - |
| HSV(B) | 354.43º | 0.69% | 0.55% | - |
| XYZ | 12.3 | 7.55 | 4.06 | - |
| YUV | 73.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 52 | 0 | 0.69 | 0.63 | 0.45 | 354.43 | 0.53 | 0.36 |
| Hex | 8C | 2B | 34 | 0 | 45 | 3F | 2D | 162 | 35 | 24 |
| Octal | 214 | 53 | 64 | 0 | 105 | 77 | 55 | 542 | 65 | 44 |
| Binary | 10001100 | 101011 | 110100 | 0 | 1000101 | 111111 | 101101 | 101100010 | 110101 | 100100 |
Color Harmonies of #8C2B34
Complementary color
Monochromatic Colors of #8C2B34
Black with #8C2B34
Text Example
Text Example
White with #8C2B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B34; }
p { color: rgb(140,43,52); }
H1.HeaderClassName
{
color: #8C2B34;
}
.AnyTagClassName
{
color: #8C2B34;
}
</style>
background-color css
<style>
a { background-color: #8C2B34; }
a { background-color: rgb(140,43,52); }
div.DivClassName
{
background-color: #8C2B34;
}
.BgClassName
{
background-color: #8C2B34;
}
</style>
border-color css
<style>
span { border-color: #8C2B34; }
span { border-color: rgb(140,43,52); }
td.TdClassName
{
border-color: #8C2B34;
}
.TagClassName
{
border-color: #8C2B34;
}
</style>