Shades of Flame Red #841C23
Tints of Flame Red #841C23
RGB
CMYK
RGB Variations
Color information
#841C23 (or 0x841C23) is known color: Flame Red. HEX triplet: 84, 1C and 23. RGB value is (132,28,35). Sum of RGB (Red+Green+Blue) = 132+28+35=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #841C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841C23 is #7BE3DC. Grayscale: #3B3B3B. Windows color (decimal): -8119261 or 2301060. OLE color: 2301060.
HSL color Cylindrical-coordinate representation of color #841C23: hue angle of 355.96º 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 #841C23 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 35 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.48 |
| HSL | 355.96º | 0.65% | 0.31% | - |
| HSV(B) | 355.96º | 0.79% | 0.52% | - |
| XYZ | 10.23 | 5.86 | 2.18 | - |
| YUV | 59.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 35 | 0 | 0.79 | 0.73 | 0.48 | 355.96 | 0.65 | 0.31 |
| Hex | 84 | 1C | 23 | 0 | 4F | 49 | 30 | 164 | 41 | 1F |
| Octal | 204 | 34 | 43 | 0 | 117 | 111 | 60 | 544 | 101 | 37 |
| Binary | 10000100 | 11100 | 100011 | 0 | 1001111 | 1001001 | 110000 | 101100100 | 1000001 | 11111 |
Color Harmonies of #841C23
Complementary color
Monochromatic Colors of #841C23
Black with #841C23
Text Example
Text Example
White with #841C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C23; }
p { color: rgb(132,28,35); }
H1.HeaderClassName
{
color: #841C23;
}
.AnyTagClassName
{
color: #841C23;
}
</style>
background-color css
<style>
a { background-color: #841C23; }
a { background-color: rgb(132,28,35); }
div.DivClassName
{
background-color: #841C23;
}
.BgClassName
{
background-color: #841C23;
}
</style>
border-color css
<style>
span { border-color: #841C23; }
span { border-color: rgb(132,28,35); }
td.TdClassName
{
border-color: #841C23;
}
.TagClassName
{
border-color: #841C23;
}
</style>