Shades of Flame Red #881822
Tints of Flame Red #881822
RGB
CMYK
RGB Variations
Color information
#881822 (or 0x881822) is known color: Flame Red. HEX triplet: 88, 18 and 22. RGB value is (136,24,34). Sum of RGB (Red+Green+Blue) = 136+24+34=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #881822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881822 is #77E7DD. Grayscale: #3A3A3A. Windows color (decimal): -7858142 or 2234504. OLE color: 2234504.
HSL color Cylindrical-coordinate representation of color #881822: hue angle of 354.64º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881822 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 34 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.47 |
| HSL | 354.64º | 0.7% | 0.31% | - |
| HSV(B) | 354.64º | 0.82% | 0.53% | - |
| XYZ | 10.77 | 6 | 2.1 | - |
| YUV | 58.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 34 | 0 | 0.82 | 0.75 | 0.47 | 354.64 | 0.7 | 0.31 |
| Hex | 88 | 18 | 22 | 0 | 52 | 4B | 2F | 163 | 46 | 1F |
| Octal | 210 | 30 | 42 | 0 | 122 | 113 | 57 | 543 | 106 | 37 |
| Binary | 10001000 | 11000 | 100010 | 0 | 1010010 | 1001011 | 101111 | 101100011 | 1000110 | 11111 |
Color Harmonies of #881822
Complementary color
Monochromatic Colors of #881822
Black with #881822
Text Example
Text Example
White with #881822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881822; }
p { color: rgb(136,24,34); }
H1.HeaderClassName
{
color: #881822;
}
.AnyTagClassName
{
color: #881822;
}
</style>
background-color css
<style>
a { background-color: #881822; }
a { background-color: rgb(136,24,34); }
div.DivClassName
{
background-color: #881822;
}
.BgClassName
{
background-color: #881822;
}
</style>
border-color css
<style>
span { border-color: #881822; }
span { border-color: rgb(136,24,34); }
td.TdClassName
{
border-color: #881822;
}
.TagClassName
{
border-color: #881822;
}
</style>