Shades of Flame Red #832D32
Tints of Flame Red #832D32
RGB
CMYK
RGB Variations
Color information
#832D32 (or 0x832D32) is known color: Flame Red. HEX triplet: 83, 2D and 32. RGB value is (131,45,50). Sum of RGB (Red+Green+Blue) = 131+45+50=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #832D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D32 is #7CD2CD. Grayscale: #474747. Windows color (decimal): -8180430 or 3288451. OLE color: 3288451.
HSL color Cylindrical-coordinate representation of color #832D32: hue angle of 356.51º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D32 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 50 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.49 |
| HSL | 356.51º | 0.49% | 0.35% | - |
| HSV(B) | 356.51º | 0.66% | 0.51% | - |
| XYZ | 10.87 | 6.93 | 3.78 | - |
| YUV | 71.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 50 | 0 | 0.66 | 0.62 | 0.49 | 356.51 | 0.49 | 0.35 |
| Hex | 83 | 2D | 32 | 0 | 42 | 3E | 31 | 165 | 31 | 23 |
| Octal | 203 | 55 | 62 | 0 | 102 | 76 | 61 | 545 | 61 | 43 |
| Binary | 10000011 | 101101 | 110010 | 0 | 1000010 | 111110 | 110001 | 101100101 | 110001 | 100011 |
Color Harmonies of #832D32
Complementary color
Monochromatic Colors of #832D32
Black with #832D32
Text Example
Text Example
White with #832D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D32; }
p { color: rgb(131,45,50); }
H1.HeaderClassName
{
color: #832D32;
}
.AnyTagClassName
{
color: #832D32;
}
</style>
background-color css
<style>
a { background-color: #832D32; }
a { background-color: rgb(131,45,50); }
div.DivClassName
{
background-color: #832D32;
}
.BgClassName
{
background-color: #832D32;
}
</style>
border-color css
<style>
span { border-color: #832D32; }
span { border-color: rgb(131,45,50); }
td.TdClassName
{
border-color: #832D32;
}
.TagClassName
{
border-color: #832D32;
}
</style>