Shades of Flame Red #7F2124
Tints of Flame Red #7F2124
RGB
CMYK
RGB Variations
Color information
#7F2124 (or 0x7F2124) is known color: Flame Red. HEX triplet: 7F, 21 and 24. RGB value is (127,33,36). Sum of RGB (Red+Green+Blue) = 127+33+36=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2124 is #80DEDB. Grayscale: #3D3D3D. Windows color (decimal): -8445660 or 2367871. OLE color: 2367871.
HSL color Cylindrical-coordinate representation of color #7F2124: hue angle of 358.09º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F2124 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 33 | 36 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.50 |
| HSL | 358.09º | 0.59% | 0.31% | - |
| HSV(B) | 358.09º | 0.74% | 0.5% | - |
| XYZ | 9.61 | 5.73 | 2.27 | - |
| YUV | 61.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 36 | 0 | 0.74 | 0.72 | 0.50 | 358.09 | 0.59 | 0.31 |
| Hex | 7F | 21 | 24 | 0 | 4A | 48 | 32 | 166 | 3B | 1F |
| Octal | 177 | 41 | 44 | 0 | 112 | 110 | 62 | 546 | 73 | 37 |
| Binary | 1111111 | 100001 | 100100 | 0 | 1001010 | 1001000 | 110010 | 101100110 | 111011 | 11111 |
Color Harmonies of #7F2124
Complementary color
Monochromatic Colors of #7F2124
Black with #7F2124
Text Example
Text Example
White with #7F2124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2124; }
p { color: rgb(127,33,36); }
H1.HeaderClassName
{
color: #7F2124;
}
.AnyTagClassName
{
color: #7F2124;
}
</style>
background-color css
<style>
a { background-color: #7F2124; }
a { background-color: rgb(127,33,36); }
div.DivClassName
{
background-color: #7F2124;
}
.BgClassName
{
background-color: #7F2124;
}
</style>
border-color css
<style>
span { border-color: #7F2124; }
span { border-color: rgb(127,33,36); }
td.TdClassName
{
border-color: #7F2124;
}
.TagClassName
{
border-color: #7F2124;
}
</style>