Shades of Flame Red #7F2829
Tints of Flame Red #7F2829
RGB
CMYK
RGB Variations
Color information
#7F2829 (or 0x7F2829) is known color: Flame Red. HEX triplet: 7F, 28 and 29. RGB value is (127,40,41). Sum of RGB (Red+Green+Blue) = 127+40+41=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2829 is #80D7D6. Grayscale: #424242. Windows color (decimal): -8443863 or 2697343. OLE color: 2697343.
HSL color Cylindrical-coordinate representation of color #7F2829: hue angle of 359.31º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F2829 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 41 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.50 |
| HSL | 359.31º | 0.52% | 0.33% | - |
| HSV(B) | 359.31º | 0.69% | 0.5% | - |
| XYZ | 9.91 | 6.19 | 2.77 | - |
| YUV | 66.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 41 | 0 | 0.69 | 0.68 | 0.50 | 359.31 | 0.52 | 0.33 |
| Hex | 7F | 28 | 29 | 0 | 45 | 44 | 32 | 167 | 34 | 21 |
| Octal | 177 | 50 | 51 | 0 | 105 | 104 | 62 | 547 | 64 | 41 |
| Binary | 1111111 | 101000 | 101001 | 0 | 1000101 | 1000100 | 110010 | 101100111 | 110100 | 100001 |
Color Harmonies of #7F2829
Complementary color
Monochromatic Colors of #7F2829
Black with #7F2829
Text Example
Text Example
White with #7F2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2829; }
p { color: rgb(127,40,41); }
H1.HeaderClassName
{
color: #7F2829;
}
.AnyTagClassName
{
color: #7F2829;
}
</style>
background-color css
<style>
a { background-color: #7F2829; }
a { background-color: rgb(127,40,41); }
div.DivClassName
{
background-color: #7F2829;
}
.BgClassName
{
background-color: #7F2829;
}
</style>
border-color css
<style>
span { border-color: #7F2829; }
span { border-color: rgb(127,40,41); }
td.TdClassName
{
border-color: #7F2829;
}
.TagClassName
{
border-color: #7F2829;
}
</style>