Shades of Flame Red #881C25
Tints of Flame Red #881C25
RGB
CMYK
RGB Variations
Color information
#881C25 (or 0x881C25) is known color: Flame Red. HEX triplet: 88, 1C and 25. RGB value is (136,28,37). Sum of RGB (Red+Green+Blue) = 136+28+37=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #881C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C25 is #77E3DA. Grayscale: #3D3D3D. Windows color (decimal): -7857115 or 2432136. OLE color: 2432136.
HSL color Cylindrical-coordinate representation of color #881C25: hue angle of 355º 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 #881C25 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 37 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.47 |
| HSL | 355º | 0.66% | 0.32% | - |
| HSV(B) | 355º | 0.79% | 0.53% | - |
| XYZ | 10.9 | 6.2 | 2.37 | - |
| YUV | 61.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 37 | 0 | 0.79 | 0.73 | 0.47 | 355 | 0.66 | 0.32 |
| Hex | 88 | 1C | 25 | 0 | 4F | 49 | 2F | 163 | 42 | 20 |
| Octal | 210 | 34 | 45 | 0 | 117 | 111 | 57 | 543 | 102 | 40 |
| Binary | 10001000 | 11100 | 100101 | 0 | 1001111 | 1001001 | 101111 | 101100011 | 1000010 | 100000 |
Color Harmonies of #881C25
Complementary color
Monochromatic Colors of #881C25
Black with #881C25
Text Example
Text Example
White with #881C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C25; }
p { color: rgb(136,28,37); }
H1.HeaderClassName
{
color: #881C25;
}
.AnyTagClassName
{
color: #881C25;
}
</style>
background-color css
<style>
a { background-color: #881C25; }
a { background-color: rgb(136,28,37); }
div.DivClassName
{
background-color: #881C25;
}
.BgClassName
{
background-color: #881C25;
}
</style>
border-color css
<style>
span { border-color: #881C25; }
span { border-color: rgb(136,28,37); }
td.TdClassName
{
border-color: #881C25;
}
.TagClassName
{
border-color: #881C25;
}
</style>