Shades of Flame Red #7F2B2D
Tints of Flame Red #7F2B2D
RGB
CMYK
RGB Variations
Color information
#7F2B2D (or 0x7F2B2D) is known color: Flame Red. HEX triplet: 7F, 2B and 2D. RGB value is (127,43,45). Sum of RGB (Red+Green+Blue) = 127+43+45=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2B2D is #80D4D2. Grayscale: #444444. Windows color (decimal): -8443091 or 2960255. OLE color: 2960255.
HSL color Cylindrical-coordinate representation of color #7F2B2D: hue angle of 358.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F2B2D is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 43 | 45 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.50 |
| HSL | 358.57º | 0.49% | 0.33% | - |
| HSV(B) | 358.57º | 0.66% | 0.5% | - |
| XYZ | 10.09 | 6.43 | 3.19 | - |
| YUV | 68.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 43 | 45 | 0 | 0.66 | 0.65 | 0.50 | 358.57 | 0.49 | 0.33 |
| Hex | 7F | 2B | 2D | 0 | 42 | 41 | 32 | 167 | 31 | 21 |
| Octal | 177 | 53 | 55 | 0 | 102 | 101 | 62 | 547 | 61 | 41 |
| Binary | 1111111 | 101011 | 101101 | 0 | 1000010 | 1000001 | 110010 | 101100111 | 110001 | 100001 |
Color Harmonies of #7F2B2D
Complementary color
Monochromatic Colors of #7F2B2D
Black with #7F2B2D
Text Example
Text Example
White with #7F2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2B2D; }
p { color: rgb(127,43,45); }
H1.HeaderClassName
{
color: #7F2B2D;
}
.AnyTagClassName
{
color: #7F2B2D;
}
</style>
background-color css
<style>
a { background-color: #7F2B2D; }
a { background-color: rgb(127,43,45); }
div.DivClassName
{
background-color: #7F2B2D;
}
.BgClassName
{
background-color: #7F2B2D;
}
</style>
border-color css
<style>
span { border-color: #7F2B2D; }
span { border-color: rgb(127,43,45); }
td.TdClassName
{
border-color: #7F2B2D;
}
.TagClassName
{
border-color: #7F2B2D;
}
</style>