Shades of Flame Red #8B232B
Tints of Flame Red #8B232B
RGB
CMYK
RGB Variations
Color information
#8B232B (or 0x8B232B) is known color: Flame Red. HEX triplet: 8B, 23 and 2B. RGB value is (139,35,43). Sum of RGB (Red+Green+Blue) = 139+35+43=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B232B is #74DCD4. Grayscale: #434343. Windows color (decimal): -7658709 or 2827147. OLE color: 2827147.
HSL color Cylindrical-coordinate representation of color #8B232B: hue angle of 355.38º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B232B is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 35 | 43 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.45 |
| HSL | 355.38º | 0.6% | 0.34% | - |
| HSV(B) | 355.38º | 0.75% | 0.55% | - |
| XYZ | 11.68 | 6.87 | 2.99 | - |
| YUV | 67.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 43 | 0 | 0.75 | 0.69 | 0.45 | 355.38 | 0.6 | 0.34 |
| Hex | 8B | 23 | 2B | 0 | 4B | 45 | 2D | 163 | 3C | 22 |
| Octal | 213 | 43 | 53 | 0 | 113 | 105 | 55 | 543 | 74 | 42 |
| Binary | 10001011 | 100011 | 101011 | 0 | 1001011 | 1000101 | 101101 | 101100011 | 111100 | 100010 |
Color Harmonies of #8B232B
Complementary color
Monochromatic Colors of #8B232B
Black with #8B232B
Text Example
Text Example
White with #8B232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B232B; }
p { color: rgb(139,35,43); }
H1.HeaderClassName
{
color: #8B232B;
}
.AnyTagClassName
{
color: #8B232B;
}
</style>
background-color css
<style>
a { background-color: #8B232B; }
a { background-color: rgb(139,35,43); }
div.DivClassName
{
background-color: #8B232B;
}
.BgClassName
{
background-color: #8B232B;
}
</style>
border-color css
<style>
span { border-color: #8B232B; }
span { border-color: rgb(139,35,43); }
td.TdClassName
{
border-color: #8B232B;
}
.TagClassName
{
border-color: #8B232B;
}
</style>