Shades of Bright Red #8F222A
Tints of Bright Red #8F222A
RGB
CMYK
RGB Variations
Color information
#8F222A (or 0x8F222A) is known color: Bright Red. HEX triplet: 8F, 22 and 2A. RGB value is (143,34,42). Sum of RGB (Red+Green+Blue) = 143+34+42=219 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65.30% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 143 - color contains mainly: red. Hex color #8F222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F222A is #70DDD5. Grayscale: #434343. Windows color (decimal): -7396822 or 2761359. OLE color: 2761359.
HSL color Cylindrical-coordinate representation of color #8F222A: hue angle of 355.6º 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 #8F222A is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 42 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.44 |
| HSL | 355.6º | 0.62% | 0.35% | - |
| HSV(B) | 355.6º | 0.76% | 0.56% | - |
| XYZ | 12.32 | 7.15 | 2.92 | - |
| YUV | 67.5 | 113.61 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 42 | 0 | 0.76 | 0.71 | 0.44 | 355.6 | 0.62 | 0.35 |
| Hex | 8F | 22 | 2A | 0 | 4C | 47 | 2C | 164 | 3E | 23 |
| Octal | 217 | 42 | 52 | 0 | 114 | 107 | 54 | 544 | 76 | 43 |
| Binary | 10001111 | 100010 | 101010 | 0 | 1001100 | 1000111 | 101100 | 101100100 | 111110 | 100011 |
Color Harmonies of #8F222A
Complementary color
Monochromatic Colors of #8F222A
Black with #8F222A
Text Example
Text Example
White with #8F222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F222A; }
p { color: rgb(143,34,42); }
H1.HeaderClassName
{
color: #8F222A;
}
.AnyTagClassName
{
color: #8F222A;
}
</style>
background-color css
<style>
a { background-color: #8F222A; }
a { background-color: rgb(143,34,42); }
div.DivClassName
{
background-color: #8F222A;
}
.BgClassName
{
background-color: #8F222A;
}
</style>
border-color css
<style>
span { border-color: #8F222A; }
span { border-color: rgb(143,34,42); }
td.TdClassName
{
border-color: #8F222A;
}
.TagClassName
{
border-color: #8F222A;
}
</style>