Shades of Flame Red #83262E
Tints of Flame Red #83262E
RGB
CMYK
RGB Variations
Color information
#83262E (or 0x83262E) is known color: Flame Red. HEX triplet: 83, 26 and 2E. RGB value is (131,38,46). Sum of RGB (Red+Green+Blue) = 131+38+46=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #83262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83262E is #7CD9D1. Grayscale: #424242. Windows color (decimal): -8182226 or 3024515. OLE color: 3024515.
HSL color Cylindrical-coordinate representation of color #83262E: hue angle of 354.84º 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 #83262E is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 46 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.49 |
| HSL | 354.84º | 0.55% | 0.33% | - |
| HSV(B) | 354.84º | 0.71% | 0.51% | - |
| XYZ | 10.55 | 6.41 | 3.27 | - |
| YUV | 66.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 46 | 0 | 0.71 | 0.65 | 0.49 | 354.84 | 0.55 | 0.33 |
| Hex | 83 | 26 | 2E | 0 | 47 | 41 | 31 | 163 | 37 | 21 |
| Octal | 203 | 46 | 56 | 0 | 107 | 101 | 61 | 543 | 67 | 41 |
| Binary | 10000011 | 100110 | 101110 | 0 | 1000111 | 1000001 | 110001 | 101100011 | 110111 | 100001 |
Color Harmonies of #83262E
Complementary color
Monochromatic Colors of #83262E
Black with #83262E
Text Example
Text Example
White with #83262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83262E; }
p { color: rgb(131,38,46); }
H1.HeaderClassName
{
color: #83262E;
}
.AnyTagClassName
{
color: #83262E;
}
</style>
background-color css
<style>
a { background-color: #83262E; }
a { background-color: rgb(131,38,46); }
div.DivClassName
{
background-color: #83262E;
}
.BgClassName
{
background-color: #83262E;
}
</style>
border-color css
<style>
span { border-color: #83262E; }
span { border-color: rgb(131,38,46); }
td.TdClassName
{
border-color: #83262E;
}
.TagClassName
{
border-color: #83262E;
}
</style>