Shades of Bright Red #8F202F
Tints of Bright Red #8F202F
RGB
CMYK
RGB Variations
Color information
#8F202F (or 0x8F202F) is known color: Bright Red. HEX triplet: 8F, 20 and 2F. RGB value is (143,32,47). Sum of RGB (Red+Green+Blue) = 143+32+47=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F202F is #70DFD0. Grayscale: #424242. Windows color (decimal): -7397329 or 3088527. OLE color: 3088527.
HSL color Cylindrical-coordinate representation of color #8F202F: hue angle of 351.89º 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 #8F202F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 32 | 47 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.44 |
| HSL | 351.89º | 0.63% | 0.34% | - |
| HSV(B) | 351.89º | 0.78% | 0.56% | - |
| XYZ | 12.36 | 7.08 | 3.4 | - |
| YUV | 66.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 47 | 0 | 0.78 | 0.67 | 0.44 | 351.89 | 0.63 | 0.34 |
| Hex | 8F | 20 | 2F | 0 | 4E | 43 | 2C | 160 | 3F | 22 |
| Octal | 217 | 40 | 57 | 0 | 116 | 103 | 54 | 540 | 77 | 42 |
| Binary | 10001111 | 100000 | 101111 | 0 | 1001110 | 1000011 | 101100 | 101100000 | 111111 | 100010 |
Color Harmonies of #8F202F
Complementary color
Monochromatic Colors of #8F202F
Black with #8F202F
Text Example
Text Example
White with #8F202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F202F; }
p { color: rgb(143,32,47); }
H1.HeaderClassName
{
color: #8F202F;
}
.AnyTagClassName
{
color: #8F202F;
}
</style>
background-color css
<style>
a { background-color: #8F202F; }
a { background-color: rgb(143,32,47); }
div.DivClassName
{
background-color: #8F202F;
}
.BgClassName
{
background-color: #8F202F;
}
</style>
border-color css
<style>
span { border-color: #8F202F; }
span { border-color: rgb(143,32,47); }
td.TdClassName
{
border-color: #8F202F;
}
.TagClassName
{
border-color: #8F202F;
}
</style>