Shades of Bright Red #8F2236
Tints of Bright Red #8F2236
RGB
CMYK
RGB Variations
Color information
#8F2236 (or 0x8F2236) is known color: Bright Red. HEX triplet: 8F, 22 and 36. RGB value is (143,34,54). Sum of RGB (Red+Green+Blue) = 143+34+54=231 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.90% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2236 is #70DDC9. Grayscale: #444444. Windows color (decimal): -7396810 or 3547791. OLE color: 3547791.
HSL color Cylindrical-coordinate representation of color #8F2236: hue angle of 348.99º degrees, saturation: 0.62, 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 #8F2236 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 54 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.44 |
| HSL | 348.99º | 0.62% | 0.35% | - |
| HSV(B) | 348.99º | 0.76% | 0.56% | - |
| XYZ | 12.57 | 7.25 | 4.23 | - |
| YUV | 68.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 54 | 0 | 0.76 | 0.62 | 0.44 | 348.99 | 0.62 | 0.35 |
| Hex | 8F | 22 | 36 | 0 | 4C | 3E | 2C | 15D | 3E | 23 |
| Octal | 217 | 42 | 66 | 0 | 114 | 76 | 54 | 535 | 76 | 43 |
| Binary | 10001111 | 100010 | 110110 | 0 | 1001100 | 111110 | 101100 | 101011101 | 111110 | 100011 |
Color Harmonies of #8F2236
Complementary color
Monochromatic Colors of #8F2236
Black with #8F2236
Text Example
Text Example
White with #8F2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2236; }
p { color: rgb(143,34,54); }
H1.HeaderClassName
{
color: #8F2236;
}
.AnyTagClassName
{
color: #8F2236;
}
</style>
background-color css
<style>
a { background-color: #8F2236; }
a { background-color: rgb(143,34,54); }
div.DivClassName
{
background-color: #8F2236;
}
.BgClassName
{
background-color: #8F2236;
}
</style>
border-color css
<style>
span { border-color: #8F2236; }
span { border-color: rgb(143,34,54); }
td.TdClassName
{
border-color: #8F2236;
}
.TagClassName
{
border-color: #8F2236;
}
</style>