Shades of Bright Red #8F272C
Tints of Bright Red #8F272C
RGB
CMYK
RGB Variations
Color information
#8F272C (or 0x8F272C) is known color: Bright Red. HEX triplet: 8F, 27 and 2C. RGB value is (143,39,44). Sum of RGB (Red+Green+Blue) = 143+39+44=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F272C is #70D8D3. Grayscale: #464646. Windows color (decimal): -7395540 or 2893711. OLE color: 2893711.
HSL color Cylindrical-coordinate representation of color #8F272C: hue angle of 357.12º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F272C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 39 | 44 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.44 |
| HSL | 357.12º | 0.57% | 0.36% | - |
| HSV(B) | 357.12º | 0.73% | 0.56% | - |
| XYZ | 12.51 | 7.47 | 3.17 | - |
| YUV | 70.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 44 | 0 | 0.73 | 0.69 | 0.44 | 357.12 | 0.57 | 0.36 |
| Hex | 8F | 27 | 2C | 0 | 49 | 45 | 2C | 165 | 39 | 24 |
| Octal | 217 | 47 | 54 | 0 | 111 | 105 | 54 | 545 | 71 | 44 |
| Binary | 10001111 | 100111 | 101100 | 0 | 1001001 | 1000101 | 101100 | 101100101 | 111001 | 100100 |
Color Harmonies of #8F272C
Complementary color
Monochromatic Colors of #8F272C
Black with #8F272C
Text Example
Text Example
White with #8F272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F272C; }
p { color: rgb(143,39,44); }
H1.HeaderClassName
{
color: #8F272C;
}
.AnyTagClassName
{
color: #8F272C;
}
</style>
background-color css
<style>
a { background-color: #8F272C; }
a { background-color: rgb(143,39,44); }
div.DivClassName
{
background-color: #8F272C;
}
.BgClassName
{
background-color: #8F272C;
}
</style>
border-color css
<style>
span { border-color: #8F272C; }
span { border-color: rgb(143,39,44); }
td.TdClassName
{
border-color: #8F272C;
}
.TagClassName
{
border-color: #8F272C;
}
</style>