Shades of Flame Red #83252B
Tints of Flame Red #83252B
RGB
CMYK
RGB Variations
Color information
#83252B (or 0x83252B) is known color: Flame Red. HEX triplet: 83, 25 and 2B. RGB value is (131,37,43). Sum of RGB (Red+Green+Blue) = 131+37+43=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83252B is #7CDAD4. Grayscale: #414141. Windows color (decimal): -8182485 or 2827651. OLE color: 2827651.
HSL color Cylindrical-coordinate representation of color #83252B: hue angle of 356.17º 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 #83252B is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 37 | 43 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.49 |
| HSL | 356.17º | 0.56% | 0.33% | - |
| HSV(B) | 356.17º | 0.72% | 0.51% | - |
| XYZ | 10.46 | 6.32 | 2.95 | - |
| YUV | 65.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 43 | 0 | 0.72 | 0.67 | 0.49 | 356.17 | 0.56 | 0.33 |
| Hex | 83 | 25 | 2B | 0 | 48 | 43 | 31 | 164 | 38 | 21 |
| Octal | 203 | 45 | 53 | 0 | 110 | 103 | 61 | 544 | 70 | 41 |
| Binary | 10000011 | 100101 | 101011 | 0 | 1001000 | 1000011 | 110001 | 101100100 | 111000 | 100001 |
Color Harmonies of #83252B
Complementary color
Monochromatic Colors of #83252B
Black with #83252B
Text Example
Text Example
White with #83252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83252B; }
p { color: rgb(131,37,43); }
H1.HeaderClassName
{
color: #83252B;
}
.AnyTagClassName
{
color: #83252B;
}
</style>
background-color css
<style>
a { background-color: #83252B; }
a { background-color: rgb(131,37,43); }
div.DivClassName
{
background-color: #83252B;
}
.BgClassName
{
background-color: #83252B;
}
</style>
border-color css
<style>
span { border-color: #83252B; }
span { border-color: rgb(131,37,43); }
td.TdClassName
{
border-color: #83252B;
}
.TagClassName
{
border-color: #83252B;
}
</style>