Shades of Flame Red #841B24
Tints of Flame Red #841B24
RGB
CMYK
RGB Variations
Color information
#841B24 (or 0x841B24) is known color: Flame Red. HEX triplet: 84, 1B and 24. RGB value is (132,27,36). Sum of RGB (Red+Green+Blue) = 132+27+36=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #841B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841B24 is #7BE4DB. Grayscale: #3B3B3B. Windows color (decimal): -8119516 or 2366340. OLE color: 2366340.
HSL color Cylindrical-coordinate representation of color #841B24: hue angle of 354.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 #841B24 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 36 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.48 |
| HSL | 354.86º | 0.66% | 0.31% | - |
| HSV(B) | 354.86º | 0.8% | 0.52% | - |
| XYZ | 10.23 | 5.82 | 2.25 | - |
| YUV | 59.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 36 | 0 | 0.80 | 0.73 | 0.48 | 354.86 | 0.66 | 0.31 |
| Hex | 84 | 1B | 24 | 0 | 50 | 49 | 30 | 163 | 42 | 1F |
| Octal | 204 | 33 | 44 | 0 | 120 | 111 | 60 | 543 | 102 | 37 |
| Binary | 10000100 | 11011 | 100100 | 0 | 1010000 | 1001001 | 110000 | 101100011 | 1000010 | 11111 |
Color Harmonies of #841B24
Complementary color
Monochromatic Colors of #841B24
Black with #841B24
Text Example
Text Example
White with #841B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B24; }
p { color: rgb(132,27,36); }
H1.HeaderClassName
{
color: #841B24;
}
.AnyTagClassName
{
color: #841B24;
}
</style>
background-color css
<style>
a { background-color: #841B24; }
a { background-color: rgb(132,27,36); }
div.DivClassName
{
background-color: #841B24;
}
.BgClassName
{
background-color: #841B24;
}
</style>
border-color css
<style>
span { border-color: #841B24; }
span { border-color: rgb(132,27,36); }
td.TdClassName
{
border-color: #841B24;
}
.TagClassName
{
border-color: #841B24;
}
</style>