Shades of Flame Red #8B2C31
Tints of Flame Red #8B2C31
RGB
CMYK
RGB Variations
Color information
#8B2C31 (or 0x8B2C31) is known color: Flame Red. HEX triplet: 8B, 2C and 31. RGB value is (139,44,49). Sum of RGB (Red+Green+Blue) = 139+44+49=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2C31 is #74D3CE. Grayscale: #494949. Windows color (decimal): -7656399 or 3222667. OLE color: 3222667.
HSL color Cylindrical-coordinate representation of color #8B2C31: hue angle of 356.84º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2C31 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 49 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.45 |
| HSL | 356.84º | 0.52% | 0.36% | - |
| HSV(B) | 356.84º | 0.68% | 0.55% | - |
| XYZ | 12.1 | 7.51 | 3.72 | - |
| YUV | 72.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 49 | 0 | 0.68 | 0.65 | 0.45 | 356.84 | 0.52 | 0.36 |
| Hex | 8B | 2C | 31 | 0 | 44 | 41 | 2D | 165 | 34 | 24 |
| Octal | 213 | 54 | 61 | 0 | 104 | 101 | 55 | 545 | 64 | 44 |
| Binary | 10001011 | 101100 | 110001 | 0 | 1000100 | 1000001 | 101101 | 101100101 | 110100 | 100100 |
Color Harmonies of #8B2C31
Complementary color
Monochromatic Colors of #8B2C31
Black with #8B2C31
Text Example
Text Example
White with #8B2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C31; }
p { color: rgb(139,44,49); }
H1.HeaderClassName
{
color: #8B2C31;
}
.AnyTagClassName
{
color: #8B2C31;
}
</style>
background-color css
<style>
a { background-color: #8B2C31; }
a { background-color: rgb(139,44,49); }
div.DivClassName
{
background-color: #8B2C31;
}
.BgClassName
{
background-color: #8B2C31;
}
</style>
border-color css
<style>
span { border-color: #8B2C31; }
span { border-color: rgb(139,44,49); }
td.TdClassName
{
border-color: #8B2C31;
}
.TagClassName
{
border-color: #8B2C31;
}
</style>