Shades of Flame Red #881E2D
Tints of Flame Red #881E2D
RGB
CMYK
RGB Variations
Color information
#881E2D (or 0x881E2D) is known color: Flame Red. HEX triplet: 88, 1E and 2D. RGB value is (136,30,45). Sum of RGB (Red+Green+Blue) = 136+30+45=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #881E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E2D is #77E1D2. Grayscale: #3F3F3F. Windows color (decimal): -7856595 or 2956936. OLE color: 2956936.
HSL color Cylindrical-coordinate representation of color #881E2D: hue angle of 351.51º 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 #881E2D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 45 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.47 |
| HSL | 351.51º | 0.64% | 0.33% | - |
| HSV(B) | 351.51º | 0.78% | 0.53% | - |
| XYZ | 11.09 | 6.35 | 3.12 | - |
| YUV | 63.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 45 | 0 | 0.78 | 0.67 | 0.47 | 351.51 | 0.64 | 0.33 |
| Hex | 88 | 1E | 2D | 0 | 4E | 43 | 2F | 160 | 40 | 21 |
| Octal | 210 | 36 | 55 | 0 | 116 | 103 | 57 | 540 | 100 | 41 |
| Binary | 10001000 | 11110 | 101101 | 0 | 1001110 | 1000011 | 101111 | 101100000 | 1000000 | 100001 |
Color Harmonies of #881E2D
Complementary color
Monochromatic Colors of #881E2D
Black with #881E2D
Text Example
Text Example
White with #881E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E2D; }
p { color: rgb(136,30,45); }
H1.HeaderClassName
{
color: #881E2D;
}
.AnyTagClassName
{
color: #881E2D;
}
</style>
background-color css
<style>
a { background-color: #881E2D; }
a { background-color: rgb(136,30,45); }
div.DivClassName
{
background-color: #881E2D;
}
.BgClassName
{
background-color: #881E2D;
}
</style>
border-color css
<style>
span { border-color: #881E2D; }
span { border-color: rgb(136,30,45); }
td.TdClassName
{
border-color: #881E2D;
}
.TagClassName
{
border-color: #881E2D;
}
</style>