Shades of Flame Red #8D232B
Tints of Flame Red #8D232B
RGB
CMYK
RGB Variations
Color information
#8D232B (or 0x8D232B) is known color: Flame Red. HEX triplet: 8D, 23 and 2B. RGB value is (141,35,43). Sum of RGB (Red+Green+Blue) = 141+35+43=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D232B is #72DCD4. Grayscale: #434343. Windows color (decimal): -7527637 or 2827149. OLE color: 2827149.
HSL color Cylindrical-coordinate representation of color #8D232B: hue angle of 355.47º 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 #8D232B is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 35 | 43 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.45 |
| HSL | 355.47º | 0.6% | 0.35% | - |
| HSV(B) | 355.47º | 0.75% | 0.55% | - |
| XYZ | 12.02 | 7.04 | 3.01 | - |
| YUV | 67.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 43 | 0 | 0.75 | 0.70 | 0.45 | 355.47 | 0.6 | 0.35 |
| Hex | 8D | 23 | 2B | 0 | 4B | 46 | 2D | 163 | 3C | 23 |
| Octal | 215 | 43 | 53 | 0 | 113 | 106 | 55 | 543 | 74 | 43 |
| Binary | 10001101 | 100011 | 101011 | 0 | 1001011 | 1000110 | 101101 | 101100011 | 111100 | 100011 |
Color Harmonies of #8D232B
Complementary color
Monochromatic Colors of #8D232B
Black with #8D232B
Text Example
Text Example
White with #8D232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D232B; }
p { color: rgb(141,35,43); }
H1.HeaderClassName
{
color: #8D232B;
}
.AnyTagClassName
{
color: #8D232B;
}
</style>
background-color css
<style>
a { background-color: #8D232B; }
a { background-color: rgb(141,35,43); }
div.DivClassName
{
background-color: #8D232B;
}
.BgClassName
{
background-color: #8D232B;
}
</style>
border-color css
<style>
span { border-color: #8D232B; }
span { border-color: rgb(141,35,43); }
td.TdClassName
{
border-color: #8D232B;
}
.TagClassName
{
border-color: #8D232B;
}
</style>