Shades of Bright Red #8F2D3F
Tints of Bright Red #8F2D3F
RGB
CMYK
RGB Variations
Color information
#8F2D3F (or 0x8F2D3F) is known color: Bright Red. HEX triplet: 8F, 2D and 3F. RGB value is (143,45,63). Sum of RGB (Red+Green+Blue) = 143+45+63=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2D3F is #70D2C0. Grayscale: #4C4C4C. Windows color (decimal): -7393985 or 4140431. OLE color: 4140431.
HSL color Cylindrical-coordinate representation of color #8F2D3F: hue angle of 348.98º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F2D3F is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 45 | 63 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.44 |
| HSL | 348.98º | 0.52% | 0.37% | - |
| HSV(B) | 348.98º | 0.69% | 0.56% | - |
| XYZ | 13.16 | 8.08 | 5.57 | - |
| YUV | 76.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 63 | 0 | 0.69 | 0.56 | 0.44 | 348.98 | 0.52 | 0.37 |
| Hex | 8F | 2D | 3F | 0 | 45 | 38 | 2C | 15D | 34 | 25 |
| Octal | 217 | 55 | 77 | 0 | 105 | 70 | 54 | 535 | 64 | 45 |
| Binary | 10001111 | 101101 | 111111 | 0 | 1000101 | 111000 | 101100 | 101011101 | 110100 | 100101 |
Color Harmonies of #8F2D3F
Complementary color
Monochromatic Colors of #8F2D3F
Black with #8F2D3F
Text Example
Text Example
White with #8F2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2D3F; }
p { color: rgb(143,45,63); }
H1.HeaderClassName
{
color: #8F2D3F;
}
.AnyTagClassName
{
color: #8F2D3F;
}
</style>
background-color css
<style>
a { background-color: #8F2D3F; }
a { background-color: rgb(143,45,63); }
div.DivClassName
{
background-color: #8F2D3F;
}
.BgClassName
{
background-color: #8F2D3F;
}
</style>
border-color css
<style>
span { border-color: #8F2D3F; }
span { border-color: rgb(143,45,63); }
td.TdClassName
{
border-color: #8F2D3F;
}
.TagClassName
{
border-color: #8F2D3F;
}
</style>