Shades of Bright Red #8F202A
Tints of Bright Red #8F202A
RGB
CMYK
RGB Variations
Color information
#8F202A (or 0x8F202A) is known color: Bright Red. HEX triplet: 8F, 20 and 2A. RGB value is (143,32,42). Sum of RGB (Red+Green+Blue) = 143+32+42=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F202A is #70DFD5. Grayscale: #424242. Windows color (decimal): -7397334 or 2760847. OLE color: 2760847.
HSL color Cylindrical-coordinate representation of color #8F202A: hue angle of 354.59º 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 #8F202A is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 42 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.44 |
| HSL | 354.59º | 0.63% | 0.34% | - |
| HSV(B) | 354.59º | 0.78% | 0.56% | - |
| XYZ | 12.26 | 7.04 | 2.9 | - |
| YUV | 66.33 | 114.27 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 42 | 0 | 0.78 | 0.71 | 0.44 | 354.59 | 0.63 | 0.34 |
| Hex | 8F | 20 | 2A | 0 | 4E | 47 | 2C | 163 | 3F | 22 |
| Octal | 217 | 40 | 52 | 0 | 116 | 107 | 54 | 543 | 77 | 42 |
| Binary | 10001111 | 100000 | 101010 | 0 | 1001110 | 1000111 | 101100 | 101100011 | 111111 | 100010 |
Color Harmonies of #8F202A
Complementary color
Monochromatic Colors of #8F202A
Black with #8F202A
Text Example
Text Example
White with #8F202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F202A; }
p { color: rgb(143,32,42); }
H1.HeaderClassName
{
color: #8F202A;
}
.AnyTagClassName
{
color: #8F202A;
}
</style>
background-color css
<style>
a { background-color: #8F202A; }
a { background-color: rgb(143,32,42); }
div.DivClassName
{
background-color: #8F202A;
}
.BgClassName
{
background-color: #8F202A;
}
</style>
border-color css
<style>
span { border-color: #8F202A; }
span { border-color: rgb(143,32,42); }
td.TdClassName
{
border-color: #8F202A;
}
.TagClassName
{
border-color: #8F202A;
}
</style>