Shades of Flame Red #881E2B
Tints of Flame Red #881E2B
RGB
CMYK
RGB Variations
Color information
#881E2B (or 0x881E2B) is known color: Flame Red. HEX triplet: 88, 1E and 2B. RGB value is (136,30,43). Sum of RGB (Red+Green+Blue) = 136+30+43=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #881E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E2B is #77E1D4. Grayscale: #3F3F3F. Windows color (decimal): -7856597 or 2825864. OLE color: 2825864.
HSL color Cylindrical-coordinate representation of color #881E2B: hue angle of 352.64º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E2B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 43 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.47 |
| HSL | 352.64º | 0.64% | 0.33% | - |
| HSV(B) | 352.64º | 0.78% | 0.53% | - |
| XYZ | 11.05 | 6.34 | 2.93 | - |
| YUV | 63.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 43 | 0 | 0.78 | 0.68 | 0.47 | 352.64 | 0.64 | 0.33 |
| Hex | 88 | 1E | 2B | 0 | 4E | 44 | 2F | 161 | 40 | 21 |
| Octal | 210 | 36 | 53 | 0 | 116 | 104 | 57 | 541 | 100 | 41 |
| Binary | 10001000 | 11110 | 101011 | 0 | 1001110 | 1000100 | 101111 | 101100001 | 1000000 | 100001 |
Color Harmonies of #881E2B
Complementary color
Monochromatic Colors of #881E2B
Black with #881E2B
Text Example
Text Example
White with #881E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E2B; }
p { color: rgb(136,30,43); }
H1.HeaderClassName
{
color: #881E2B;
}
.AnyTagClassName
{
color: #881E2B;
}
</style>
background-color css
<style>
a { background-color: #881E2B; }
a { background-color: rgb(136,30,43); }
div.DivClassName
{
background-color: #881E2B;
}
.BgClassName
{
background-color: #881E2B;
}
</style>
border-color css
<style>
span { border-color: #881E2B; }
span { border-color: rgb(136,30,43); }
td.TdClassName
{
border-color: #881E2B;
}
.TagClassName
{
border-color: #881E2B;
}
</style>