Shades of Flame Red #881A25
Tints of Flame Red #881A25
RGB
CMYK
RGB Variations
Color information
#881A25 (or 0x881A25) is known color: Flame Red. HEX triplet: 88, 1A and 25. RGB value is (136,26,37). Sum of RGB (Red+Green+Blue) = 136+26+37=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #881A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A25 is #77E5DA. Grayscale: #3C3C3C. Windows color (decimal): -7857627 or 2431624. OLE color: 2431624.
HSL color Cylindrical-coordinate representation of color #881A25: hue angle of 354º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A25 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 37 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.47 |
| HSL | 354º | 0.68% | 0.32% | - |
| HSV(B) | 354º | 0.81% | 0.53% | - |
| XYZ | 10.86 | 6.11 | 2.36 | - |
| YUV | 60.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 37 | 0 | 0.81 | 0.73 | 0.47 | 354 | 0.68 | 0.32 |
| Hex | 88 | 1A | 25 | 0 | 51 | 49 | 2F | 162 | 44 | 20 |
| Octal | 210 | 32 | 45 | 0 | 121 | 111 | 57 | 542 | 104 | 40 |
| Binary | 10001000 | 11010 | 100101 | 0 | 1010001 | 1001001 | 101111 | 101100010 | 1000100 | 100000 |
Color Harmonies of #881A25
Complementary color
Monochromatic Colors of #881A25
Black with #881A25
Text Example
Text Example
White with #881A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A25; }
p { color: rgb(136,26,37); }
H1.HeaderClassName
{
color: #881A25;
}
.AnyTagClassName
{
color: #881A25;
}
</style>
background-color css
<style>
a { background-color: #881A25; }
a { background-color: rgb(136,26,37); }
div.DivClassName
{
background-color: #881A25;
}
.BgClassName
{
background-color: #881A25;
}
</style>
border-color css
<style>
span { border-color: #881A25; }
span { border-color: rgb(136,26,37); }
td.TdClassName
{
border-color: #881A25;
}
.TagClassName
{
border-color: #881A25;
}
</style>