Shades of Flame Red #8D232D
Tints of Flame Red #8D232D
RGB
CMYK
RGB Variations
Color information
#8D232D (or 0x8D232D) is known color: Flame Red. HEX triplet: 8D, 23 and 2D. RGB value is (141,35,45). Sum of RGB (Red+Green+Blue) = 141+35+45=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D232D is #72DCD2. Grayscale: #434343. Windows color (decimal): -7527635 or 2958221. OLE color: 2958221.
HSL color Cylindrical-coordinate representation of color #8D232D: hue angle of 354.34º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D232D is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 45 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.45 |
| HSL | 354.34º | 0.6% | 0.35% | - |
| HSV(B) | 354.34º | 0.75% | 0.55% | - |
| XYZ | 12.06 | 7.05 | 3.21 | - |
| YUV | 67.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 45 | 0 | 0.75 | 0.68 | 0.45 | 354.34 | 0.6 | 0.35 |
| Hex | 8D | 23 | 2D | 0 | 4B | 44 | 2D | 162 | 3C | 23 |
| Octal | 215 | 43 | 55 | 0 | 113 | 104 | 55 | 542 | 74 | 43 |
| Binary | 10001101 | 100011 | 101101 | 0 | 1001011 | 1000100 | 101101 | 101100010 | 111100 | 100011 |
Color Harmonies of #8D232D
Complementary color
Monochromatic Colors of #8D232D
Black with #8D232D
Text Example
Text Example
White with #8D232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D232D; }
p { color: rgb(141,35,45); }
H1.HeaderClassName
{
color: #8D232D;
}
.AnyTagClassName
{
color: #8D232D;
}
</style>
background-color css
<style>
a { background-color: #8D232D; }
a { background-color: rgb(141,35,45); }
div.DivClassName
{
background-color: #8D232D;
}
.BgClassName
{
background-color: #8D232D;
}
</style>
border-color css
<style>
span { border-color: #8D232D; }
span { border-color: rgb(141,35,45); }
td.TdClassName
{
border-color: #8D232D;
}
.TagClassName
{
border-color: #8D232D;
}
</style>