Shades of Flame Red #83242C
Tints of Flame Red #83242C
RGB
CMYK
RGB Variations
Color information
#83242C (or 0x83242C) is known color: Flame Red. HEX triplet: 83, 24 and 2C. RGB value is (131,36,44). Sum of RGB (Red+Green+Blue) = 131+36+44=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83242C is #7CDBD3. Grayscale: #414141. Windows color (decimal): -8182740 or 2892931. OLE color: 2892931.
HSL color Cylindrical-coordinate representation of color #83242C: hue angle of 354.95º 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 #83242C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 44 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.49 |
| HSL | 354.95º | 0.57% | 0.33% | - |
| HSV(B) | 354.95º | 0.73% | 0.51% | - |
| XYZ | 10.45 | 6.27 | 3.04 | - |
| YUV | 65.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 44 | 0 | 0.73 | 0.66 | 0.49 | 354.95 | 0.57 | 0.33 |
| Hex | 83 | 24 | 2C | 0 | 49 | 42 | 31 | 163 | 39 | 21 |
| Octal | 203 | 44 | 54 | 0 | 111 | 102 | 61 | 543 | 71 | 41 |
| Binary | 10000011 | 100100 | 101100 | 0 | 1001001 | 1000010 | 110001 | 101100011 | 111001 | 100001 |
Color Harmonies of #83242C
Complementary color
Monochromatic Colors of #83242C
Black with #83242C
Text Example
Text Example
White with #83242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83242C; }
p { color: rgb(131,36,44); }
H1.HeaderClassName
{
color: #83242C;
}
.AnyTagClassName
{
color: #83242C;
}
</style>
background-color css
<style>
a { background-color: #83242C; }
a { background-color: rgb(131,36,44); }
div.DivClassName
{
background-color: #83242C;
}
.BgClassName
{
background-color: #83242C;
}
</style>
border-color css
<style>
span { border-color: #83242C; }
span { border-color: rgb(131,36,44); }
td.TdClassName
{
border-color: #83242C;
}
.TagClassName
{
border-color: #83242C;
}
</style>