Shades of Bright Red #8F2837
Tints of Bright Red #8F2837
RGB
CMYK
RGB Variations
Color information
#8F2837 (or 0x8F2837) is known color: Bright Red. HEX triplet: 8F, 28 and 37. RGB value is (143,40,55). Sum of RGB (Red+Green+Blue) = 143+40+55=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2837 is #70D7C8. Grayscale: #484848. Windows color (decimal): -7395273 or 3614863. OLE color: 3614863.
HSL color Cylindrical-coordinate representation of color #8F2837: hue angle of 351.26º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F2837 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 55 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.44 |
| HSL | 351.26º | 0.56% | 0.36% | - |
| HSV(B) | 351.26º | 0.72% | 0.56% | - |
| XYZ | 12.78 | 7.63 | 4.41 | - |
| YUV | 72.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 55 | 0 | 0.72 | 0.62 | 0.44 | 351.26 | 0.56 | 0.36 |
| Hex | 8F | 28 | 37 | 0 | 48 | 3E | 2C | 15F | 38 | 24 |
| Octal | 217 | 50 | 67 | 0 | 110 | 76 | 54 | 537 | 70 | 44 |
| Binary | 10001111 | 101000 | 110111 | 0 | 1001000 | 111110 | 101100 | 101011111 | 111000 | 100100 |
Color Harmonies of #8F2837
Complementary color
Monochromatic Colors of #8F2837
Black with #8F2837
Text Example
Text Example
White with #8F2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2837; }
p { color: rgb(143,40,55); }
H1.HeaderClassName
{
color: #8F2837;
}
.AnyTagClassName
{
color: #8F2837;
}
</style>
background-color css
<style>
a { background-color: #8F2837; }
a { background-color: rgb(143,40,55); }
div.DivClassName
{
background-color: #8F2837;
}
.BgClassName
{
background-color: #8F2837;
}
</style>
border-color css
<style>
span { border-color: #8F2837; }
span { border-color: rgb(143,40,55); }
td.TdClassName
{
border-color: #8F2837;
}
.TagClassName
{
border-color: #8F2837;
}
</style>