Shades of Flame Red #7F282C
Tints of Flame Red #7F282C
RGB
CMYK
RGB Variations
Color information
#7F282C (or 0x7F282C) is known color: Flame Red. HEX triplet: 7F, 28 and 2C. RGB value is (127,40,44). Sum of RGB (Red+Green+Blue) = 127+40+44=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F282C is #80D7D3. Grayscale: #424242. Windows color (decimal): -8443860 or 2893951. OLE color: 2893951.
HSL color Cylindrical-coordinate representation of color #7F282C: hue angle of 357.24º 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 #7F282C is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 44 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.50 |
| HSL | 357.24º | 0.52% | 0.33% | - |
| HSV(B) | 357.24º | 0.69% | 0.5% | - |
| XYZ | 9.97 | 6.21 | 3.06 | - |
| YUV | 66.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 44 | 0 | 0.69 | 0.65 | 0.50 | 357.24 | 0.52 | 0.33 |
| Hex | 7F | 28 | 2C | 0 | 45 | 41 | 32 | 165 | 34 | 21 |
| Octal | 177 | 50 | 54 | 0 | 105 | 101 | 62 | 545 | 64 | 41 |
| Binary | 1111111 | 101000 | 101100 | 0 | 1000101 | 1000001 | 110010 | 101100101 | 110100 | 100001 |
Color Harmonies of #7F282C
Complementary color
Monochromatic Colors of #7F282C
Black with #7F282C
Text Example
Text Example
White with #7F282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F282C; }
p { color: rgb(127,40,44); }
H1.HeaderClassName
{
color: #7F282C;
}
.AnyTagClassName
{
color: #7F282C;
}
</style>
background-color css
<style>
a { background-color: #7F282C; }
a { background-color: rgb(127,40,44); }
div.DivClassName
{
background-color: #7F282C;
}
.BgClassName
{
background-color: #7F282C;
}
</style>
border-color css
<style>
span { border-color: #7F282C; }
span { border-color: rgb(127,40,44); }
td.TdClassName
{
border-color: #7F282C;
}
.TagClassName
{
border-color: #7F282C;
}
</style>