Shades of Flame Red #7F2D2E
Tints of Flame Red #7F2D2E
RGB
CMYK
RGB Variations
Color information
#7F2D2E (or 0x7F2D2E) is known color: Flame Red. HEX triplet: 7F, 2D and 2E. RGB value is (127,45,46). Sum of RGB (Red+Green+Blue) = 127+45+46=218 (28% of max value = 765). Red value is 127 (50% from 255 or 58.26% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2D2E is #80D2D1. Grayscale: #454545. Windows color (decimal): -8442578 or 3026303. OLE color: 3026303.
HSL color Cylindrical-coordinate representation of color #7F2D2E: hue angle of 359.27º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F2D2E is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 45 | 46 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.50 |
| HSL | 359.27º | 0.48% | 0.34% | - |
| HSV(B) | 359.27º | 0.65% | 0.5% | - |
| XYZ | 10.18 | 6.59 | 3.32 | - |
| YUV | 69.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 46 | 0 | 0.65 | 0.64 | 0.50 | 359.27 | 0.48 | 0.34 |
| Hex | 7F | 2D | 2E | 0 | 41 | 40 | 32 | 167 | 30 | 22 |
| Octal | 177 | 55 | 56 | 0 | 101 | 100 | 62 | 547 | 60 | 42 |
| Binary | 1111111 | 101101 | 101110 | 0 | 1000001 | 1000000 | 110010 | 101100111 | 110000 | 100010 |
Color Harmonies of #7F2D2E
Complementary color
Monochromatic Colors of #7F2D2E
Black with #7F2D2E
Text Example
Text Example
White with #7F2D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D2E; }
p { color: rgb(127,45,46); }
H1.HeaderClassName
{
color: #7F2D2E;
}
.AnyTagClassName
{
color: #7F2D2E;
}
</style>
background-color css
<style>
a { background-color: #7F2D2E; }
a { background-color: rgb(127,45,46); }
div.DivClassName
{
background-color: #7F2D2E;
}
.BgClassName
{
background-color: #7F2D2E;
}
</style>
border-color css
<style>
span { border-color: #7F2D2E; }
span { border-color: rgb(127,45,46); }
td.TdClassName
{
border-color: #7F2D2E;
}
.TagClassName
{
border-color: #7F2D2E;
}
</style>