Shades of Flame Red #84171C
Tints of Flame Red #84171C
RGB
CMYK
RGB Variations
Color information
#84171C (or 0x84171C) is known color: Flame Red. HEX triplet: 84, 17 and 1C. RGB value is (132,23,28). Sum of RGB (Red+Green+Blue) = 132+23+28=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #84171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84171C is #7BE8E3. Grayscale: #383838. Windows color (decimal): -8120548 or 1841028. OLE color: 1841028.
HSL color Cylindrical-coordinate representation of color #84171C: hue angle of 357.25º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84171C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 28 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.48 |
| HSL | 357.25º | 0.7% | 0.3% | - |
| HSV(B) | 357.25º | 0.83% | 0.52% | - |
| XYZ | 10.03 | 5.6 | 1.65 | - |
| YUV | 56.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 28 | 0 | 0.83 | 0.79 | 0.48 | 357.25 | 0.7 | 0.3 |
| Hex | 84 | 17 | 1C | 0 | 53 | 4F | 30 | 165 | 46 | 1E |
| Octal | 204 | 27 | 34 | 0 | 123 | 117 | 60 | 545 | 106 | 36 |
| Binary | 10000100 | 10111 | 11100 | 0 | 1010011 | 1001111 | 110000 | 101100101 | 1000110 | 11110 |
Color Harmonies of #84171C
Complementary color
Monochromatic Colors of #84171C
Black with #84171C
Text Example
Text Example
White with #84171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84171C; }
p { color: rgb(132,23,28); }
H1.HeaderClassName
{
color: #84171C;
}
.AnyTagClassName
{
color: #84171C;
}
</style>
background-color css
<style>
a { background-color: #84171C; }
a { background-color: rgb(132,23,28); }
div.DivClassName
{
background-color: #84171C;
}
.BgClassName
{
background-color: #84171C;
}
</style>
border-color css
<style>
span { border-color: #84171C; }
span { border-color: rgb(132,23,28); }
td.TdClassName
{
border-color: #84171C;
}
.TagClassName
{
border-color: #84171C;
}
</style>