Shades of Flame Red #881A28
Tints of Flame Red #881A28
RGB
CMYK
RGB Variations
Color information
#881A28 (or 0x881A28) is known color: Flame Red. HEX triplet: 88, 1A and 28. RGB value is (136,26,40). Sum of RGB (Red+Green+Blue) = 136+26+40=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #881A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A28 is #77E5D7. Grayscale: #3C3C3C. Windows color (decimal): -7857624 or 2628232. OLE color: 2628232.
HSL color Cylindrical-coordinate representation of color #881A28: hue angle of 352.36º 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 #881A28 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 40 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.47 |
| HSL | 352.36º | 0.68% | 0.32% | - |
| HSV(B) | 352.36º | 0.81% | 0.53% | - |
| XYZ | 10.91 | 6.13 | 2.62 | - |
| YUV | 60.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 40 | 0 | 0.81 | 0.71 | 0.47 | 352.36 | 0.68 | 0.32 |
| Hex | 88 | 1A | 28 | 0 | 51 | 47 | 2F | 160 | 44 | 20 |
| Octal | 210 | 32 | 50 | 0 | 121 | 107 | 57 | 540 | 104 | 40 |
| Binary | 10001000 | 11010 | 101000 | 0 | 1010001 | 1000111 | 101111 | 101100000 | 1000100 | 100000 |
Color Harmonies of #881A28
Complementary color
Monochromatic Colors of #881A28
Black with #881A28
Text Example
Text Example
White with #881A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A28; }
p { color: rgb(136,26,40); }
H1.HeaderClassName
{
color: #881A28;
}
.AnyTagClassName
{
color: #881A28;
}
</style>
background-color css
<style>
a { background-color: #881A28; }
a { background-color: rgb(136,26,40); }
div.DivClassName
{
background-color: #881A28;
}
.BgClassName
{
background-color: #881A28;
}
</style>
border-color css
<style>
span { border-color: #881A28; }
span { border-color: rgb(136,26,40); }
td.TdClassName
{
border-color: #881A28;
}
.TagClassName
{
border-color: #881A28;
}
</style>