Shades of Flame Red #881721
Tints of Flame Red #881721
RGB
CMYK
RGB Variations
Color information
#881721 (or 0x881721) is known color: Flame Red. HEX triplet: 88, 17 and 21. RGB value is (136,23,33). Sum of RGB (Red+Green+Blue) = 136+23+33=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #881721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881721 is #77E8DE. Grayscale: #3A3A3A. Windows color (decimal): -7858399 or 2168712. OLE color: 2168712.
HSL color Cylindrical-coordinate representation of color #881721: hue angle of 354.69º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881721 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 33 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.47 |
| HSL | 354.69º | 0.71% | 0.31% | - |
| HSV(B) | 354.69º | 0.83% | 0.53% | - |
| XYZ | 10.73 | 5.96 | 2.02 | - |
| YUV | 57.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 33 | 0 | 0.83 | 0.76 | 0.47 | 354.69 | 0.71 | 0.31 |
| Hex | 88 | 17 | 21 | 0 | 53 | 4C | 2F | 163 | 47 | 1F |
| Octal | 210 | 27 | 41 | 0 | 123 | 114 | 57 | 543 | 107 | 37 |
| Binary | 10001000 | 10111 | 100001 | 0 | 1010011 | 1001100 | 101111 | 101100011 | 1000111 | 11111 |
Color Harmonies of #881721
Complementary color
Monochromatic Colors of #881721
Black with #881721
Text Example
Text Example
White with #881721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881721; }
p { color: rgb(136,23,33); }
H1.HeaderClassName
{
color: #881721;
}
.AnyTagClassName
{
color: #881721;
}
</style>
background-color css
<style>
a { background-color: #881721; }
a { background-color: rgb(136,23,33); }
div.DivClassName
{
background-color: #881721;
}
.BgClassName
{
background-color: #881721;
}
</style>
border-color css
<style>
span { border-color: #881721; }
span { border-color: rgb(136,23,33); }
td.TdClassName
{
border-color: #881721;
}
.TagClassName
{
border-color: #881721;
}
</style>