Shades of Bright Red #8F293B
Tints of Bright Red #8F293B
RGB
CMYK
RGB Variations
Color information
#8F293B (or 0x8F293B) is known color: Bright Red. HEX triplet: 8F, 29 and 3B. RGB value is (143,41,59). Sum of RGB (Red+Green+Blue) = 143+41+59=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F293B is #70D6C4. Grayscale: #494949. Windows color (decimal): -7395013 or 3877263. OLE color: 3877263.
HSL color Cylindrical-coordinate representation of color #8F293B: hue angle of 349.41º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F293B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 59 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.44 |
| HSL | 349.41º | 0.55% | 0.36% | - |
| HSV(B) | 349.41º | 0.71% | 0.56% | - |
| XYZ | 12.91 | 7.74 | 4.95 | - |
| YUV | 73.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 59 | 0 | 0.71 | 0.59 | 0.44 | 349.41 | 0.55 | 0.36 |
| Hex | 8F | 29 | 3B | 0 | 47 | 3B | 2C | 15D | 37 | 24 |
| Octal | 217 | 51 | 73 | 0 | 107 | 73 | 54 | 535 | 67 | 44 |
| Binary | 10001111 | 101001 | 111011 | 0 | 1000111 | 111011 | 101100 | 101011101 | 110111 | 100100 |
Color Harmonies of #8F293B
Complementary color
Monochromatic Colors of #8F293B
Black with #8F293B
Text Example
Text Example
White with #8F293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F293B; }
p { color: rgb(143,41,59); }
H1.HeaderClassName
{
color: #8F293B;
}
.AnyTagClassName
{
color: #8F293B;
}
</style>
background-color css
<style>
a { background-color: #8F293B; }
a { background-color: rgb(143,41,59); }
div.DivClassName
{
background-color: #8F293B;
}
.BgClassName
{
background-color: #8F293B;
}
</style>
border-color css
<style>
span { border-color: #8F293B; }
span { border-color: rgb(143,41,59); }
td.TdClassName
{
border-color: #8F293B;
}
.TagClassName
{
border-color: #8F293B;
}
</style>