Shades of Flame Red #841B1D
Tints of Flame Red #841B1D
RGB
CMYK
RGB Variations
Color information
#841B1D (or 0x841B1D) is known color: Flame Red. HEX triplet: 84, 1B and 1D. RGB value is (132,27,29). Sum of RGB (Red+Green+Blue) = 132+27+29=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #841B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841B1D is #7BE4E2. Grayscale: #3A3A3A. Windows color (decimal): -8119523 or 1907588. OLE color: 1907588.
HSL color Cylindrical-coordinate representation of color #841B1D: hue angle of 358.86º degrees, saturation: 0.66, 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 #841B1D is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 29 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.48 |
| HSL | 358.86º | 0.66% | 0.31% | - |
| HSV(B) | 358.86º | 0.8% | 0.52% | - |
| XYZ | 10.13 | 5.78 | 1.74 | - |
| YUV | 58.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 29 | 0 | 0.80 | 0.78 | 0.48 | 358.86 | 0.66 | 0.31 |
| Hex | 84 | 1B | 1D | 0 | 50 | 4E | 30 | 167 | 42 | 1F |
| Octal | 204 | 33 | 35 | 0 | 120 | 116 | 60 | 547 | 102 | 37 |
| Binary | 10000100 | 11011 | 11101 | 0 | 1010000 | 1001110 | 110000 | 101100111 | 1000010 | 11111 |
Color Harmonies of #841B1D
Complementary color
Monochromatic Colors of #841B1D
Black with #841B1D
Text Example
Text Example
White with #841B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B1D; }
p { color: rgb(132,27,29); }
H1.HeaderClassName
{
color: #841B1D;
}
.AnyTagClassName
{
color: #841B1D;
}
</style>
background-color css
<style>
a { background-color: #841B1D; }
a { background-color: rgb(132,27,29); }
div.DivClassName
{
background-color: #841B1D;
}
.BgClassName
{
background-color: #841B1D;
}
</style>
border-color css
<style>
span { border-color: #841B1D; }
span { border-color: rgb(132,27,29); }
td.TdClassName
{
border-color: #841B1D;
}
.TagClassName
{
border-color: #841B1D;
}
</style>