Shades of Flame Red #881A22
Tints of Flame Red #881A22
RGB
CMYK
RGB Variations
Color information
#881A22 (or 0x881A22) is known color: Flame Red. HEX triplet: 88, 1A and 22. RGB value is (136,26,34). Sum of RGB (Red+Green+Blue) = 136+26+34=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #881A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A22 is #77E5DD. Grayscale: #3B3B3B. Windows color (decimal): -7857630 or 2235016. OLE color: 2235016.
HSL color Cylindrical-coordinate representation of color #881A22: hue angle of 355.64º 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 #881A22 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 34 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.47 |
| HSL | 355.64º | 0.68% | 0.32% | - |
| HSV(B) | 355.64º | 0.81% | 0.53% | - |
| XYZ | 10.81 | 6.09 | 2.12 | - |
| YUV | 59.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 34 | 0 | 0.81 | 0.75 | 0.47 | 355.64 | 0.68 | 0.32 |
| Hex | 88 | 1A | 22 | 0 | 51 | 4B | 2F | 164 | 44 | 20 |
| Octal | 210 | 32 | 42 | 0 | 121 | 113 | 57 | 544 | 104 | 40 |
| Binary | 10001000 | 11010 | 100010 | 0 | 1010001 | 1001011 | 101111 | 101100100 | 1000100 | 100000 |
Color Harmonies of #881A22
Complementary color
Monochromatic Colors of #881A22
Black with #881A22
Text Example
Text Example
White with #881A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A22; }
p { color: rgb(136,26,34); }
H1.HeaderClassName
{
color: #881A22;
}
.AnyTagClassName
{
color: #881A22;
}
</style>
background-color css
<style>
a { background-color: #881A22; }
a { background-color: rgb(136,26,34); }
div.DivClassName
{
background-color: #881A22;
}
.BgClassName
{
background-color: #881A22;
}
</style>
border-color css
<style>
span { border-color: #881A22; }
span { border-color: rgb(136,26,34); }
td.TdClassName
{
border-color: #881A22;
}
.TagClassName
{
border-color: #881A22;
}
</style>