Shades of Flame Red #832C2D
Tints of Flame Red #832C2D
RGB
CMYK
RGB Variations
Color information
#832C2D (or 0x832C2D) is known color: Flame Red. HEX triplet: 83, 2C and 2D. RGB value is (131,44,45). Sum of RGB (Red+Green+Blue) = 131+44+45=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #832C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C2D is #7CD3D2. Grayscale: #464646. Windows color (decimal): -8180691 or 2960515. OLE color: 2960515.
HSL color Cylindrical-coordinate representation of color #832C2D: hue angle of 359.31º 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 #832C2D is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 45 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.49 |
| HSL | 359.31º | 0.5% | 0.34% | - |
| HSV(B) | 359.31º | 0.66% | 0.51% | - |
| XYZ | 10.73 | 6.82 | 3.23 | - |
| YUV | 70.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 45 | 0 | 0.66 | 0.66 | 0.49 | 359.31 | 0.5 | 0.34 |
| Hex | 83 | 2C | 2D | 0 | 42 | 42 | 31 | 167 | 32 | 22 |
| Octal | 203 | 54 | 55 | 0 | 102 | 102 | 61 | 547 | 62 | 42 |
| Binary | 10000011 | 101100 | 101101 | 0 | 1000010 | 1000010 | 110001 | 101100111 | 110010 | 100010 |
Color Harmonies of #832C2D
Complementary color
Monochromatic Colors of #832C2D
Black with #832C2D
Text Example
Text Example
White with #832C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C2D; }
p { color: rgb(131,44,45); }
H1.HeaderClassName
{
color: #832C2D;
}
.AnyTagClassName
{
color: #832C2D;
}
</style>
background-color css
<style>
a { background-color: #832C2D; }
a { background-color: rgb(131,44,45); }
div.DivClassName
{
background-color: #832C2D;
}
.BgClassName
{
background-color: #832C2D;
}
</style>
border-color css
<style>
span { border-color: #832C2D; }
span { border-color: rgb(131,44,45); }
td.TdClassName
{
border-color: #832C2D;
}
.TagClassName
{
border-color: #832C2D;
}
</style>