Shades of Flame Red #83191A
Tints of Flame Red #83191A
RGB
CMYK
RGB Variations
Color information
#83191A (or 0x83191A) is known color: Flame Red. HEX triplet: 83, 19 and 1A. RGB value is (131,25,26). Sum of RGB (Red+Green+Blue) = 131+25+26=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83191A is #7CE6E5. Grayscale: #383838. Windows color (decimal): -8185574 or 1710467. OLE color: 1710467.
HSL color Cylindrical-coordinate representation of color #83191A: hue angle of 359.43º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83191A is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 26 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.49 |
| HSL | 359.43º | 0.68% | 0.31% | - |
| HSV(B) | 359.43º | 0.81% | 0.51% | - |
| XYZ | 9.89 | 5.6 | 1.54 | - |
| YUV | 56.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 26 | 0 | 0.81 | 0.80 | 0.49 | 359.43 | 0.68 | 0.31 |
| Hex | 83 | 19 | 1A | 0 | 51 | 50 | 31 | 167 | 44 | 1F |
| Octal | 203 | 31 | 32 | 0 | 121 | 120 | 61 | 547 | 104 | 37 |
| Binary | 10000011 | 11001 | 11010 | 0 | 1010001 | 1010000 | 110001 | 101100111 | 1000100 | 11111 |
Color Harmonies of #83191A
Complementary color
Monochromatic Colors of #83191A
Black with #83191A
Text Example
Text Example
White with #83191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83191A; }
p { color: rgb(131,25,26); }
H1.HeaderClassName
{
color: #83191A;
}
.AnyTagClassName
{
color: #83191A;
}
</style>
background-color css
<style>
a { background-color: #83191A; }
a { background-color: rgb(131,25,26); }
div.DivClassName
{
background-color: #83191A;
}
.BgClassName
{
background-color: #83191A;
}
</style>
border-color css
<style>
span { border-color: #83191A; }
span { border-color: rgb(131,25,26); }
td.TdClassName
{
border-color: #83191A;
}
.TagClassName
{
border-color: #83191A;
}
</style>