Shades of Flame Red #831F28
Tints of Flame Red #831F28
RGB
CMYK
RGB Variations
Color information
#831F28 (or 0x831F28) is known color: Flame Red. HEX triplet: 83, 1F and 28. RGB value is (131,31,40). Sum of RGB (Red+Green+Blue) = 131+31+40=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #831F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831F28 is #7CE0D7. Grayscale: #3D3D3D. Windows color (decimal): -8184024 or 2629507. OLE color: 2629507.
HSL color Cylindrical-coordinate representation of color #831F28: hue angle of 354.6º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #831F28 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 31 | 40 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.49 |
| HSL | 354.6º | 0.62% | 0.32% | - |
| HSV(B) | 354.6º | 0.76% | 0.51% | - |
| XYZ | 10.23 | 5.96 | 2.62 | - |
| YUV | 61.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 31 | 40 | 0 | 0.76 | 0.69 | 0.49 | 354.6 | 0.62 | 0.32 |
| Hex | 83 | 1F | 28 | 0 | 4C | 45 | 31 | 163 | 3E | 20 |
| Octal | 203 | 37 | 50 | 0 | 114 | 105 | 61 | 543 | 76 | 40 |
| Binary | 10000011 | 11111 | 101000 | 0 | 1001100 | 1000101 | 110001 | 101100011 | 111110 | 100000 |
Color Harmonies of #831F28
Complementary color
Monochromatic Colors of #831F28
Black with #831F28
Text Example
Text Example
White with #831F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831F28; }
p { color: rgb(131,31,40); }
H1.HeaderClassName
{
color: #831F28;
}
.AnyTagClassName
{
color: #831F28;
}
</style>
background-color css
<style>
a { background-color: #831F28; }
a { background-color: rgb(131,31,40); }
div.DivClassName
{
background-color: #831F28;
}
.BgClassName
{
background-color: #831F28;
}
</style>
border-color css
<style>
span { border-color: #831F28; }
span { border-color: rgb(131,31,40); }
td.TdClassName
{
border-color: #831F28;
}
.TagClassName
{
border-color: #831F28;
}
</style>