Shades of Flame Red #84242A
Tints of Flame Red #84242A
RGB
CMYK
RGB Variations
Color information
#84242A (or 0x84242A) is known color: Flame Red. HEX triplet: 84, 24 and 2A. RGB value is (132,36,42). Sum of RGB (Red+Green+Blue) = 132+36+42=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84242A is #7BDBD5. Grayscale: #414141. Windows color (decimal): -8117206 or 2761860. OLE color: 2761860.
HSL color Cylindrical-coordinate representation of color #84242A: hue angle of 356.25º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84242A is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 42 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.48 |
| HSL | 356.25º | 0.57% | 0.33% | - |
| HSV(B) | 356.25º | 0.73% | 0.52% | - |
| XYZ | 10.56 | 6.33 | 2.86 | - |
| YUV | 65.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 42 | 0 | 0.73 | 0.68 | 0.48 | 356.25 | 0.57 | 0.33 |
| Hex | 84 | 24 | 2A | 0 | 49 | 44 | 30 | 164 | 39 | 21 |
| Octal | 204 | 44 | 52 | 0 | 111 | 104 | 60 | 544 | 71 | 41 |
| Binary | 10000100 | 100100 | 101010 | 0 | 1001001 | 1000100 | 110000 | 101100100 | 111001 | 100001 |
Color Harmonies of #84242A
Complementary color
Monochromatic Colors of #84242A
Black with #84242A
Text Example
Text Example
White with #84242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84242A; }
p { color: rgb(132,36,42); }
H1.HeaderClassName
{
color: #84242A;
}
.AnyTagClassName
{
color: #84242A;
}
</style>
background-color css
<style>
a { background-color: #84242A; }
a { background-color: rgb(132,36,42); }
div.DivClassName
{
background-color: #84242A;
}
.BgClassName
{
background-color: #84242A;
}
</style>
border-color css
<style>
span { border-color: #84242A; }
span { border-color: rgb(132,36,42); }
td.TdClassName
{
border-color: #84242A;
}
.TagClassName
{
border-color: #84242A;
}
</style>