Shades of Flame Red #881725
Tints of Flame Red #881725
RGB
CMYK
RGB Variations
Color information
#881725 (or 0x881725) is known color: Flame Red. HEX triplet: 88, 17 and 25. RGB value is (136,23,37). Sum of RGB (Red+Green+Blue) = 136+23+37=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #881725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881725 is #77E8DA. Grayscale: #3A3A3A. Windows color (decimal): -7858395 or 2430856. OLE color: 2430856.
HSL color Cylindrical-coordinate representation of color #881725: hue angle of 352.57º 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 #881725 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 37 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.47 |
| HSL | 352.57º | 0.71% | 0.31% | - |
| HSV(B) | 352.57º | 0.83% | 0.53% | - |
| XYZ | 10.79 | 5.98 | 2.34 | - |
| YUV | 58.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 37 | 0 | 0.83 | 0.73 | 0.47 | 352.57 | 0.71 | 0.31 |
| Hex | 88 | 17 | 25 | 0 | 53 | 49 | 2F | 161 | 47 | 1F |
| Octal | 210 | 27 | 45 | 0 | 123 | 111 | 57 | 541 | 107 | 37 |
| Binary | 10001000 | 10111 | 100101 | 0 | 1010011 | 1001001 | 101111 | 101100001 | 1000111 | 11111 |
Color Harmonies of #881725
Complementary color
Monochromatic Colors of #881725
Black with #881725
Text Example
Text Example
White with #881725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881725; }
p { color: rgb(136,23,37); }
H1.HeaderClassName
{
color: #881725;
}
.AnyTagClassName
{
color: #881725;
}
</style>
background-color css
<style>
a { background-color: #881725; }
a { background-color: rgb(136,23,37); }
div.DivClassName
{
background-color: #881725;
}
.BgClassName
{
background-color: #881725;
}
</style>
border-color css
<style>
span { border-color: #881725; }
span { border-color: rgb(136,23,37); }
td.TdClassName
{
border-color: #881725;
}
.TagClassName
{
border-color: #881725;
}
</style>