Shades of Bright Red #8F232F
Tints of Bright Red #8F232F
RGB
CMYK
RGB Variations
Color information
#8F232F (or 0x8F232F) is known color: Bright Red. HEX triplet: 8F, 23 and 2F. RGB value is (143,35,47). Sum of RGB (Red+Green+Blue) = 143+35+47=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F232F is #70DCD0. Grayscale: #444444. Windows color (decimal): -7396561 or 3089295. OLE color: 3089295.
HSL color Cylindrical-coordinate representation of color #8F232F: hue angle of 353.33º 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 #8F232F is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 47 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.44 |
| HSL | 353.33º | 0.61% | 0.35% | - |
| HSV(B) | 353.33º | 0.76% | 0.56% | - |
| XYZ | 12.44 | 7.25 | 3.43 | - |
| YUV | 68.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 47 | 0 | 0.76 | 0.67 | 0.44 | 353.33 | 0.61 | 0.35 |
| Hex | 8F | 23 | 2F | 0 | 4C | 43 | 2C | 161 | 3D | 23 |
| Octal | 217 | 43 | 57 | 0 | 114 | 103 | 54 | 541 | 75 | 43 |
| Binary | 10001111 | 100011 | 101111 | 0 | 1001100 | 1000011 | 101100 | 101100001 | 111101 | 100011 |
Color Harmonies of #8F232F
Complementary color
Monochromatic Colors of #8F232F
Black with #8F232F
Text Example
Text Example
White with #8F232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F232F; }
p { color: rgb(143,35,47); }
H1.HeaderClassName
{
color: #8F232F;
}
.AnyTagClassName
{
color: #8F232F;
}
</style>
background-color css
<style>
a { background-color: #8F232F; }
a { background-color: rgb(143,35,47); }
div.DivClassName
{
background-color: #8F232F;
}
.BgClassName
{
background-color: #8F232F;
}
</style>
border-color css
<style>
span { border-color: #8F232F; }
span { border-color: rgb(143,35,47); }
td.TdClassName
{
border-color: #8F232F;
}
.TagClassName
{
border-color: #8F232F;
}
</style>