Shades of Flame Red #881A24
Tints of Flame Red #881A24
RGB
CMYK
RGB Variations
Color information
#881A24 (or 0x881A24) is known color: Flame Red. HEX triplet: 88, 1A and 24. RGB value is (136,26,36). Sum of RGB (Red+Green+Blue) = 136+26+36=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #881A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A24 is #77E5DB. Grayscale: #3C3C3C. Windows color (decimal): -7857628 or 2366088. OLE color: 2366088.
HSL color Cylindrical-coordinate representation of color #881A24: hue angle of 354.55º 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 #881A24 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 36 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.47 |
| HSL | 354.55º | 0.68% | 0.32% | - |
| HSV(B) | 354.55º | 0.81% | 0.53% | - |
| XYZ | 10.84 | 6.1 | 2.28 | - |
| YUV | 60.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 36 | 0 | 0.81 | 0.74 | 0.47 | 354.55 | 0.68 | 0.32 |
| Hex | 88 | 1A | 24 | 0 | 51 | 4A | 2F | 163 | 44 | 20 |
| Octal | 210 | 32 | 44 | 0 | 121 | 112 | 57 | 543 | 104 | 40 |
| Binary | 10001000 | 11010 | 100100 | 0 | 1010001 | 1001010 | 101111 | 101100011 | 1000100 | 100000 |
Color Harmonies of #881A24
Complementary color
Monochromatic Colors of #881A24
Black with #881A24
Text Example
Text Example
White with #881A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A24; }
p { color: rgb(136,26,36); }
H1.HeaderClassName
{
color: #881A24;
}
.AnyTagClassName
{
color: #881A24;
}
</style>
background-color css
<style>
a { background-color: #881A24; }
a { background-color: rgb(136,26,36); }
div.DivClassName
{
background-color: #881A24;
}
.BgClassName
{
background-color: #881A24;
}
</style>
border-color css
<style>
span { border-color: #881A24; }
span { border-color: rgb(136,26,36); }
td.TdClassName
{
border-color: #881A24;
}
.TagClassName
{
border-color: #881A24;
}
</style>