Shades of Flame Red #881619
Tints of Flame Red #881619
RGB
CMYK
RGB Variations
Color information
#881619 (or 0x881619) is known color: Flame Red. HEX triplet: 88, 16 and 19. RGB value is (136,22,25). Sum of RGB (Red+Green+Blue) = 136+22+25=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #881619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881619 is #77E9E6. Grayscale: #383838. Windows color (decimal): -7858663 or 1644168. OLE color: 1644168.
HSL color Cylindrical-coordinate representation of color #881619: hue angle of 358.42º 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 #881619 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 25 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.47 |
| HSL | 358.42º | 0.72% | 0.31% | - |
| HSV(B) | 358.42º | 0.84% | 0.53% | - |
| XYZ | 10.62 | 5.88 | 1.49 | - |
| YUV | 56.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 25 | 0 | 0.84 | 0.82 | 0.47 | 358.42 | 0.72 | 0.31 |
| Hex | 88 | 16 | 19 | 0 | 54 | 52 | 2F | 166 | 48 | 1F |
| Octal | 210 | 26 | 31 | 0 | 124 | 122 | 57 | 546 | 110 | 37 |
| Binary | 10001000 | 10110 | 11001 | 0 | 1010100 | 1010010 | 101111 | 101100110 | 1001000 | 11111 |
Color Harmonies of #881619
Complementary color
Monochromatic Colors of #881619
Black with #881619
Text Example
Text Example
White with #881619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881619; }
p { color: rgb(136,22,25); }
H1.HeaderClassName
{
color: #881619;
}
.AnyTagClassName
{
color: #881619;
}
</style>
background-color css
<style>
a { background-color: #881619; }
a { background-color: rgb(136,22,25); }
div.DivClassName
{
background-color: #881619;
}
.BgClassName
{
background-color: #881619;
}
</style>
border-color css
<style>
span { border-color: #881619; }
span { border-color: rgb(136,22,25); }
td.TdClassName
{
border-color: #881619;
}
.TagClassName
{
border-color: #881619;
}
</style>