Shades of Bright Red #8F2537
Tints of Bright Red #8F2537
RGB
CMYK
RGB Variations
Color information
#8F2537 (or 0x8F2537) is known color: Bright Red. HEX triplet: 8F, 25 and 37. RGB value is (143,37,55). Sum of RGB (Red+Green+Blue) = 143+37+55=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2537 is #70DAC8. Grayscale: #464646. Windows color (decimal): -7396041 or 3614095. OLE color: 3614095.
HSL color Cylindrical-coordinate representation of color #8F2537: hue angle of 349.81º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F2537 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 55 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.44 |
| HSL | 349.81º | 0.59% | 0.35% | - |
| HSV(B) | 349.81º | 0.74% | 0.56% | - |
| XYZ | 12.68 | 7.44 | 4.38 | - |
| YUV | 70.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 55 | 0 | 0.74 | 0.62 | 0.44 | 349.81 | 0.59 | 0.35 |
| Hex | 8F | 25 | 37 | 0 | 4A | 3E | 2C | 15E | 3B | 23 |
| Octal | 217 | 45 | 67 | 0 | 112 | 76 | 54 | 536 | 73 | 43 |
| Binary | 10001111 | 100101 | 110111 | 0 | 1001010 | 111110 | 101100 | 101011110 | 111011 | 100011 |
Color Harmonies of #8F2537
Complementary color
Monochromatic Colors of #8F2537
Black with #8F2537
Text Example
Text Example
White with #8F2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2537; }
p { color: rgb(143,37,55); }
H1.HeaderClassName
{
color: #8F2537;
}
.AnyTagClassName
{
color: #8F2537;
}
</style>
background-color css
<style>
a { background-color: #8F2537; }
a { background-color: rgb(143,37,55); }
div.DivClassName
{
background-color: #8F2537;
}
.BgClassName
{
background-color: #8F2537;
}
</style>
border-color css
<style>
span { border-color: #8F2537; }
span { border-color: rgb(143,37,55); }
td.TdClassName
{
border-color: #8F2537;
}
.TagClassName
{
border-color: #8F2537;
}
</style>