Shades of Flame Red #7D2324
Tints of Flame Red #7D2324
RGB
CMYK
RGB Variations
Color information
#7D2324 (or 0x7D2324) is known color: Flame Red. HEX triplet: 7D, 23 and 24. RGB value is (125,35,36). Sum of RGB (Red+Green+Blue) = 125+35+36=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2324 is #82DCDB. Grayscale: #3E3E3E. Windows color (decimal): -8576220 or 2368381. OLE color: 2368381.
HSL color Cylindrical-coordinate representation of color #7D2324: hue angle of 359.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2324 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 35 | 36 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.51 |
| HSL | 359.33º | 0.56% | 0.31% | - |
| HSV(B) | 359.33º | 0.72% | 0.49% | - |
| XYZ | 9.38 | 5.69 | 2.27 | - |
| YUV | 62.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 35 | 36 | 0 | 0.72 | 0.71 | 0.51 | 359.33 | 0.56 | 0.31 |
| Hex | 7D | 23 | 24 | 0 | 48 | 47 | 33 | 167 | 38 | 1F |
| Octal | 175 | 43 | 44 | 0 | 110 | 107 | 63 | 547 | 70 | 37 |
| Binary | 1111101 | 100011 | 100100 | 0 | 1001000 | 1000111 | 110011 | 101100111 | 111000 | 11111 |
Color Harmonies of #7D2324
Complementary color
Monochromatic Colors of #7D2324
Black with #7D2324
Text Example
Text Example
White with #7D2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2324; }
p { color: rgb(125,35,36); }
H1.HeaderClassName
{
color: #7D2324;
}
.AnyTagClassName
{
color: #7D2324;
}
</style>
background-color css
<style>
a { background-color: #7D2324; }
a { background-color: rgb(125,35,36); }
div.DivClassName
{
background-color: #7D2324;
}
.BgClassName
{
background-color: #7D2324;
}
</style>
border-color css
<style>
span { border-color: #7D2324; }
span { border-color: rgb(125,35,36); }
td.TdClassName
{
border-color: #7D2324;
}
.TagClassName
{
border-color: #7D2324;
}
</style>