Shades of Flame Red #881C2B
Tints of Flame Red #881C2B
RGB
CMYK
RGB Variations
Color information
#881C2B (or 0x881C2B) is known color: Flame Red. HEX triplet: 88, 1C and 2B. RGB value is (136,28,43). Sum of RGB (Red+Green+Blue) = 136+28+43=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #881C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C2B is #77E3D4. Grayscale: #3E3E3E. Windows color (decimal): -7857109 or 2825352. OLE color: 2825352.
HSL color Cylindrical-coordinate representation of color #881C2B: hue angle of 351.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881C2B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 43 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.47 |
| HSL | 351.67º | 0.66% | 0.32% | - |
| HSV(B) | 351.67º | 0.79% | 0.53% | - |
| XYZ | 11 | 6.24 | 2.91 | - |
| YUV | 62 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 43 | 0 | 0.79 | 0.68 | 0.47 | 351.67 | 0.66 | 0.32 |
| Hex | 88 | 1C | 2B | 0 | 4F | 44 | 2F | 160 | 42 | 20 |
| Octal | 210 | 34 | 53 | 0 | 117 | 104 | 57 | 540 | 102 | 40 |
| Binary | 10001000 | 11100 | 101011 | 0 | 1001111 | 1000100 | 101111 | 101100000 | 1000010 | 100000 |
Color Harmonies of #881C2B
Complementary color
Monochromatic Colors of #881C2B
Black with #881C2B
Text Example
Text Example
White with #881C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C2B; }
p { color: rgb(136,28,43); }
H1.HeaderClassName
{
color: #881C2B;
}
.AnyTagClassName
{
color: #881C2B;
}
</style>
background-color css
<style>
a { background-color: #881C2B; }
a { background-color: rgb(136,28,43); }
div.DivClassName
{
background-color: #881C2B;
}
.BgClassName
{
background-color: #881C2B;
}
</style>
border-color css
<style>
span { border-color: #881C2B; }
span { border-color: rgb(136,28,43); }
td.TdClassName
{
border-color: #881C2B;
}
.TagClassName
{
border-color: #881C2B;
}
</style>