Shades of Flame Red #832B2F
Tints of Flame Red #832B2F
RGB
CMYK
RGB Variations
Color information
#832B2F (or 0x832B2F) is known color: Flame Red. HEX triplet: 83, 2B and 2F. RGB value is (131,43,47). Sum of RGB (Red+Green+Blue) = 131+43+47=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #832B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832B2F is #7CD4D0. Grayscale: #454545. Windows color (decimal): -8180945 or 3091331. OLE color: 3091331.
HSL color Cylindrical-coordinate representation of color #832B2F: hue angle of 357.27º 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 #832B2F is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 47 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.49 |
| HSL | 357.27º | 0.51% | 0.34% | - |
| HSV(B) | 357.27º | 0.67% | 0.51% | - |
| XYZ | 10.74 | 6.76 | 3.43 | - |
| YUV | 69.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 47 | 0 | 0.67 | 0.64 | 0.49 | 357.27 | 0.51 | 0.34 |
| Hex | 83 | 2B | 2F | 0 | 43 | 40 | 31 | 165 | 33 | 22 |
| Octal | 203 | 53 | 57 | 0 | 103 | 100 | 61 | 545 | 63 | 42 |
| Binary | 10000011 | 101011 | 101111 | 0 | 1000011 | 1000000 | 110001 | 101100101 | 110011 | 100010 |
Color Harmonies of #832B2F
Complementary color
Monochromatic Colors of #832B2F
Black with #832B2F
Text Example
Text Example
White with #832B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B2F; }
p { color: rgb(131,43,47); }
H1.HeaderClassName
{
color: #832B2F;
}
.AnyTagClassName
{
color: #832B2F;
}
</style>
background-color css
<style>
a { background-color: #832B2F; }
a { background-color: rgb(131,43,47); }
div.DivClassName
{
background-color: #832B2F;
}
.BgClassName
{
background-color: #832B2F;
}
</style>
border-color css
<style>
span { border-color: #832B2F; }
span { border-color: rgb(131,43,47); }
td.TdClassName
{
border-color: #832B2F;
}
.TagClassName
{
border-color: #832B2F;
}
</style>