Shades of Flame Red #7E2324
Tints of Flame Red #7E2324
RGB
CMYK
RGB Variations
Color information
#7E2324 (or 0x7E2324) is known color: Flame Red. HEX triplet: 7E, 23 and 24. RGB value is (126,35,36). Sum of RGB (Red+Green+Blue) = 126+35+36=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2324 is #81DCDB. Grayscale: #3E3E3E. Windows color (decimal): -8510684 or 2368382. OLE color: 2368382.
HSL color Cylindrical-coordinate representation of color #7E2324: hue angle of 359.34º 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 #7E2324 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 35 | 36 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.51 |
| HSL | 359.34º | 0.57% | 0.32% | - |
| HSV(B) | 359.34º | 0.72% | 0.49% | - |
| XYZ | 9.52 | 5.77 | 2.28 | - |
| YUV | 62.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 36 | 0 | 0.72 | 0.71 | 0.51 | 359.34 | 0.57 | 0.32 |
| Hex | 7E | 23 | 24 | 0 | 48 | 47 | 33 | 167 | 39 | 20 |
| Octal | 176 | 43 | 44 | 0 | 110 | 107 | 63 | 547 | 71 | 40 |
| Binary | 1111110 | 100011 | 100100 | 0 | 1001000 | 1000111 | 110011 | 101100111 | 111001 | 100000 |
Color Harmonies of #7E2324
Complementary color
Monochromatic Colors of #7E2324
Black with #7E2324
Text Example
Text Example
White with #7E2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2324; }
p { color: rgb(126,35,36); }
H1.HeaderClassName
{
color: #7E2324;
}
.AnyTagClassName
{
color: #7E2324;
}
</style>
background-color css
<style>
a { background-color: #7E2324; }
a { background-color: rgb(126,35,36); }
div.DivClassName
{
background-color: #7E2324;
}
.BgClassName
{
background-color: #7E2324;
}
</style>
border-color css
<style>
span { border-color: #7E2324; }
span { border-color: rgb(126,35,36); }
td.TdClassName
{
border-color: #7E2324;
}
.TagClassName
{
border-color: #7E2324;
}
</style>