Shades of Bright Red #8F293C
Tints of Bright Red #8F293C
RGB
CMYK
RGB Variations
Color information
#8F293C (or 0x8F293C) is known color: Bright Red. HEX triplet: 8F, 29 and 3C. RGB value is (143,41,60). Sum of RGB (Red+Green+Blue) = 143+41+60=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F293C is #70D6C3. Grayscale: #494949. Windows color (decimal): -7395012 or 3942799. OLE color: 3942799.
HSL color Cylindrical-coordinate representation of color #8F293C: hue angle of 348.82º 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 #8F293C is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 60 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.44 |
| HSL | 348.82º | 0.55% | 0.36% | - |
| HSV(B) | 348.82º | 0.71% | 0.56% | - |
| XYZ | 12.94 | 7.75 | 5.09 | - |
| YUV | 73.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 60 | 0 | 0.71 | 0.58 | 0.44 | 348.82 | 0.55 | 0.36 |
| Hex | 8F | 29 | 3C | 0 | 47 | 3A | 2C | 15D | 37 | 24 |
| Octal | 217 | 51 | 74 | 0 | 107 | 72 | 54 | 535 | 67 | 44 |
| Binary | 10001111 | 101001 | 111100 | 0 | 1000111 | 111010 | 101100 | 101011101 | 110111 | 100100 |
Color Harmonies of #8F293C
Complementary color
Monochromatic Colors of #8F293C
Black with #8F293C
Text Example
Text Example
White with #8F293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F293C; }
p { color: rgb(143,41,60); }
H1.HeaderClassName
{
color: #8F293C;
}
.AnyTagClassName
{
color: #8F293C;
}
</style>
background-color css
<style>
a { background-color: #8F293C; }
a { background-color: rgb(143,41,60); }
div.DivClassName
{
background-color: #8F293C;
}
.BgClassName
{
background-color: #8F293C;
}
</style>
border-color css
<style>
span { border-color: #8F293C; }
span { border-color: rgb(143,41,60); }
td.TdClassName
{
border-color: #8F293C;
}
.TagClassName
{
border-color: #8F293C;
}
</style>