Shades of Flame Red #881B20
Tints of Flame Red #881B20
RGB
CMYK
RGB Variations
Color information
#881B20 (or 0x881B20) is known color: Flame Red. HEX triplet: 88, 1B and 20. RGB value is (136,27,32). Sum of RGB (Red+Green+Blue) = 136+27+32=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #881B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B20 is #77E4DF. Grayscale: #3C3C3C. Windows color (decimal): -7857376 or 2104200. OLE color: 2104200.
HSL color Cylindrical-coordinate representation of color #881B20: hue angle of 357.25º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B20 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 32 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.47 |
| HSL | 357.25º | 0.67% | 0.32% | - |
| HSV(B) | 357.25º | 0.8% | 0.53% | - |
| XYZ | 10.81 | 6.12 | 1.98 | - |
| YUV | 60.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 32 | 0 | 0.80 | 0.76 | 0.47 | 357.25 | 0.67 | 0.32 |
| Hex | 88 | 1B | 20 | 0 | 50 | 4C | 2F | 165 | 43 | 20 |
| Octal | 210 | 33 | 40 | 0 | 120 | 114 | 57 | 545 | 103 | 40 |
| Binary | 10001000 | 11011 | 100000 | 0 | 1010000 | 1001100 | 101111 | 101100101 | 1000011 | 100000 |
Color Harmonies of #881B20
Complementary color
Monochromatic Colors of #881B20
Black with #881B20
Text Example
Text Example
White with #881B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B20; }
p { color: rgb(136,27,32); }
H1.HeaderClassName
{
color: #881B20;
}
.AnyTagClassName
{
color: #881B20;
}
</style>
background-color css
<style>
a { background-color: #881B20; }
a { background-color: rgb(136,27,32); }
div.DivClassName
{
background-color: #881B20;
}
.BgClassName
{
background-color: #881B20;
}
</style>
border-color css
<style>
span { border-color: #881B20; }
span { border-color: rgb(136,27,32); }
td.TdClassName
{
border-color: #881B20;
}
.TagClassName
{
border-color: #881B20;
}
</style>