Shades of Bright Red #8F272E
Tints of Bright Red #8F272E
RGB
CMYK
RGB Variations
Color information
#8F272E (or 0x8F272E) is known color: Bright Red. HEX triplet: 8F, 27 and 2E. RGB value is (143,39,46). Sum of RGB (Red+Green+Blue) = 143+39+46=228 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.72% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 143 - color contains mainly: red. Hex color #8F272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F272E is #70D8D1. Grayscale: #464646. Windows color (decimal): -7395538 or 3024783. OLE color: 3024783.
HSL color Cylindrical-coordinate representation of color #8F272E: hue angle of 355.96º 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 #8F272E is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 39 | 46 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.44 |
| HSL | 355.96º | 0.57% | 0.36% | - |
| HSV(B) | 355.96º | 0.73% | 0.56% | - |
| XYZ | 12.55 | 7.49 | 3.37 | - |
| YUV | 70.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 46 | 0 | 0.73 | 0.68 | 0.44 | 355.96 | 0.57 | 0.36 |
| Hex | 8F | 27 | 2E | 0 | 49 | 44 | 2C | 164 | 39 | 24 |
| Octal | 217 | 47 | 56 | 0 | 111 | 104 | 54 | 544 | 71 | 44 |
| Binary | 10001111 | 100111 | 101110 | 0 | 1001001 | 1000100 | 101100 | 101100100 | 111001 | 100100 |
Color Harmonies of #8F272E
Complementary color
Monochromatic Colors of #8F272E
Black with #8F272E
Text Example
Text Example
White with #8F272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F272E; }
p { color: rgb(143,39,46); }
H1.HeaderClassName
{
color: #8F272E;
}
.AnyTagClassName
{
color: #8F272E;
}
</style>
background-color css
<style>
a { background-color: #8F272E; }
a { background-color: rgb(143,39,46); }
div.DivClassName
{
background-color: #8F272E;
}
.BgClassName
{
background-color: #8F272E;
}
</style>
border-color css
<style>
span { border-color: #8F272E; }
span { border-color: rgb(143,39,46); }
td.TdClassName
{
border-color: #8F272E;
}
.TagClassName
{
border-color: #8F272E;
}
</style>