Shades of Flame Red #83292C
Tints of Flame Red #83292C
RGB
CMYK
RGB Variations
Color information
#83292C (or 0x83292C) is known color: Flame Red. HEX triplet: 83, 29 and 2C. RGB value is (131,41,44). Sum of RGB (Red+Green+Blue) = 131+41+44=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #83292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83292C is #7CD6D3. Grayscale: #444444. Windows color (decimal): -8181460 or 2894211. OLE color: 2894211.
HSL color Cylindrical-coordinate representation of color #83292C: hue angle of 358º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83292C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 41 | 44 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.49 |
| HSL | 358º | 0.52% | 0.34% | - |
| HSV(B) | 358º | 0.69% | 0.51% | - |
| XYZ | 10.61 | 6.59 | 3.1 | - |
| YUV | 68.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 44 | 0 | 0.69 | 0.66 | 0.49 | 358 | 0.52 | 0.34 |
| Hex | 83 | 29 | 2C | 0 | 45 | 42 | 31 | 166 | 34 | 22 |
| Octal | 203 | 51 | 54 | 0 | 105 | 102 | 61 | 546 | 64 | 42 |
| Binary | 10000011 | 101001 | 101100 | 0 | 1000101 | 1000010 | 110001 | 101100110 | 110100 | 100010 |
Color Harmonies of #83292C
Complementary color
Monochromatic Colors of #83292C
Black with #83292C
Text Example
Text Example
White with #83292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83292C; }
p { color: rgb(131,41,44); }
H1.HeaderClassName
{
color: #83292C;
}
.AnyTagClassName
{
color: #83292C;
}
</style>
background-color css
<style>
a { background-color: #83292C; }
a { background-color: rgb(131,41,44); }
div.DivClassName
{
background-color: #83292C;
}
.BgClassName
{
background-color: #83292C;
}
</style>
border-color css
<style>
span { border-color: #83292C; }
span { border-color: rgb(131,41,44); }
td.TdClassName
{
border-color: #83292C;
}
.TagClassName
{
border-color: #83292C;
}
</style>