Shades of Flame Red #881623
Tints of Flame Red #881623
RGB
CMYK
RGB Variations
Color information
#881623 (or 0x881623) is known color: Flame Red. HEX triplet: 88, 16 and 23. RGB value is (136,22,35). Sum of RGB (Red+Green+Blue) = 136+22+35=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #881623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881623 is #77E9DC. Grayscale: #393939. Windows color (decimal): -7858653 or 2299528. OLE color: 2299528.
HSL color Cylindrical-coordinate representation of color #881623: hue angle of 353.16º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881623 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 35 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.47 |
| HSL | 353.16º | 0.72% | 0.31% | - |
| HSV(B) | 353.16º | 0.84% | 0.53% | - |
| XYZ | 10.74 | 5.93 | 2.17 | - |
| YUV | 57.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 35 | 0 | 0.84 | 0.74 | 0.47 | 353.16 | 0.72 | 0.31 |
| Hex | 88 | 16 | 23 | 0 | 54 | 4A | 2F | 161 | 48 | 1F |
| Octal | 210 | 26 | 43 | 0 | 124 | 112 | 57 | 541 | 110 | 37 |
| Binary | 10001000 | 10110 | 100011 | 0 | 1010100 | 1001010 | 101111 | 101100001 | 1001000 | 11111 |
Color Harmonies of #881623
Complementary color
Monochromatic Colors of #881623
Black with #881623
Text Example
Text Example
White with #881623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881623; }
p { color: rgb(136,22,35); }
H1.HeaderClassName
{
color: #881623;
}
.AnyTagClassName
{
color: #881623;
}
</style>
background-color css
<style>
a { background-color: #881623; }
a { background-color: rgb(136,22,35); }
div.DivClassName
{
background-color: #881623;
}
.BgClassName
{
background-color: #881623;
}
</style>
border-color css
<style>
span { border-color: #881623; }
span { border-color: rgb(136,22,35); }
td.TdClassName
{
border-color: #881623;
}
.TagClassName
{
border-color: #881623;
}
</style>