Shades of Flame Red #832128
Tints of Flame Red #832128
RGB
CMYK
RGB Variations
Color information
#832128 (or 0x832128) is known color: Flame Red. HEX triplet: 83, 21 and 28. RGB value is (131,33,40). Sum of RGB (Red+Green+Blue) = 131+33+40=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #832128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832128 is #7CDED7. Grayscale: #3F3F3F. Windows color (decimal): -8183512 or 2630019. OLE color: 2630019.
HSL color Cylindrical-coordinate representation of color #832128: hue angle of 355.71º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832128 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 40 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.49 |
| HSL | 355.71º | 0.6% | 0.32% | - |
| HSV(B) | 355.71º | 0.75% | 0.51% | - |
| XYZ | 10.29 | 6.07 | 2.64 | - |
| YUV | 63.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 40 | 0 | 0.75 | 0.69 | 0.49 | 355.71 | 0.6 | 0.32 |
| Hex | 83 | 21 | 28 | 0 | 4B | 45 | 31 | 164 | 3C | 20 |
| Octal | 203 | 41 | 50 | 0 | 113 | 105 | 61 | 544 | 74 | 40 |
| Binary | 10000011 | 100001 | 101000 | 0 | 1001011 | 1000101 | 110001 | 101100100 | 111100 | 100000 |
Color Harmonies of #832128
Complementary color
Monochromatic Colors of #832128
Black with #832128
Text Example
Text Example
White with #832128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832128; }
p { color: rgb(131,33,40); }
H1.HeaderClassName
{
color: #832128;
}
.AnyTagClassName
{
color: #832128;
}
</style>
background-color css
<style>
a { background-color: #832128; }
a { background-color: rgb(131,33,40); }
div.DivClassName
{
background-color: #832128;
}
.BgClassName
{
background-color: #832128;
}
</style>
border-color css
<style>
span { border-color: #832128; }
span { border-color: rgb(131,33,40); }
td.TdClassName
{
border-color: #832128;
}
.TagClassName
{
border-color: #832128;
}
</style>