Shades of Flame Red #832C2F
Tints of Flame Red #832C2F
RGB
CMYK
RGB Variations
Color information
#832C2F (or 0x832C2F) is known color: Flame Red. HEX triplet: 83, 2C and 2F. RGB value is (131,44,47). Sum of RGB (Red+Green+Blue) = 131+44+47=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #832C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C2F is #7CD3D0. Grayscale: #464646. Windows color (decimal): -8180689 or 3091587. OLE color: 3091587.
HSL color Cylindrical-coordinate representation of color #832C2F: hue angle of 357.93º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C2F is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 47 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.49 |
| HSL | 357.93º | 0.5% | 0.34% | - |
| HSV(B) | 357.93º | 0.66% | 0.51% | - |
| XYZ | 10.77 | 6.83 | 3.44 | - |
| YUV | 70.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 47 | 0 | 0.66 | 0.64 | 0.49 | 357.93 | 0.5 | 0.34 |
| Hex | 83 | 2C | 2F | 0 | 42 | 40 | 31 | 166 | 32 | 22 |
| Octal | 203 | 54 | 57 | 0 | 102 | 100 | 61 | 546 | 62 | 42 |
| Binary | 10000011 | 101100 | 101111 | 0 | 1000010 | 1000000 | 110001 | 101100110 | 110010 | 100010 |
Color Harmonies of #832C2F
Complementary color
Monochromatic Colors of #832C2F
Black with #832C2F
Text Example
Text Example
White with #832C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C2F; }
p { color: rgb(131,44,47); }
H1.HeaderClassName
{
color: #832C2F;
}
.AnyTagClassName
{
color: #832C2F;
}
</style>
background-color css
<style>
a { background-color: #832C2F; }
a { background-color: rgb(131,44,47); }
div.DivClassName
{
background-color: #832C2F;
}
.BgClassName
{
background-color: #832C2F;
}
</style>
border-color css
<style>
span { border-color: #832C2F; }
span { border-color: rgb(131,44,47); }
td.TdClassName
{
border-color: #832C2F;
}
.TagClassName
{
border-color: #832C2F;
}
</style>