Shades of Flame Red #881D25
Tints of Flame Red #881D25
RGB
CMYK
RGB Variations
Color information
#881D25 (or 0x881D25) is known color: Flame Red. HEX triplet: 88, 1D and 25. RGB value is (136,29,37). Sum of RGB (Red+Green+Blue) = 136+29+37=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #881D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D25 is #77E2DA. Grayscale: #3D3D3D. Windows color (decimal): -7856859 or 2432392. OLE color: 2432392.
HSL color Cylindrical-coordinate representation of color #881D25: hue angle of 355.51º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881D25 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 37 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.47 |
| HSL | 355.51º | 0.65% | 0.32% | - |
| HSV(B) | 355.51º | 0.79% | 0.53% | - |
| XYZ | 10.93 | 6.25 | 2.38 | - |
| YUV | 61.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 37 | 0 | 0.79 | 0.73 | 0.47 | 355.51 | 0.65 | 0.32 |
| Hex | 88 | 1D | 25 | 0 | 4F | 49 | 2F | 164 | 41 | 20 |
| Octal | 210 | 35 | 45 | 0 | 117 | 111 | 57 | 544 | 101 | 40 |
| Binary | 10001000 | 11101 | 100101 | 0 | 1001111 | 1001001 | 101111 | 101100100 | 1000001 | 100000 |
Color Harmonies of #881D25
Complementary color
Monochromatic Colors of #881D25
Black with #881D25
Text Example
Text Example
White with #881D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D25; }
p { color: rgb(136,29,37); }
H1.HeaderClassName
{
color: #881D25;
}
.AnyTagClassName
{
color: #881D25;
}
</style>
background-color css
<style>
a { background-color: #881D25; }
a { background-color: rgb(136,29,37); }
div.DivClassName
{
background-color: #881D25;
}
.BgClassName
{
background-color: #881D25;
}
</style>
border-color css
<style>
span { border-color: #881D25; }
span { border-color: rgb(136,29,37); }
td.TdClassName
{
border-color: #881D25;
}
.TagClassName
{
border-color: #881D25;
}
</style>