Shades of Flame Red #881B1D
Tints of Flame Red #881B1D
RGB
CMYK
RGB Variations
Color information
#881B1D (or 0x881B1D) is known color: Flame Red. HEX triplet: 88, 1B and 1D. RGB value is (136,27,29). Sum of RGB (Red+Green+Blue) = 136+27+29=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #881B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B1D is #77E4E2. Grayscale: #3B3B3B. Windows color (decimal): -7857379 or 1907592. OLE color: 1907592.
HSL color Cylindrical-coordinate representation of color #881B1D: hue angle of 358.9º 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 #881B1D is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 29 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.47 |
| HSL | 358.9º | 0.67% | 0.32% | - |
| HSV(B) | 358.9º | 0.8% | 0.53% | - |
| XYZ | 10.77 | 6.11 | 1.77 | - |
| YUV | 59.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 29 | 0 | 0.80 | 0.79 | 0.47 | 358.9 | 0.67 | 0.32 |
| Hex | 88 | 1B | 1D | 0 | 50 | 4F | 2F | 167 | 43 | 20 |
| Octal | 210 | 33 | 35 | 0 | 120 | 117 | 57 | 547 | 103 | 40 |
| Binary | 10001000 | 11011 | 11101 | 0 | 1010000 | 1001111 | 101111 | 101100111 | 1000011 | 100000 |
Color Harmonies of #881B1D
Complementary color
Monochromatic Colors of #881B1D
Black with #881B1D
Text Example
Text Example
White with #881B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B1D; }
p { color: rgb(136,27,29); }
H1.HeaderClassName
{
color: #881B1D;
}
.AnyTagClassName
{
color: #881B1D;
}
</style>
background-color css
<style>
a { background-color: #881B1D; }
a { background-color: rgb(136,27,29); }
div.DivClassName
{
background-color: #881B1D;
}
.BgClassName
{
background-color: #881B1D;
}
</style>
border-color css
<style>
span { border-color: #881B1D; }
span { border-color: rgb(136,27,29); }
td.TdClassName
{
border-color: #881B1D;
}
.TagClassName
{
border-color: #881B1D;
}
</style>