Shades of Flame Red #83242B
Tints of Flame Red #83242B
RGB
CMYK
RGB Variations
Color information
#83242B (or 0x83242B) is known color: Flame Red. HEX triplet: 83, 24 and 2B. RGB value is (131,36,43). Sum of RGB (Red+Green+Blue) = 131+36+43=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83242B is #7CDBD4. Grayscale: #414141. Windows color (decimal): -8182741 or 2827395. OLE color: 2827395.
HSL color Cylindrical-coordinate representation of color #83242B: hue angle of 355.58º 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 #83242B is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 43 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.49 |
| HSL | 355.58º | 0.57% | 0.33% | - |
| HSV(B) | 355.58º | 0.73% | 0.51% | - |
| XYZ | 10.43 | 6.26 | 2.94 | - |
| YUV | 65.2 | 115.47 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 43 | 0 | 0.73 | 0.67 | 0.49 | 355.58 | 0.57 | 0.33 |
| Hex | 83 | 24 | 2B | 0 | 49 | 43 | 31 | 164 | 39 | 21 |
| Octal | 203 | 44 | 53 | 0 | 111 | 103 | 61 | 544 | 71 | 41 |
| Binary | 10000011 | 100100 | 101011 | 0 | 1001001 | 1000011 | 110001 | 101100100 | 111001 | 100001 |
Color Harmonies of #83242B
Complementary color
Monochromatic Colors of #83242B
Black with #83242B
Text Example
Text Example
White with #83242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83242B; }
p { color: rgb(131,36,43); }
H1.HeaderClassName
{
color: #83242B;
}
.AnyTagClassName
{
color: #83242B;
}
</style>
background-color css
<style>
a { background-color: #83242B; }
a { background-color: rgb(131,36,43); }
div.DivClassName
{
background-color: #83242B;
}
.BgClassName
{
background-color: #83242B;
}
</style>
border-color css
<style>
span { border-color: #83242B; }
span { border-color: rgb(131,36,43); }
td.TdClassName
{
border-color: #83242B;
}
.TagClassName
{
border-color: #83242B;
}
</style>