Shades of Flame Red #84262A
Tints of Flame Red #84262A
RGB
CMYK
RGB Variations
Color information
#84262A (or 0x84262A) is known color: Flame Red. HEX triplet: 84, 26 and 2A. RGB value is (132,38,42). Sum of RGB (Red+Green+Blue) = 132+38+42=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84262A is #7BD9D5. Grayscale: #424242. Windows color (decimal): -8116694 or 2762372. OLE color: 2762372.
HSL color Cylindrical-coordinate representation of color #84262A: hue angle of 357.45º 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 #84262A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 42 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.48 |
| HSL | 357.45º | 0.55% | 0.33% | - |
| HSV(B) | 357.45º | 0.71% | 0.52% | - |
| XYZ | 10.63 | 6.46 | 2.88 | - |
| YUV | 66.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 42 | 0 | 0.71 | 0.68 | 0.48 | 357.45 | 0.55 | 0.33 |
| Hex | 84 | 26 | 2A | 0 | 47 | 44 | 30 | 165 | 37 | 21 |
| Octal | 204 | 46 | 52 | 0 | 107 | 104 | 60 | 545 | 67 | 41 |
| Binary | 10000100 | 100110 | 101010 | 0 | 1000111 | 1000100 | 110000 | 101100101 | 110111 | 100001 |
Color Harmonies of #84262A
Complementary color
Monochromatic Colors of #84262A
Black with #84262A
Text Example
Text Example
White with #84262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84262A; }
p { color: rgb(132,38,42); }
H1.HeaderClassName
{
color: #84262A;
}
.AnyTagClassName
{
color: #84262A;
}
</style>
background-color css
<style>
a { background-color: #84262A; }
a { background-color: rgb(132,38,42); }
div.DivClassName
{
background-color: #84262A;
}
.BgClassName
{
background-color: #84262A;
}
</style>
border-color css
<style>
span { border-color: #84262A; }
span { border-color: rgb(132,38,42); }
td.TdClassName
{
border-color: #84262A;
}
.TagClassName
{
border-color: #84262A;
}
</style>