Shades of Flame Red #881C29
Tints of Flame Red #881C29
RGB
CMYK
RGB Variations
Color information
#881C29 (or 0x881C29) is known color: Flame Red. HEX triplet: 88, 1C and 29. RGB value is (136,28,41). Sum of RGB (Red+Green+Blue) = 136+28+41=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #881C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C29 is #77E3D6. Grayscale: #3D3D3D. Windows color (decimal): -7857111 or 2694280. OLE color: 2694280.
HSL color Cylindrical-coordinate representation of color #881C29: hue angle of 352.78º 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 #881C29 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 41 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.47 |
| HSL | 352.78º | 0.66% | 0.32% | - |
| HSV(B) | 352.78º | 0.79% | 0.53% | - |
| XYZ | 10.97 | 6.22 | 2.72 | - |
| YUV | 61.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 41 | 0 | 0.79 | 0.70 | 0.47 | 352.78 | 0.66 | 0.32 |
| Hex | 88 | 1C | 29 | 0 | 4F | 46 | 2F | 161 | 42 | 20 |
| Octal | 210 | 34 | 51 | 0 | 117 | 106 | 57 | 541 | 102 | 40 |
| Binary | 10001000 | 11100 | 101001 | 0 | 1001111 | 1000110 | 101111 | 101100001 | 1000010 | 100000 |
Color Harmonies of #881C29
Complementary color
Monochromatic Colors of #881C29
Black with #881C29
Text Example
Text Example
White with #881C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C29; }
p { color: rgb(136,28,41); }
H1.HeaderClassName
{
color: #881C29;
}
.AnyTagClassName
{
color: #881C29;
}
</style>
background-color css
<style>
a { background-color: #881C29; }
a { background-color: rgb(136,28,41); }
div.DivClassName
{
background-color: #881C29;
}
.BgClassName
{
background-color: #881C29;
}
</style>
border-color css
<style>
span { border-color: #881C29; }
span { border-color: rgb(136,28,41); }
td.TdClassName
{
border-color: #881C29;
}
.TagClassName
{
border-color: #881C29;
}
</style>