Shades of Flame Red #8D262B
Tints of Flame Red #8D262B
RGB
CMYK
RGB Variations
Color information
#8D262B (or 0x8D262B) is known color: Flame Red. HEX triplet: 8D, 26 and 2B. RGB value is (141,38,43). Sum of RGB (Red+Green+Blue) = 141+38+43=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D262B is #72D9D4. Grayscale: #454545. Windows color (decimal): -7526869 or 2827917. OLE color: 2827917.
HSL color Cylindrical-coordinate representation of color #8D262B: hue angle of 357.09º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D262B is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 43 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.45 |
| HSL | 357.09º | 0.58% | 0.35% | - |
| HSV(B) | 357.09º | 0.73% | 0.55% | - |
| XYZ | 12.11 | 7.22 | 3.04 | - |
| YUV | 69.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 43 | 0 | 0.73 | 0.70 | 0.45 | 357.09 | 0.58 | 0.35 |
| Hex | 8D | 26 | 2B | 0 | 49 | 46 | 2D | 165 | 3A | 23 |
| Octal | 215 | 46 | 53 | 0 | 111 | 106 | 55 | 545 | 72 | 43 |
| Binary | 10001101 | 100110 | 101011 | 0 | 1001001 | 1000110 | 101101 | 101100101 | 111010 | 100011 |
Color Harmonies of #8D262B
Complementary color
Monochromatic Colors of #8D262B
Black with #8D262B
Text Example
Text Example
White with #8D262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D262B; }
p { color: rgb(141,38,43); }
H1.HeaderClassName
{
color: #8D262B;
}
.AnyTagClassName
{
color: #8D262B;
}
</style>
background-color css
<style>
a { background-color: #8D262B; }
a { background-color: rgb(141,38,43); }
div.DivClassName
{
background-color: #8D262B;
}
.BgClassName
{
background-color: #8D262B;
}
</style>
border-color css
<style>
span { border-color: #8D262B; }
span { border-color: rgb(141,38,43); }
td.TdClassName
{
border-color: #8D262B;
}
.TagClassName
{
border-color: #8D262B;
}
</style>