Shades of Flame Red #881E29
Tints of Flame Red #881E29
RGB
CMYK
RGB Variations
Color information
#881E29 (or 0x881E29) is known color: Flame Red. HEX triplet: 88, 1E and 29. RGB value is (136,30,41). Sum of RGB (Red+Green+Blue) = 136+30+41=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #881E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E29 is #77E1D6. Grayscale: #3F3F3F. Windows color (decimal): -7856599 or 2694792. OLE color: 2694792.
HSL color Cylindrical-coordinate representation of color #881E29: hue angle of 353.77º 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 #881E29 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 41 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.47 |
| HSL | 353.77º | 0.64% | 0.33% | - |
| HSV(B) | 353.77º | 0.78% | 0.53% | - |
| XYZ | 11.02 | 6.32 | 2.74 | - |
| YUV | 62.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 41 | 0 | 0.78 | 0.70 | 0.47 | 353.77 | 0.64 | 0.33 |
| Hex | 88 | 1E | 29 | 0 | 4E | 46 | 2F | 162 | 40 | 21 |
| Octal | 210 | 36 | 51 | 0 | 116 | 106 | 57 | 542 | 100 | 41 |
| Binary | 10001000 | 11110 | 101001 | 0 | 1001110 | 1000110 | 101111 | 101100010 | 1000000 | 100001 |
Color Harmonies of #881E29
Complementary color
Monochromatic Colors of #881E29
Black with #881E29
Text Example
Text Example
White with #881E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E29; }
p { color: rgb(136,30,41); }
H1.HeaderClassName
{
color: #881E29;
}
.AnyTagClassName
{
color: #881E29;
}
</style>
background-color css
<style>
a { background-color: #881E29; }
a { background-color: rgb(136,30,41); }
div.DivClassName
{
background-color: #881E29;
}
.BgClassName
{
background-color: #881E29;
}
</style>
border-color css
<style>
span { border-color: #881E29; }
span { border-color: rgb(136,30,41); }
td.TdClassName
{
border-color: #881E29;
}
.TagClassName
{
border-color: #881E29;
}
</style>