Shades of Flame Red #832A2D
Tints of Flame Red #832A2D
RGB
CMYK
RGB Variations
Color information
#832A2D (or 0x832A2D) is known color: Flame Red. HEX triplet: 83, 2A and 2D. RGB value is (131,42,45). Sum of RGB (Red+Green+Blue) = 131+42+45=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #832A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832A2D is #7CD5D2. Grayscale: #454545. Windows color (decimal): -8181203 or 2960003. OLE color: 2960003.
HSL color Cylindrical-coordinate representation of color #832A2D: hue angle of 357.98º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #832A2D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 42 | 45 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.49 |
| HSL | 357.98º | 0.51% | 0.34% | - |
| HSV(B) | 357.98º | 0.68% | 0.51% | - |
| XYZ | 10.66 | 6.67 | 3.21 | - |
| YUV | 68.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 45 | 0 | 0.68 | 0.66 | 0.49 | 357.98 | 0.51 | 0.34 |
| Hex | 83 | 2A | 2D | 0 | 44 | 42 | 31 | 166 | 33 | 22 |
| Octal | 203 | 52 | 55 | 0 | 104 | 102 | 61 | 546 | 63 | 42 |
| Binary | 10000011 | 101010 | 101101 | 0 | 1000100 | 1000010 | 110001 | 101100110 | 110011 | 100010 |
Color Harmonies of #832A2D
Complementary color
Monochromatic Colors of #832A2D
Black with #832A2D
Text Example
Text Example
White with #832A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832A2D; }
p { color: rgb(131,42,45); }
H1.HeaderClassName
{
color: #832A2D;
}
.AnyTagClassName
{
color: #832A2D;
}
</style>
background-color css
<style>
a { background-color: #832A2D; }
a { background-color: rgb(131,42,45); }
div.DivClassName
{
background-color: #832A2D;
}
.BgClassName
{
background-color: #832A2D;
}
</style>
border-color css
<style>
span { border-color: #832A2D; }
span { border-color: rgb(131,42,45); }
td.TdClassName
{
border-color: #832A2D;
}
.TagClassName
{
border-color: #832A2D;
}
</style>