Shades of Bright Red #8F202D
Tints of Bright Red #8F202D
RGB
CMYK
RGB Variations
Color information
#8F202D (or 0x8F202D) is known color: Bright Red. HEX triplet: 8F, 20 and 2D. RGB value is (143,32,45). Sum of RGB (Red+Green+Blue) = 143+32+45=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F202D is #70DFD2. Grayscale: #424242. Windows color (decimal): -7397331 or 2957455. OLE color: 2957455.
HSL color Cylindrical-coordinate representation of color #8F202D: hue angle of 352.97º 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 #8F202D is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 45 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.44 |
| HSL | 352.97º | 0.63% | 0.34% | - |
| HSV(B) | 352.97º | 0.78% | 0.56% | - |
| XYZ | 12.32 | 7.06 | 3.2 | - |
| YUV | 66.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 45 | 0 | 0.78 | 0.69 | 0.44 | 352.97 | 0.63 | 0.34 |
| Hex | 8F | 20 | 2D | 0 | 4E | 45 | 2C | 161 | 3F | 22 |
| Octal | 217 | 40 | 55 | 0 | 116 | 105 | 54 | 541 | 77 | 42 |
| Binary | 10001111 | 100000 | 101101 | 0 | 1001110 | 1000101 | 101100 | 101100001 | 111111 | 100010 |
Color Harmonies of #8F202D
Complementary color
Monochromatic Colors of #8F202D
Black with #8F202D
Text Example
Text Example
White with #8F202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F202D; }
p { color: rgb(143,32,45); }
H1.HeaderClassName
{
color: #8F202D;
}
.AnyTagClassName
{
color: #8F202D;
}
</style>
background-color css
<style>
a { background-color: #8F202D; }
a { background-color: rgb(143,32,45); }
div.DivClassName
{
background-color: #8F202D;
}
.BgClassName
{
background-color: #8F202D;
}
</style>
border-color css
<style>
span { border-color: #8F202D; }
span { border-color: rgb(143,32,45); }
td.TdClassName
{
border-color: #8F202D;
}
.TagClassName
{
border-color: #8F202D;
}
</style>