Shades of Flame Red #84262C
Tints of Flame Red #84262C
RGB
CMYK
RGB Variations
Color information
#84262C (or 0x84262C) is known color: Flame Red. HEX triplet: 84, 26 and 2C. RGB value is (132,38,44). Sum of RGB (Red+Green+Blue) = 132+38+44=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84262C is #7BD9D3. Grayscale: #424242. Windows color (decimal): -8116692 or 2893444. OLE color: 2893444.
HSL color Cylindrical-coordinate representation of color #84262C: hue angle of 356.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84262C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 44 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.48 |
| HSL | 356.17º | 0.55% | 0.33% | - |
| HSV(B) | 356.17º | 0.71% | 0.52% | - |
| XYZ | 10.66 | 6.47 | 3.07 | - |
| YUV | 66.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 44 | 0 | 0.71 | 0.67 | 0.48 | 356.17 | 0.55 | 0.33 |
| Hex | 84 | 26 | 2C | 0 | 47 | 43 | 30 | 164 | 37 | 21 |
| Octal | 204 | 46 | 54 | 0 | 107 | 103 | 60 | 544 | 67 | 41 |
| Binary | 10000100 | 100110 | 101100 | 0 | 1000111 | 1000011 | 110000 | 101100100 | 110111 | 100001 |
Color Harmonies of #84262C
Complementary color
Monochromatic Colors of #84262C
Black with #84262C
Text Example
Text Example
White with #84262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84262C; }
p { color: rgb(132,38,44); }
H1.HeaderClassName
{
color: #84262C;
}
.AnyTagClassName
{
color: #84262C;
}
</style>
background-color css
<style>
a { background-color: #84262C; }
a { background-color: rgb(132,38,44); }
div.DivClassName
{
background-color: #84262C;
}
.BgClassName
{
background-color: #84262C;
}
</style>
border-color css
<style>
span { border-color: #84262C; }
span { border-color: rgb(132,38,44); }
td.TdClassName
{
border-color: #84262C;
}
.TagClassName
{
border-color: #84262C;
}
</style>