Shades of Flame Red #84232D
Tints of Flame Red #84232D
RGB
CMYK
RGB Variations
Color information
#84232D (or 0x84232D) is known color: Flame Red. HEX triplet: 84, 23 and 2D. RGB value is (132,35,45). Sum of RGB (Red+Green+Blue) = 132+35+45=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84232D is #7BDCD2. Grayscale: #414141. Windows color (decimal): -8117459 or 2958212. OLE color: 2958212.
HSL color Cylindrical-coordinate representation of color #84232D: hue angle of 353.81º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84232D is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 45 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.48 |
| HSL | 353.81º | 0.58% | 0.33% | - |
| HSV(B) | 353.81º | 0.73% | 0.52% | - |
| XYZ | 10.59 | 6.3 | 3.14 | - |
| YUV | 65.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 45 | 0 | 0.73 | 0.66 | 0.48 | 353.81 | 0.58 | 0.33 |
| Hex | 84 | 23 | 2D | 0 | 49 | 42 | 30 | 162 | 3A | 21 |
| Octal | 204 | 43 | 55 | 0 | 111 | 102 | 60 | 542 | 72 | 41 |
| Binary | 10000100 | 100011 | 101101 | 0 | 1001001 | 1000010 | 110000 | 101100010 | 111010 | 100001 |
Color Harmonies of #84232D
Complementary color
Monochromatic Colors of #84232D
Black with #84232D
Text Example
Text Example
White with #84232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84232D; }
p { color: rgb(132,35,45); }
H1.HeaderClassName
{
color: #84232D;
}
.AnyTagClassName
{
color: #84232D;
}
</style>
background-color css
<style>
a { background-color: #84232D; }
a { background-color: rgb(132,35,45); }
div.DivClassName
{
background-color: #84232D;
}
.BgClassName
{
background-color: #84232D;
}
</style>
border-color css
<style>
span { border-color: #84232D; }
span { border-color: rgb(132,35,45); }
td.TdClassName
{
border-color: #84232D;
}
.TagClassName
{
border-color: #84232D;
}
</style>