Shades of Flame Red #881925
Tints of Flame Red #881925
RGB
CMYK
RGB Variations
Color information
#881925 (or 0x881925) is known color: Flame Red. HEX triplet: 88, 19 and 25. RGB value is (136,25,37). Sum of RGB (Red+Green+Blue) = 136+25+37=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #881925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881925 is #77E6DA. Grayscale: #3B3B3B. Windows color (decimal): -7857883 or 2431368. OLE color: 2431368.
HSL color Cylindrical-coordinate representation of color #881925: hue angle of 353.51º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881925 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 37 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.47 |
| HSL | 353.51º | 0.69% | 0.32% | - |
| HSV(B) | 353.51º | 0.82% | 0.53% | - |
| XYZ | 10.83 | 6.06 | 2.35 | - |
| YUV | 59.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 37 | 0 | 0.82 | 0.73 | 0.47 | 353.51 | 0.69 | 0.32 |
| Hex | 88 | 19 | 25 | 0 | 52 | 49 | 2F | 162 | 45 | 20 |
| Octal | 210 | 31 | 45 | 0 | 122 | 111 | 57 | 542 | 105 | 40 |
| Binary | 10001000 | 11001 | 100101 | 0 | 1010010 | 1001001 | 101111 | 101100010 | 1000101 | 100000 |
Color Harmonies of #881925
Complementary color
Monochromatic Colors of #881925
Black with #881925
Text Example
Text Example
White with #881925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881925; }
p { color: rgb(136,25,37); }
H1.HeaderClassName
{
color: #881925;
}
.AnyTagClassName
{
color: #881925;
}
</style>
background-color css
<style>
a { background-color: #881925; }
a { background-color: rgb(136,25,37); }
div.DivClassName
{
background-color: #881925;
}
.BgClassName
{
background-color: #881925;
}
</style>
border-color css
<style>
span { border-color: #881925; }
span { border-color: rgb(136,25,37); }
td.TdClassName
{
border-color: #881925;
}
.TagClassName
{
border-color: #881925;
}
</style>