Shades of Flame Red #83262A
Tints of Flame Red #83262A
RGB
CMYK
RGB Variations
Color information
#83262A (or 0x83262A) is known color: Flame Red. HEX triplet: 83, 26 and 2A. RGB value is (131,38,42). Sum of RGB (Red+Green+Blue) = 131+38+42=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83262A is #7CD9D5. Grayscale: #424242. Windows color (decimal): -8182230 or 2762371. OLE color: 2762371.
HSL color Cylindrical-coordinate representation of color #83262A: hue angle of 357.42º 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 #83262A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 42 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.49 |
| HSL | 357.42º | 0.55% | 0.33% | - |
| HSV(B) | 357.42º | 0.71% | 0.51% | - |
| XYZ | 10.47 | 6.38 | 2.87 | - |
| YUV | 66.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 42 | 0 | 0.71 | 0.68 | 0.49 | 357.42 | 0.55 | 0.33 |
| Hex | 83 | 26 | 2A | 0 | 47 | 44 | 31 | 165 | 37 | 21 |
| Octal | 203 | 46 | 52 | 0 | 107 | 104 | 61 | 545 | 67 | 41 |
| Binary | 10000011 | 100110 | 101010 | 0 | 1000111 | 1000100 | 110001 | 101100101 | 110111 | 100001 |
Color Harmonies of #83262A
Complementary color
Monochromatic Colors of #83262A
Black with #83262A
Text Example
Text Example
White with #83262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83262A; }
p { color: rgb(131,38,42); }
H1.HeaderClassName
{
color: #83262A;
}
.AnyTagClassName
{
color: #83262A;
}
</style>
background-color css
<style>
a { background-color: #83262A; }
a { background-color: rgb(131,38,42); }
div.DivClassName
{
background-color: #83262A;
}
.BgClassName
{
background-color: #83262A;
}
</style>
border-color css
<style>
span { border-color: #83262A; }
span { border-color: rgb(131,38,42); }
td.TdClassName
{
border-color: #83262A;
}
.TagClassName
{
border-color: #83262A;
}
</style>