Shades of Flame Red #881E23
Tints of Flame Red #881E23
RGB
CMYK
RGB Variations
Color information
#881E23 (or 0x881E23) is known color: Flame Red. HEX triplet: 88, 1E and 23. RGB value is (136,30,35). Sum of RGB (Red+Green+Blue) = 136+30+35=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #881E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E23 is #77E1DC. Grayscale: #3E3E3E. Windows color (decimal): -7856605 or 2301576. OLE color: 2301576.
HSL color Cylindrical-coordinate representation of color #881E23: hue angle of 357.17º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E23 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 35 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.47 |
| HSL | 357.17º | 0.64% | 0.33% | - |
| HSV(B) | 357.17º | 0.78% | 0.53% | - |
| XYZ | 10.92 | 6.28 | 2.23 | - |
| YUV | 62.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 35 | 0 | 0.78 | 0.74 | 0.47 | 357.17 | 0.64 | 0.33 |
| Hex | 88 | 1E | 23 | 0 | 4E | 4A | 2F | 165 | 40 | 21 |
| Octal | 210 | 36 | 43 | 0 | 116 | 112 | 57 | 545 | 100 | 41 |
| Binary | 10001000 | 11110 | 100011 | 0 | 1001110 | 1001010 | 101111 | 101100101 | 1000000 | 100001 |
Color Harmonies of #881E23
Complementary color
Monochromatic Colors of #881E23
Black with #881E23
Text Example
Text Example
White with #881E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E23; }
p { color: rgb(136,30,35); }
H1.HeaderClassName
{
color: #881E23;
}
.AnyTagClassName
{
color: #881E23;
}
</style>
background-color css
<style>
a { background-color: #881E23; }
a { background-color: rgb(136,30,35); }
div.DivClassName
{
background-color: #881E23;
}
.BgClassName
{
background-color: #881E23;
}
</style>
border-color css
<style>
span { border-color: #881E23; }
span { border-color: rgb(136,30,35); }
td.TdClassName
{
border-color: #881E23;
}
.TagClassName
{
border-color: #881E23;
}
</style>