Shades of Bright Red #8F232D
Tints of Bright Red #8F232D
RGB
CMYK
RGB Variations
Color information
#8F232D (or 0x8F232D) is known color: Bright Red. HEX triplet: 8F, 23 and 2D. RGB value is (143,35,45). Sum of RGB (Red+Green+Blue) = 143+35+45=223 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.13% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 143 - color contains mainly: red. Hex color #8F232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F232D is #70DCD2. Grayscale: #444444. Windows color (decimal): -7396563 or 2958223. OLE color: 2958223.
HSL color Cylindrical-coordinate representation of color #8F232D: hue angle of 354.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F232D is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 45 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.44 |
| HSL | 354.44º | 0.61% | 0.35% | - |
| HSV(B) | 354.44º | 0.76% | 0.56% | - |
| XYZ | 12.4 | 7.23 | 3.22 | - |
| YUV | 68.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 45 | 0 | 0.76 | 0.69 | 0.44 | 354.44 | 0.61 | 0.35 |
| Hex | 8F | 23 | 2D | 0 | 4C | 45 | 2C | 162 | 3D | 23 |
| Octal | 217 | 43 | 55 | 0 | 114 | 105 | 54 | 542 | 75 | 43 |
| Binary | 10001111 | 100011 | 101101 | 0 | 1001100 | 1000101 | 101100 | 101100010 | 111101 | 100011 |
Color Harmonies of #8F232D
Complementary color
Monochromatic Colors of #8F232D
Black with #8F232D
Text Example
Text Example
White with #8F232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F232D; }
p { color: rgb(143,35,45); }
H1.HeaderClassName
{
color: #8F232D;
}
.AnyTagClassName
{
color: #8F232D;
}
</style>
background-color css
<style>
a { background-color: #8F232D; }
a { background-color: rgb(143,35,45); }
div.DivClassName
{
background-color: #8F232D;
}
.BgClassName
{
background-color: #8F232D;
}
</style>
border-color css
<style>
span { border-color: #8F232D; }
span { border-color: rgb(143,35,45); }
td.TdClassName
{
border-color: #8F232D;
}
.TagClassName
{
border-color: #8F232D;
}
</style>