Shades of Bright Red #8F2832
Tints of Bright Red #8F2832
RGB
CMYK
RGB Variations
Color information
#8F2832 (or 0x8F2832) is known color: Bright Red. HEX triplet: 8F, 28 and 32. RGB value is (143,40,50). Sum of RGB (Red+Green+Blue) = 143+40+50=233 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.37% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2832 is #70D7CD. Grayscale: #484848. Windows color (decimal): -7395278 or 3287183. OLE color: 3287183.
HSL color Cylindrical-coordinate representation of color #8F2832: hue angle of 354.17º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F2832 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 50 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.44 |
| HSL | 354.17º | 0.56% | 0.36% | - |
| HSV(B) | 354.17º | 0.72% | 0.56% | - |
| XYZ | 12.66 | 7.59 | 3.81 | - |
| YUV | 71.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 50 | 0 | 0.72 | 0.65 | 0.44 | 354.17 | 0.56 | 0.36 |
| Hex | 8F | 28 | 32 | 0 | 48 | 41 | 2C | 162 | 38 | 24 |
| Octal | 217 | 50 | 62 | 0 | 110 | 101 | 54 | 542 | 70 | 44 |
| Binary | 10001111 | 101000 | 110010 | 0 | 1001000 | 1000001 | 101100 | 101100010 | 111000 | 100100 |
Color Harmonies of #8F2832
Complementary color
Monochromatic Colors of #8F2832
Black with #8F2832
Text Example
Text Example
White with #8F2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2832; }
p { color: rgb(143,40,50); }
H1.HeaderClassName
{
color: #8F2832;
}
.AnyTagClassName
{
color: #8F2832;
}
</style>
background-color css
<style>
a { background-color: #8F2832; }
a { background-color: rgb(143,40,50); }
div.DivClassName
{
background-color: #8F2832;
}
.BgClassName
{
background-color: #8F2832;
}
</style>
border-color css
<style>
span { border-color: #8F2832; }
span { border-color: rgb(143,40,50); }
td.TdClassName
{
border-color: #8F2832;
}
.TagClassName
{
border-color: #8F2832;
}
</style>