Shades of Flame Red #8B2129
Tints of Flame Red #8B2129
RGB
CMYK
RGB Variations
Color information
#8B2129 (or 0x8B2129) is known color: Flame Red. HEX triplet: 8B, 21 and 29. RGB value is (139,33,41). Sum of RGB (Red+Green+Blue) = 139+33+41=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2129 is #74DED6. Grayscale: #414141. Windows color (decimal): -7659223 or 2695563. OLE color: 2695563.
HSL color Cylindrical-coordinate representation of color #8B2129: hue angle of 355.47º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2129 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 33 | 41 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.45 |
| HSL | 355.47º | 0.62% | 0.34% | - |
| HSV(B) | 355.47º | 0.76% | 0.55% | - |
| XYZ | 11.59 | 6.74 | 2.79 | - |
| YUV | 65.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 41 | 0 | 0.76 | 0.71 | 0.45 | 355.47 | 0.62 | 0.34 |
| Hex | 8B | 21 | 29 | 0 | 4C | 47 | 2D | 163 | 3E | 22 |
| Octal | 213 | 41 | 51 | 0 | 114 | 107 | 55 | 543 | 76 | 42 |
| Binary | 10001011 | 100001 | 101001 | 0 | 1001100 | 1000111 | 101101 | 101100011 | 111110 | 100010 |
Color Harmonies of #8B2129
Complementary color
Monochromatic Colors of #8B2129
Black with #8B2129
Text Example
Text Example
White with #8B2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2129; }
p { color: rgb(139,33,41); }
H1.HeaderClassName
{
color: #8B2129;
}
.AnyTagClassName
{
color: #8B2129;
}
</style>
background-color css
<style>
a { background-color: #8B2129; }
a { background-color: rgb(139,33,41); }
div.DivClassName
{
background-color: #8B2129;
}
.BgClassName
{
background-color: #8B2129;
}
</style>
border-color css
<style>
span { border-color: #8B2129; }
span { border-color: rgb(139,33,41); }
td.TdClassName
{
border-color: #8B2129;
}
.TagClassName
{
border-color: #8B2129;
}
</style>