Shades of Flame Red #841719
Tints of Flame Red #841719
RGB
CMYK
RGB Variations
Color information
#841719 (or 0x841719) is known color: Flame Red. HEX triplet: 84, 17 and 19. RGB value is (132,23,25). Sum of RGB (Red+Green+Blue) = 132+23+25=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #841719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841719 is #7BE8E6. Grayscale: #373737. Windows color (decimal): -8120551 or 1644420. OLE color: 1644420.
HSL color Cylindrical-coordinate representation of color #841719: hue angle of 358.9º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841719 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 25 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.48 |
| HSL | 358.9º | 0.7% | 0.3% | - |
| HSV(B) | 358.9º | 0.83% | 0.52% | - |
| XYZ | 10 | 5.59 | 1.47 | - |
| YUV | 55.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 25 | 0 | 0.83 | 0.81 | 0.48 | 358.9 | 0.7 | 0.3 |
| Hex | 84 | 17 | 19 | 0 | 53 | 51 | 30 | 167 | 46 | 1E |
| Octal | 204 | 27 | 31 | 0 | 123 | 121 | 60 | 547 | 106 | 36 |
| Binary | 10000100 | 10111 | 11001 | 0 | 1010011 | 1010001 | 110000 | 101100111 | 1000110 | 11110 |
Color Harmonies of #841719
Complementary color
Monochromatic Colors of #841719
Black with #841719
Text Example
Text Example
White with #841719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841719; }
p { color: rgb(132,23,25); }
H1.HeaderClassName
{
color: #841719;
}
.AnyTagClassName
{
color: #841719;
}
</style>
background-color css
<style>
a { background-color: #841719; }
a { background-color: rgb(132,23,25); }
div.DivClassName
{
background-color: #841719;
}
.BgClassName
{
background-color: #841719;
}
</style>
border-color css
<style>
span { border-color: #841719; }
span { border-color: rgb(132,23,25); }
td.TdClassName
{
border-color: #841719;
}
.TagClassName
{
border-color: #841719;
}
</style>