Shades of Flame Red #83252C
Tints of Flame Red #83252C
RGB
CMYK
RGB Variations
Color information
#83252C (or 0x83252C) is known color: Flame Red. HEX triplet: 83, 25 and 2C. RGB value is (131,37,44). Sum of RGB (Red+Green+Blue) = 131+37+44=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83252C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83252C is #7CDAD3. Grayscale: #414141. Windows color (decimal): -8182484 or 2893187. OLE color: 2893187.
HSL color Cylindrical-coordinate representation of color #83252C: hue angle of 355.53º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83252C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 37 | 44 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.49 |
| HSL | 355.53º | 0.56% | 0.33% | - |
| HSV(B) | 355.53º | 0.72% | 0.51% | - |
| XYZ | 10.48 | 6.33 | 3.05 | - |
| YUV | 65.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 44 | 0 | 0.72 | 0.66 | 0.49 | 355.53 | 0.56 | 0.33 |
| Hex | 83 | 25 | 2C | 0 | 48 | 42 | 31 | 164 | 38 | 21 |
| Octal | 203 | 45 | 54 | 0 | 110 | 102 | 61 | 544 | 70 | 41 |
| Binary | 10000011 | 100101 | 101100 | 0 | 1001000 | 1000010 | 110001 | 101100100 | 111000 | 100001 |
Color Harmonies of #83252C
Complementary color
Monochromatic Colors of #83252C
Black with #83252C
Text Example
Text Example
White with #83252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83252C; }
p { color: rgb(131,37,44); }
H1.HeaderClassName
{
color: #83252C;
}
.AnyTagClassName
{
color: #83252C;
}
</style>
background-color css
<style>
a { background-color: #83252C; }
a { background-color: rgb(131,37,44); }
div.DivClassName
{
background-color: #83252C;
}
.BgClassName
{
background-color: #83252C;
}
</style>
border-color css
<style>
span { border-color: #83252C; }
span { border-color: rgb(131,37,44); }
td.TdClassName
{
border-color: #83252C;
}
.TagClassName
{
border-color: #83252C;
}
</style>