Shades of Flame Red #841F23
Tints of Flame Red #841F23
RGB
CMYK
RGB Variations
Color information
#841F23 (or 0x841F23) is known color: Flame Red. HEX triplet: 84, 1F and 23. RGB value is (132,31,35). Sum of RGB (Red+Green+Blue) = 132+31+35=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #841F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F23 is #7BE0DC. Grayscale: #3D3D3D. Windows color (decimal): -8118493 or 2301828. OLE color: 2301828.
HSL color Cylindrical-coordinate representation of color #841F23: hue angle of 357.62º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841F23 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 31 | 35 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.48 |
| HSL | 357.62º | 0.62% | 0.32% | - |
| HSV(B) | 357.62º | 0.77% | 0.52% | - |
| XYZ | 10.31 | 6.01 | 2.21 | - |
| YUV | 61.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 35 | 0 | 0.77 | 0.73 | 0.48 | 357.62 | 0.62 | 0.32 |
| Hex | 84 | 1F | 23 | 0 | 4D | 49 | 30 | 166 | 3E | 20 |
| Octal | 204 | 37 | 43 | 0 | 115 | 111 | 60 | 546 | 76 | 40 |
| Binary | 10000100 | 11111 | 100011 | 0 | 1001101 | 1001001 | 110000 | 101100110 | 111110 | 100000 |
Color Harmonies of #841F23
Complementary color
Monochromatic Colors of #841F23
Black with #841F23
Text Example
Text Example
White with #841F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841F23; }
p { color: rgb(132,31,35); }
H1.HeaderClassName
{
color: #841F23;
}
.AnyTagClassName
{
color: #841F23;
}
</style>
background-color css
<style>
a { background-color: #841F23; }
a { background-color: rgb(132,31,35); }
div.DivClassName
{
background-color: #841F23;
}
.BgClassName
{
background-color: #841F23;
}
</style>
border-color css
<style>
span { border-color: #841F23; }
span { border-color: rgb(132,31,35); }
td.TdClassName
{
border-color: #841F23;
}
.TagClassName
{
border-color: #841F23;
}
</style>