Shades of Bright Red #8F202E
Tints of Bright Red #8F202E
RGB
CMYK
RGB Variations
Color information
#8F202E (or 0x8F202E) is known color: Bright Red. HEX triplet: 8F, 20 and 2E. RGB value is (143,32,46). Sum of RGB (Red+Green+Blue) = 143+32+46=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F202E is #70DFD1. Grayscale: #424242. Windows color (decimal): -7397330 or 3022991. OLE color: 3022991.
HSL color Cylindrical-coordinate representation of color #8F202E: hue angle of 352.43º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F202E is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 46 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.44 |
| HSL | 352.43º | 0.63% | 0.34% | - |
| HSV(B) | 352.43º | 0.78% | 0.56% | - |
| XYZ | 12.34 | 7.07 | 3.3 | - |
| YUV | 66.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 46 | 0 | 0.78 | 0.68 | 0.44 | 352.43 | 0.63 | 0.34 |
| Hex | 8F | 20 | 2E | 0 | 4E | 44 | 2C | 160 | 3F | 22 |
| Octal | 217 | 40 | 56 | 0 | 116 | 104 | 54 | 540 | 77 | 42 |
| Binary | 10001111 | 100000 | 101110 | 0 | 1001110 | 1000100 | 101100 | 101100000 | 111111 | 100010 |
Color Harmonies of #8F202E
Complementary color
Monochromatic Colors of #8F202E
Black with #8F202E
Text Example
Text Example
White with #8F202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F202E; }
p { color: rgb(143,32,46); }
H1.HeaderClassName
{
color: #8F202E;
}
.AnyTagClassName
{
color: #8F202E;
}
</style>
background-color css
<style>
a { background-color: #8F202E; }
a { background-color: rgb(143,32,46); }
div.DivClassName
{
background-color: #8F202E;
}
.BgClassName
{
background-color: #8F202E;
}
</style>
border-color css
<style>
span { border-color: #8F202E; }
span { border-color: rgb(143,32,46); }
td.TdClassName
{
border-color: #8F202E;
}
.TagClassName
{
border-color: #8F202E;
}
</style>