Shades of Flame Red #84262D
Tints of Flame Red #84262D
RGB
CMYK
RGB Variations
Color information
#84262D (or 0x84262D) is known color: Flame Red. HEX triplet: 84, 26 and 2D. RGB value is (132,38,45). Sum of RGB (Red+Green+Blue) = 132+38+45=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #84262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84262D is #7BD9D2. Grayscale: #424242. Windows color (decimal): -8116691 or 2958980. OLE color: 2958980.
HSL color Cylindrical-coordinate representation of color #84262D: hue angle of 355.53º 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 #84262D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 45 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.48 |
| HSL | 355.53º | 0.55% | 0.33% | - |
| HSV(B) | 355.53º | 0.71% | 0.52% | - |
| XYZ | 10.68 | 6.48 | 3.17 | - |
| YUV | 66.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 45 | 0 | 0.71 | 0.66 | 0.48 | 355.53 | 0.55 | 0.33 |
| Hex | 84 | 26 | 2D | 0 | 47 | 42 | 30 | 164 | 37 | 21 |
| Octal | 204 | 46 | 55 | 0 | 107 | 102 | 60 | 544 | 67 | 41 |
| Binary | 10000100 | 100110 | 101101 | 0 | 1000111 | 1000010 | 110000 | 101100100 | 110111 | 100001 |
Color Harmonies of #84262D
Complementary color
Monochromatic Colors of #84262D
Black with #84262D
Text Example
Text Example
White with #84262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84262D; }
p { color: rgb(132,38,45); }
H1.HeaderClassName
{
color: #84262D;
}
.AnyTagClassName
{
color: #84262D;
}
</style>
background-color css
<style>
a { background-color: #84262D; }
a { background-color: rgb(132,38,45); }
div.DivClassName
{
background-color: #84262D;
}
.BgClassName
{
background-color: #84262D;
}
</style>
border-color css
<style>
span { border-color: #84262D; }
span { border-color: rgb(132,38,45); }
td.TdClassName
{
border-color: #84262D;
}
.TagClassName
{
border-color: #84262D;
}
</style>