Shades of Flame Red #83262B
Tints of Flame Red #83262B
RGB
CMYK
RGB Variations
Color information
#83262B (or 0x83262B) is known color: Flame Red. HEX triplet: 83, 26 and 2B. RGB value is (131,38,43). Sum of RGB (Red+Green+Blue) = 131+38+43=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83262B is #7CD9D4. Grayscale: #424242. Windows color (decimal): -8182229 or 2827907. OLE color: 2827907.
HSL color Cylindrical-coordinate representation of color #83262B: hue angle of 356.77º 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 #83262B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 43 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.49 |
| HSL | 356.77º | 0.55% | 0.33% | - |
| HSV(B) | 356.77º | 0.71% | 0.51% | - |
| XYZ | 10.49 | 6.39 | 2.97 | - |
| YUV | 66.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 43 | 0 | 0.71 | 0.67 | 0.49 | 356.77 | 0.55 | 0.33 |
| Hex | 83 | 26 | 2B | 0 | 47 | 43 | 31 | 165 | 37 | 21 |
| Octal | 203 | 46 | 53 | 0 | 107 | 103 | 61 | 545 | 67 | 41 |
| Binary | 10000011 | 100110 | 101011 | 0 | 1000111 | 1000011 | 110001 | 101100101 | 110111 | 100001 |
Color Harmonies of #83262B
Complementary color
Monochromatic Colors of #83262B
Black with #83262B
Text Example
Text Example
White with #83262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83262B; }
p { color: rgb(131,38,43); }
H1.HeaderClassName
{
color: #83262B;
}
.AnyTagClassName
{
color: #83262B;
}
</style>
background-color css
<style>
a { background-color: #83262B; }
a { background-color: rgb(131,38,43); }
div.DivClassName
{
background-color: #83262B;
}
.BgClassName
{
background-color: #83262B;
}
</style>
border-color css
<style>
span { border-color: #83262B; }
span { border-color: rgb(131,38,43); }
td.TdClassName
{
border-color: #83262B;
}
.TagClassName
{
border-color: #83262B;
}
</style>