Shades of Flame Red #841D27
Tints of Flame Red #841D27
RGB
CMYK
RGB Variations
Color information
#841D27 (or 0x841D27) is known color: Flame Red. HEX triplet: 84, 1D and 27. RGB value is (132,29,39). Sum of RGB (Red+Green+Blue) = 132+29+39=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #841D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D27 is #7BE2D8. Grayscale: #3D3D3D. Windows color (decimal): -8119001 or 2563460. OLE color: 2563460.
HSL color Cylindrical-coordinate representation of color #841D27: hue angle of 354.17º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D27 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 39 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.48 |
| HSL | 354.17º | 0.64% | 0.32% | - |
| HSV(B) | 354.17º | 0.78% | 0.52% | - |
| XYZ | 10.32 | 5.93 | 2.52 | - |
| YUV | 60.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 39 | 0 | 0.78 | 0.70 | 0.48 | 354.17 | 0.64 | 0.32 |
| Hex | 84 | 1D | 27 | 0 | 4E | 46 | 30 | 162 | 40 | 20 |
| Octal | 204 | 35 | 47 | 0 | 116 | 106 | 60 | 542 | 100 | 40 |
| Binary | 10000100 | 11101 | 100111 | 0 | 1001110 | 1000110 | 110000 | 101100010 | 1000000 | 100000 |
Color Harmonies of #841D27
Complementary color
Monochromatic Colors of #841D27
Black with #841D27
Text Example
Text Example
White with #841D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D27; }
p { color: rgb(132,29,39); }
H1.HeaderClassName
{
color: #841D27;
}
.AnyTagClassName
{
color: #841D27;
}
</style>
background-color css
<style>
a { background-color: #841D27; }
a { background-color: rgb(132,29,39); }
div.DivClassName
{
background-color: #841D27;
}
.BgClassName
{
background-color: #841D27;
}
</style>
border-color css
<style>
span { border-color: #841D27; }
span { border-color: rgb(132,29,39); }
td.TdClassName
{
border-color: #841D27;
}
.TagClassName
{
border-color: #841D27;
}
</style>