Shades of Flame Red #832124
Tints of Flame Red #832124
RGB
CMYK
RGB Variations
Color information
#832124 (or 0x832124) is known color: Flame Red. HEX triplet: 83, 21 and 24. RGB value is (131,33,36). Sum of RGB (Red+Green+Blue) = 131+33+36=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #832124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832124 is #7CDEDB. Grayscale: #3E3E3E. Windows color (decimal): -8183516 or 2367875. OLE color: 2367875.
HSL color Cylindrical-coordinate representation of color #832124: hue angle of 358.16º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832124 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 36 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.49 |
| HSL | 358.16º | 0.6% | 0.32% | - |
| HSV(B) | 358.16º | 0.75% | 0.51% | - |
| XYZ | 10.22 | 6.04 | 2.3 | - |
| YUV | 62.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 36 | 0 | 0.75 | 0.73 | 0.49 | 358.16 | 0.6 | 0.32 |
| Hex | 83 | 21 | 24 | 0 | 4B | 49 | 31 | 166 | 3C | 20 |
| Octal | 203 | 41 | 44 | 0 | 113 | 111 | 61 | 546 | 74 | 40 |
| Binary | 10000011 | 100001 | 100100 | 0 | 1001011 | 1001001 | 110001 | 101100110 | 111100 | 100000 |
Color Harmonies of #832124
Complementary color
Monochromatic Colors of #832124
Black with #832124
Text Example
Text Example
White with #832124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832124; }
p { color: rgb(131,33,36); }
H1.HeaderClassName
{
color: #832124;
}
.AnyTagClassName
{
color: #832124;
}
</style>
background-color css
<style>
a { background-color: #832124; }
a { background-color: rgb(131,33,36); }
div.DivClassName
{
background-color: #832124;
}
.BgClassName
{
background-color: #832124;
}
</style>
border-color css
<style>
span { border-color: #832124; }
span { border-color: rgb(131,33,36); }
td.TdClassName
{
border-color: #832124;
}
.TagClassName
{
border-color: #832124;
}
</style>