Shades of Flame Red #84191D
Tints of Flame Red #84191D
RGB
CMYK
RGB Variations
Color information
#84191D (or 0x84191D) is known color: Flame Red. HEX triplet: 84, 19 and 1D. RGB value is (132,25,29). Sum of RGB (Red+Green+Blue) = 132+25+29=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #84191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84191D is #7BE6E2. Grayscale: #393939. Windows color (decimal): -8120035 or 1907076. OLE color: 1907076.
HSL color Cylindrical-coordinate representation of color #84191D: hue angle of 357.76º 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 #84191D is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 29 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.48 |
| HSL | 357.76º | 0.68% | 0.31% | - |
| HSV(B) | 357.76º | 0.81% | 0.52% | - |
| XYZ | 10.09 | 5.69 | 1.73 | - |
| YUV | 57.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 29 | 0 | 0.81 | 0.78 | 0.48 | 357.76 | 0.68 | 0.31 |
| Hex | 84 | 19 | 1D | 0 | 51 | 4E | 30 | 166 | 44 | 1F |
| Octal | 204 | 31 | 35 | 0 | 121 | 116 | 60 | 546 | 104 | 37 |
| Binary | 10000100 | 11001 | 11101 | 0 | 1010001 | 1001110 | 110000 | 101100110 | 1000100 | 11111 |
Color Harmonies of #84191D
Complementary color
Monochromatic Colors of #84191D
Black with #84191D
Text Example
Text Example
White with #84191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84191D; }
p { color: rgb(132,25,29); }
H1.HeaderClassName
{
color: #84191D;
}
.AnyTagClassName
{
color: #84191D;
}
</style>
background-color css
<style>
a { background-color: #84191D; }
a { background-color: rgb(132,25,29); }
div.DivClassName
{
background-color: #84191D;
}
.BgClassName
{
background-color: #84191D;
}
</style>
border-color css
<style>
span { border-color: #84191D; }
span { border-color: rgb(132,25,29); }
td.TdClassName
{
border-color: #84191D;
}
.TagClassName
{
border-color: #84191D;
}
</style>