Shades of Flame Red #83242D
Tints of Flame Red #83242D
RGB
CMYK
RGB Variations
Color information
#83242D (or 0x83242D) is known color: Flame Red. HEX triplet: 83, 24 and 2D. RGB value is (131,36,45). Sum of RGB (Red+Green+Blue) = 131+36+45=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83242D is #7CDBD2. Grayscale: #414141. Windows color (decimal): -8182739 or 2958467. OLE color: 2958467.
HSL color Cylindrical-coordinate representation of color #83242D: hue angle of 354.32º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83242D is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 45 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.49 |
| HSL | 354.32º | 0.57% | 0.33% | - |
| HSV(B) | 354.32º | 0.73% | 0.51% | - |
| XYZ | 10.46 | 6.28 | 3.14 | - |
| YUV | 65.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 45 | 0 | 0.73 | 0.66 | 0.49 | 354.32 | 0.57 | 0.33 |
| Hex | 83 | 24 | 2D | 0 | 49 | 42 | 31 | 162 | 39 | 21 |
| Octal | 203 | 44 | 55 | 0 | 111 | 102 | 61 | 542 | 71 | 41 |
| Binary | 10000011 | 100100 | 101101 | 0 | 1001001 | 1000010 | 110001 | 101100010 | 111001 | 100001 |
Color Harmonies of #83242D
Complementary color
Monochromatic Colors of #83242D
Black with #83242D
Text Example
Text Example
White with #83242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83242D; }
p { color: rgb(131,36,45); }
H1.HeaderClassName
{
color: #83242D;
}
.AnyTagClassName
{
color: #83242D;
}
</style>
background-color css
<style>
a { background-color: #83242D; }
a { background-color: rgb(131,36,45); }
div.DivClassName
{
background-color: #83242D;
}
.BgClassName
{
background-color: #83242D;
}
</style>
border-color css
<style>
span { border-color: #83242D; }
span { border-color: rgb(131,36,45); }
td.TdClassName
{
border-color: #83242D;
}
.TagClassName
{
border-color: #83242D;
}
</style>