Shades of Flame Red #83282B
Tints of Flame Red #83282B
RGB
CMYK
RGB Variations
Color information
#83282B (or 0x83282B) is known color: Flame Red. HEX triplet: 83, 28 and 2B. RGB value is (131,40,43). Sum of RGB (Red+Green+Blue) = 131+40+43=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #83282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83282B is #7CD7D4. Grayscale: #434343. Windows color (decimal): -8181717 or 2828419. OLE color: 2828419.
HSL color Cylindrical-coordinate representation of color #83282B: hue angle of 358.02º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83282B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 43 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.49 |
| HSL | 358.02º | 0.53% | 0.34% | - |
| HSV(B) | 358.02º | 0.69% | 0.51% | - |
| XYZ | 10.55 | 6.52 | 2.99 | - |
| YUV | 67.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 43 | 0 | 0.69 | 0.67 | 0.49 | 358.02 | 0.53 | 0.34 |
| Hex | 83 | 28 | 2B | 0 | 45 | 43 | 31 | 166 | 35 | 22 |
| Octal | 203 | 50 | 53 | 0 | 105 | 103 | 61 | 546 | 65 | 42 |
| Binary | 10000011 | 101000 | 101011 | 0 | 1000101 | 1000011 | 110001 | 101100110 | 110101 | 100010 |
Color Harmonies of #83282B
Complementary color
Monochromatic Colors of #83282B
Black with #83282B
Text Example
Text Example
White with #83282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83282B; }
p { color: rgb(131,40,43); }
H1.HeaderClassName
{
color: #83282B;
}
.AnyTagClassName
{
color: #83282B;
}
</style>
background-color css
<style>
a { background-color: #83282B; }
a { background-color: rgb(131,40,43); }
div.DivClassName
{
background-color: #83282B;
}
.BgClassName
{
background-color: #83282B;
}
</style>
border-color css
<style>
span { border-color: #83282B; }
span { border-color: rgb(131,40,43); }
td.TdClassName
{
border-color: #83282B;
}
.TagClassName
{
border-color: #83282B;
}
</style>