Shades of Flame Red #7E2326
Tints of Flame Red #7E2326
RGB
CMYK
RGB Variations
Color information
#7E2326 (or 0x7E2326) is known color: Flame Red. HEX triplet: 7E, 23 and 26. RGB value is (126,35,38). Sum of RGB (Red+Green+Blue) = 126+35+38=199 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.32% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2326 is #81DCD9. Grayscale: #3E3E3E. Windows color (decimal): -8510682 or 2499454. OLE color: 2499454.
HSL color Cylindrical-coordinate representation of color #7E2326: hue angle of 358.02º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E2326 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 35 | 38 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.51 |
| HSL | 358.02º | 0.57% | 0.32% | - |
| HSV(B) | 358.02º | 0.72% | 0.49% | - |
| XYZ | 9.56 | 5.78 | 2.45 | - |
| YUV | 62.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 38 | 0 | 0.72 | 0.70 | 0.51 | 358.02 | 0.57 | 0.32 |
| Hex | 7E | 23 | 26 | 0 | 48 | 46 | 33 | 166 | 39 | 20 |
| Octal | 176 | 43 | 46 | 0 | 110 | 106 | 63 | 546 | 71 | 40 |
| Binary | 1111110 | 100011 | 100110 | 0 | 1001000 | 1000110 | 110011 | 101100110 | 111001 | 100000 |
Color Harmonies of #7E2326
Complementary color
Monochromatic Colors of #7E2326
Black with #7E2326
Text Example
Text Example
White with #7E2326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2326; }
p { color: rgb(126,35,38); }
H1.HeaderClassName
{
color: #7E2326;
}
.AnyTagClassName
{
color: #7E2326;
}
</style>
background-color css
<style>
a { background-color: #7E2326; }
a { background-color: rgb(126,35,38); }
div.DivClassName
{
background-color: #7E2326;
}
.BgClassName
{
background-color: #7E2326;
}
</style>
border-color css
<style>
span { border-color: #7E2326; }
span { border-color: rgb(126,35,38); }
td.TdClassName
{
border-color: #7E2326;
}
.TagClassName
{
border-color: #7E2326;
}
</style>