Shades of Flame Red #7F2629
Tints of Flame Red #7F2629
RGB
CMYK
RGB Variations
Color information
#7F2629 (or 0x7F2629) is known color: Flame Red. HEX triplet: 7F, 26 and 29. RGB value is (127,38,41). Sum of RGB (Red+Green+Blue) = 127+38+41=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2629 is #80D9D6. Grayscale: #414141. Windows color (decimal): -8444375 or 2696831. OLE color: 2696831.
HSL color Cylindrical-coordinate representation of color #7F2629: hue angle of 357.98º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F2629 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 38 | 41 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.50 |
| HSL | 357.98º | 0.54% | 0.32% | - |
| HSV(B) | 357.98º | 0.7% | 0.5% | - |
| XYZ | 9.85 | 6.06 | 2.75 | - |
| YUV | 64.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 38 | 41 | 0 | 0.70 | 0.68 | 0.50 | 357.98 | 0.54 | 0.32 |
| Hex | 7F | 26 | 29 | 0 | 46 | 44 | 32 | 166 | 36 | 20 |
| Octal | 177 | 46 | 51 | 0 | 106 | 104 | 62 | 546 | 66 | 40 |
| Binary | 1111111 | 100110 | 101001 | 0 | 1000110 | 1000100 | 110010 | 101100110 | 110110 | 100000 |
Color Harmonies of #7F2629
Complementary color
Monochromatic Colors of #7F2629
Black with #7F2629
Text Example
Text Example
White with #7F2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2629; }
p { color: rgb(127,38,41); }
H1.HeaderClassName
{
color: #7F2629;
}
.AnyTagClassName
{
color: #7F2629;
}
</style>
background-color css
<style>
a { background-color: #7F2629; }
a { background-color: rgb(127,38,41); }
div.DivClassName
{
background-color: #7F2629;
}
.BgClassName
{
background-color: #7F2629;
}
</style>
border-color css
<style>
span { border-color: #7F2629; }
span { border-color: rgb(127,38,41); }
td.TdClassName
{
border-color: #7F2629;
}
.TagClassName
{
border-color: #7F2629;
}
</style>