Shades of Flame Red #841C24
Tints of Flame Red #841C24
RGB
CMYK
RGB Variations
Color information
#841C24 (or 0x841C24) is known color: Flame Red. HEX triplet: 84, 1C and 24. RGB value is (132,28,36). Sum of RGB (Red+Green+Blue) = 132+28+36=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #841C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841C24 is #7BE3DB. Grayscale: #3C3C3C. Windows color (decimal): -8119260 or 2366596. OLE color: 2366596.
HSL color Cylindrical-coordinate representation of color #841C24: hue angle of 355.38º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C24 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 36 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.48 |
| HSL | 355.38º | 0.65% | 0.31% | - |
| HSV(B) | 355.38º | 0.79% | 0.52% | - |
| XYZ | 10.25 | 5.86 | 2.26 | - |
| YUV | 60.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 36 | 0 | 0.79 | 0.73 | 0.48 | 355.38 | 0.65 | 0.31 |
| Hex | 84 | 1C | 24 | 0 | 4F | 49 | 30 | 163 | 41 | 1F |
| Octal | 204 | 34 | 44 | 0 | 117 | 111 | 60 | 543 | 101 | 37 |
| Binary | 10000100 | 11100 | 100100 | 0 | 1001111 | 1001001 | 110000 | 101100011 | 1000001 | 11111 |
Color Harmonies of #841C24
Complementary color
Monochromatic Colors of #841C24
Black with #841C24
Text Example
Text Example
White with #841C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C24; }
p { color: rgb(132,28,36); }
H1.HeaderClassName
{
color: #841C24;
}
.AnyTagClassName
{
color: #841C24;
}
</style>
background-color css
<style>
a { background-color: #841C24; }
a { background-color: rgb(132,28,36); }
div.DivClassName
{
background-color: #841C24;
}
.BgClassName
{
background-color: #841C24;
}
</style>
border-color css
<style>
span { border-color: #841C24; }
span { border-color: rgb(132,28,36); }
td.TdClassName
{
border-color: #841C24;
}
.TagClassName
{
border-color: #841C24;
}
</style>