Shades of Bright Red #8C2B30
Tints of Bright Red #8C2B30
RGB
CMYK
RGB Variations
Color information
#8C2B30 (or 0x8C2B30) is known color: Bright Red. HEX triplet: 8C, 2B and 30. RGB value is (140,43,48). Sum of RGB (Red+Green+Blue) = 140+43+48=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B30 is #73D4CF. Grayscale: #484848. Windows color (decimal): -7591120 or 3156876. OLE color: 3156876.
HSL color Cylindrical-coordinate representation of color #8C2B30: hue angle of 356.91º 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 #8C2B30 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 48 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.45 |
| HSL | 356.91º | 0.53% | 0.36% | - |
| HSV(B) | 356.91º | 0.69% | 0.55% | - |
| XYZ | 12.21 | 7.52 | 3.6 | - |
| YUV | 72.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 48 | 0 | 0.69 | 0.66 | 0.45 | 356.91 | 0.53 | 0.36 |
| Hex | 8C | 2B | 30 | 0 | 45 | 42 | 2D | 165 | 35 | 24 |
| Octal | 214 | 53 | 60 | 0 | 105 | 102 | 55 | 545 | 65 | 44 |
| Binary | 10001100 | 101011 | 110000 | 0 | 1000101 | 1000010 | 101101 | 101100101 | 110101 | 100100 |
Color Harmonies of #8C2B30
Complementary color
Monochromatic Colors of #8C2B30
Black with #8C2B30
Text Example
Text Example
White with #8C2B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B30; }
p { color: rgb(140,43,48); }
H1.HeaderClassName
{
color: #8C2B30;
}
.AnyTagClassName
{
color: #8C2B30;
}
</style>
background-color css
<style>
a { background-color: #8C2B30; }
a { background-color: rgb(140,43,48); }
div.DivClassName
{
background-color: #8C2B30;
}
.BgClassName
{
background-color: #8C2B30;
}
</style>
border-color css
<style>
span { border-color: #8C2B30; }
span { border-color: rgb(140,43,48); }
td.TdClassName
{
border-color: #8C2B30;
}
.TagClassName
{
border-color: #8C2B30;
}
</style>