Shades of Flame Red #7E2527
Tints of Flame Red #7E2527
RGB
CMYK
RGB Variations
Color information
#7E2527 (or 0x7E2527) is known color: Flame Red. HEX triplet: 7E, 25 and 27. RGB value is (126,37,39). Sum of RGB (Red+Green+Blue) = 126+37+39=202 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.38% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2527 is #81DAD8. Grayscale: #3F3F3F. Windows color (decimal): -8510169 or 2565502. OLE color: 2565502.
HSL color Cylindrical-coordinate representation of color #7E2527: hue angle of 358.65º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E2527 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 39 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.51 |
| HSL | 358.65º | 0.55% | 0.32% | - |
| HSV(B) | 358.65º | 0.71% | 0.49% | - |
| XYZ | 9.63 | 5.91 | 2.55 | - |
| YUV | 63.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 39 | 0 | 0.71 | 0.69 | 0.51 | 358.65 | 0.55 | 0.32 |
| Hex | 7E | 25 | 27 | 0 | 47 | 45 | 33 | 167 | 37 | 20 |
| Octal | 176 | 45 | 47 | 0 | 107 | 105 | 63 | 547 | 67 | 40 |
| Binary | 1111110 | 100101 | 100111 | 0 | 1000111 | 1000101 | 110011 | 101100111 | 110111 | 100000 |
Color Harmonies of #7E2527
Complementary color
Monochromatic Colors of #7E2527
Black with #7E2527
Text Example
Text Example
White with #7E2527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2527; }
p { color: rgb(126,37,39); }
H1.HeaderClassName
{
color: #7E2527;
}
.AnyTagClassName
{
color: #7E2527;
}
</style>
background-color css
<style>
a { background-color: #7E2527; }
a { background-color: rgb(126,37,39); }
div.DivClassName
{
background-color: #7E2527;
}
.BgClassName
{
background-color: #7E2527;
}
</style>
border-color css
<style>
span { border-color: #7E2527; }
span { border-color: rgb(126,37,39); }
td.TdClassName
{
border-color: #7E2527;
}
.TagClassName
{
border-color: #7E2527;
}
</style>