Shades of Flame Red #84191F
Tints of Flame Red #84191F
RGB
CMYK
RGB Variations
Color information
#84191F (or 0x84191F) is known color: Flame Red. HEX triplet: 84, 19 and 1F. RGB value is (132,25,31). Sum of RGB (Red+Green+Blue) = 132+25+31=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #84191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84191F is #7BE6E0. Grayscale: #393939. Windows color (decimal): -8120033 or 2038148. OLE color: 2038148.
HSL color Cylindrical-coordinate representation of color #84191F: hue angle of 356.64º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84191F is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 31 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.48 |
| HSL | 356.64º | 0.68% | 0.31% | - |
| HSV(B) | 356.64º | 0.81% | 0.52% | - |
| XYZ | 10.11 | 5.7 | 1.86 | - |
| YUV | 57.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 31 | 0 | 0.81 | 0.77 | 0.48 | 356.64 | 0.68 | 0.31 |
| Hex | 84 | 19 | 1F | 0 | 51 | 4D | 30 | 165 | 44 | 1F |
| Octal | 204 | 31 | 37 | 0 | 121 | 115 | 60 | 545 | 104 | 37 |
| Binary | 10000100 | 11001 | 11111 | 0 | 1010001 | 1001101 | 110000 | 101100101 | 1000100 | 11111 |
Color Harmonies of #84191F
Complementary color
Monochromatic Colors of #84191F
Black with #84191F
Text Example
Text Example
White with #84191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84191F; }
p { color: rgb(132,25,31); }
H1.HeaderClassName
{
color: #84191F;
}
.AnyTagClassName
{
color: #84191F;
}
</style>
background-color css
<style>
a { background-color: #84191F; }
a { background-color: rgb(132,25,31); }
div.DivClassName
{
background-color: #84191F;
}
.BgClassName
{
background-color: #84191F;
}
</style>
border-color css
<style>
span { border-color: #84191F; }
span { border-color: rgb(132,25,31); }
td.TdClassName
{
border-color: #84191F;
}
.TagClassName
{
border-color: #84191F;
}
</style>