Shades of Flame Red #832B2D
Tints of Flame Red #832B2D
RGB
CMYK
RGB Variations
Color information
#832B2D (or 0x832B2D) is known color: Flame Red. HEX triplet: 83, 2B and 2D. RGB value is (131,43,45). Sum of RGB (Red+Green+Blue) = 131+43+45=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #832B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832B2D is #7CD4D2. Grayscale: #454545. Windows color (decimal): -8180947 or 2960259. OLE color: 2960259.
HSL color Cylindrical-coordinate representation of color #832B2D: hue angle of 358.64º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B2D is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 45 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.49 |
| HSL | 358.64º | 0.51% | 0.34% | - |
| HSV(B) | 358.64º | 0.67% | 0.51% | - |
| XYZ | 10.7 | 6.74 | 3.22 | - |
| YUV | 69.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 45 | 0 | 0.67 | 0.66 | 0.49 | 358.64 | 0.51 | 0.34 |
| Hex | 83 | 2B | 2D | 0 | 43 | 42 | 31 | 167 | 33 | 22 |
| Octal | 203 | 53 | 55 | 0 | 103 | 102 | 61 | 547 | 63 | 42 |
| Binary | 10000011 | 101011 | 101101 | 0 | 1000011 | 1000010 | 110001 | 101100111 | 110011 | 100010 |
Color Harmonies of #832B2D
Complementary color
Monochromatic Colors of #832B2D
Black with #832B2D
Text Example
Text Example
White with #832B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B2D; }
p { color: rgb(131,43,45); }
H1.HeaderClassName
{
color: #832B2D;
}
.AnyTagClassName
{
color: #832B2D;
}
</style>
background-color css
<style>
a { background-color: #832B2D; }
a { background-color: rgb(131,43,45); }
div.DivClassName
{
background-color: #832B2D;
}
.BgClassName
{
background-color: #832B2D;
}
</style>
border-color css
<style>
span { border-color: #832B2D; }
span { border-color: rgb(131,43,45); }
td.TdClassName
{
border-color: #832B2D;
}
.TagClassName
{
border-color: #832B2D;
}
</style>