Shades of Flame Red #7F2224
Tints of Flame Red #7F2224
RGB
CMYK
RGB Variations
Color information
#7F2224 (or 0x7F2224) is known color: Flame Red. HEX triplet: 7F, 22 and 24. RGB value is (127,34,36). Sum of RGB (Red+Green+Blue) = 127+34+36=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2224 is #80DDDB. Grayscale: #3E3E3E. Windows color (decimal): -8445404 or 2368127. OLE color: 2368127.
HSL color Cylindrical-coordinate representation of color #7F2224: hue angle of 358.71º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F2224 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 34 | 36 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.50 |
| HSL | 358.71º | 0.58% | 0.32% | - |
| HSV(B) | 358.71º | 0.73% | 0.5% | - |
| XYZ | 9.64 | 5.78 | 2.28 | - |
| YUV | 62.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 36 | 0 | 0.73 | 0.72 | 0.50 | 358.71 | 0.58 | 0.32 |
| Hex | 7F | 22 | 24 | 0 | 49 | 48 | 32 | 167 | 3A | 20 |
| Octal | 177 | 42 | 44 | 0 | 111 | 110 | 62 | 547 | 72 | 40 |
| Binary | 1111111 | 100010 | 100100 | 0 | 1001001 | 1001000 | 110010 | 101100111 | 111010 | 100000 |
Color Harmonies of #7F2224
Complementary color
Monochromatic Colors of #7F2224
Black with #7F2224
Text Example
Text Example
White with #7F2224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2224; }
p { color: rgb(127,34,36); }
H1.HeaderClassName
{
color: #7F2224;
}
.AnyTagClassName
{
color: #7F2224;
}
</style>
background-color css
<style>
a { background-color: #7F2224; }
a { background-color: rgb(127,34,36); }
div.DivClassName
{
background-color: #7F2224;
}
.BgClassName
{
background-color: #7F2224;
}
</style>
border-color css
<style>
span { border-color: #7F2224; }
span { border-color: rgb(127,34,36); }
td.TdClassName
{
border-color: #7F2224;
}
.TagClassName
{
border-color: #7F2224;
}
</style>