Shades of Flame Red #881F2A
Tints of Flame Red #881F2A
RGB
CMYK
RGB Variations
Color information
#881F2A (or 0x881F2A) is known color: Flame Red. HEX triplet: 88, 1F and 2A. RGB value is (136,31,42). Sum of RGB (Red+Green+Blue) = 136+31+42=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #881F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881F2A is #77E0D5. Grayscale: #3F3F3F. Windows color (decimal): -7856342 or 2760584. OLE color: 2760584.
HSL color Cylindrical-coordinate representation of color #881F2A: hue angle of 353.71º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F2A is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 31 | 42 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.47 |
| HSL | 353.71º | 0.63% | 0.33% | - |
| HSV(B) | 353.71º | 0.77% | 0.53% | - |
| XYZ | 11.06 | 6.38 | 2.84 | - |
| YUV | 63.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 42 | 0 | 0.77 | 0.69 | 0.47 | 353.71 | 0.63 | 0.33 |
| Hex | 88 | 1F | 2A | 0 | 4D | 45 | 2F | 162 | 3F | 21 |
| Octal | 210 | 37 | 52 | 0 | 115 | 105 | 57 | 542 | 77 | 41 |
| Binary | 10001000 | 11111 | 101010 | 0 | 1001101 | 1000101 | 101111 | 101100010 | 111111 | 100001 |
Color Harmonies of #881F2A
Complementary color
Monochromatic Colors of #881F2A
Black with #881F2A
Text Example
Text Example
White with #881F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881F2A; }
p { color: rgb(136,31,42); }
H1.HeaderClassName
{
color: #881F2A;
}
.AnyTagClassName
{
color: #881F2A;
}
</style>
background-color css
<style>
a { background-color: #881F2A; }
a { background-color: rgb(136,31,42); }
div.DivClassName
{
background-color: #881F2A;
}
.BgClassName
{
background-color: #881F2A;
}
</style>
border-color css
<style>
span { border-color: #881F2A; }
span { border-color: rgb(136,31,42); }
td.TdClassName
{
border-color: #881F2A;
}
.TagClassName
{
border-color: #881F2A;
}
</style>