Shades of Flame Red #881B25
Tints of Flame Red #881B25
RGB
CMYK
RGB Variations
Color information
#881B25 (or 0x881B25) is known color: Flame Red. HEX triplet: 88, 1B and 25. RGB value is (136,27,37). Sum of RGB (Red+Green+Blue) = 136+27+37=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #881B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B25 is #77E4DA. Grayscale: #3C3C3C. Windows color (decimal): -7857371 or 2431880. OLE color: 2431880.
HSL color Cylindrical-coordinate representation of color #881B25: hue angle of 354.5º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B25 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 37 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.47 |
| HSL | 354.5º | 0.67% | 0.32% | - |
| HSV(B) | 354.5º | 0.8% | 0.53% | - |
| XYZ | 10.88 | 6.15 | 2.36 | - |
| YUV | 60.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 37 | 0 | 0.80 | 0.73 | 0.47 | 354.5 | 0.67 | 0.32 |
| Hex | 88 | 1B | 25 | 0 | 50 | 49 | 2F | 162 | 43 | 20 |
| Octal | 210 | 33 | 45 | 0 | 120 | 111 | 57 | 542 | 103 | 40 |
| Binary | 10001000 | 11011 | 100101 | 0 | 1010000 | 1001001 | 101111 | 101100010 | 1000011 | 100000 |
Color Harmonies of #881B25
Complementary color
Monochromatic Colors of #881B25
Black with #881B25
Text Example
Text Example
White with #881B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B25; }
p { color: rgb(136,27,37); }
H1.HeaderClassName
{
color: #881B25;
}
.AnyTagClassName
{
color: #881B25;
}
</style>
background-color css
<style>
a { background-color: #881B25; }
a { background-color: rgb(136,27,37); }
div.DivClassName
{
background-color: #881B25;
}
.BgClassName
{
background-color: #881B25;
}
</style>
border-color css
<style>
span { border-color: #881B25; }
span { border-color: rgb(136,27,37); }
td.TdClassName
{
border-color: #881B25;
}
.TagClassName
{
border-color: #881B25;
}
</style>