Shades of Flame Red #841A24
Tints of Flame Red #841A24
RGB
CMYK
RGB Variations
Color information
#841A24 (or 0x841A24) is known color: Flame Red. HEX triplet: 84, 1A and 24. RGB value is (132,26,36). Sum of RGB (Red+Green+Blue) = 132+26+36=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #841A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A24 is #7BE5DB. Grayscale: #3A3A3A. Windows color (decimal): -8119772 or 2366084. OLE color: 2366084.
HSL color Cylindrical-coordinate representation of color #841A24: hue angle of 354.34º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A24 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 26 | 36 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.48 |
| HSL | 354.34º | 0.67% | 0.31% | - |
| HSV(B) | 354.34º | 0.8% | 0.52% | - |
| XYZ | 10.2 | 5.77 | 2.25 | - |
| YUV | 58.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 36 | 0 | 0.80 | 0.73 | 0.48 | 354.34 | 0.67 | 0.31 |
| Hex | 84 | 1A | 24 | 0 | 50 | 49 | 30 | 162 | 43 | 1F |
| Octal | 204 | 32 | 44 | 0 | 120 | 111 | 60 | 542 | 103 | 37 |
| Binary | 10000100 | 11010 | 100100 | 0 | 1010000 | 1001001 | 110000 | 101100010 | 1000011 | 11111 |
Color Harmonies of #841A24
Complementary color
Monochromatic Colors of #841A24
Black with #841A24
Text Example
Text Example
White with #841A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841A24; }
p { color: rgb(132,26,36); }
H1.HeaderClassName
{
color: #841A24;
}
.AnyTagClassName
{
color: #841A24;
}
</style>
background-color css
<style>
a { background-color: #841A24; }
a { background-color: rgb(132,26,36); }
div.DivClassName
{
background-color: #841A24;
}
.BgClassName
{
background-color: #841A24;
}
</style>
border-color css
<style>
span { border-color: #841A24; }
span { border-color: rgb(132,26,36); }
td.TdClassName
{
border-color: #841A24;
}
.TagClassName
{
border-color: #841A24;
}
</style>