Shades of Flame Red #83262F
Tints of Flame Red #83262F
RGB
CMYK
RGB Variations
Color information
#83262F (or 0x83262F) is known color: Flame Red. HEX triplet: 83, 26 and 2F. RGB value is (131,38,47). Sum of RGB (Red+Green+Blue) = 131+38+47=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #83262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83262F is #7CD9D0. Grayscale: #424242. Windows color (decimal): -8182225 or 3090051. OLE color: 3090051.
HSL color Cylindrical-coordinate representation of color #83262F: hue angle of 354.19º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83262F is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 47 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.49 |
| HSL | 354.19º | 0.55% | 0.33% | - |
| HSV(B) | 354.19º | 0.71% | 0.51% | - |
| XYZ | 10.57 | 6.42 | 3.37 | - |
| YUV | 66.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 47 | 0 | 0.71 | 0.64 | 0.49 | 354.19 | 0.55 | 0.33 |
| Hex | 83 | 26 | 2F | 0 | 47 | 40 | 31 | 162 | 37 | 21 |
| Octal | 203 | 46 | 57 | 0 | 107 | 100 | 61 | 542 | 67 | 41 |
| Binary | 10000011 | 100110 | 101111 | 0 | 1000111 | 1000000 | 110001 | 101100010 | 110111 | 100001 |
Color Harmonies of #83262F
Complementary color
Monochromatic Colors of #83262F
Black with #83262F
Text Example
Text Example
White with #83262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83262F; }
p { color: rgb(131,38,47); }
H1.HeaderClassName
{
color: #83262F;
}
.AnyTagClassName
{
color: #83262F;
}
</style>
background-color css
<style>
a { background-color: #83262F; }
a { background-color: rgb(131,38,47); }
div.DivClassName
{
background-color: #83262F;
}
.BgClassName
{
background-color: #83262F;
}
</style>
border-color css
<style>
span { border-color: #83262F; }
span { border-color: rgb(131,38,47); }
td.TdClassName
{
border-color: #83262F;
}
.TagClassName
{
border-color: #83262F;
}
</style>