Shades of Flame Red #882D2F
Tints of Flame Red #882D2F
RGB
CMYK
RGB Variations
Color information
#882D2F (or 0x882D2F) is known color: Flame Red. HEX triplet: 88, 2D and 2F. RGB value is (136,45,47). Sum of RGB (Red+Green+Blue) = 136+45+47=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #882D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D2F is #77D2D0. Grayscale: #484848. Windows color (decimal): -7852753 or 3091848. OLE color: 3091848.
HSL color Cylindrical-coordinate representation of color #882D2F: hue angle of 358.68º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D2F is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 47 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.47 |
| HSL | 358.68º | 0.5% | 0.35% | - |
| HSV(B) | 358.68º | 0.67% | 0.53% | - |
| XYZ | 11.6 | 7.32 | 3.49 | - |
| YUV | 72.44 | 113.65 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 47 | 0 | 0.67 | 0.65 | 0.47 | 358.68 | 0.5 | 0.35 |
| Hex | 88 | 2D | 2F | 0 | 43 | 41 | 2F | 167 | 32 | 23 |
| Octal | 210 | 55 | 57 | 0 | 103 | 101 | 57 | 547 | 62 | 43 |
| Binary | 10001000 | 101101 | 101111 | 0 | 1000011 | 1000001 | 101111 | 101100111 | 110010 | 100011 |
Color Harmonies of #882D2F
Complementary color
Monochromatic Colors of #882D2F
Black with #882D2F
Text Example
Text Example
White with #882D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D2F; }
p { color: rgb(136,45,47); }
H1.HeaderClassName
{
color: #882D2F;
}
.AnyTagClassName
{
color: #882D2F;
}
</style>
background-color css
<style>
a { background-color: #882D2F; }
a { background-color: rgb(136,45,47); }
div.DivClassName
{
background-color: #882D2F;
}
.BgClassName
{
background-color: #882D2F;
}
</style>
border-color css
<style>
span { border-color: #882D2F; }
span { border-color: rgb(136,45,47); }
td.TdClassName
{
border-color: #882D2F;
}
.TagClassName
{
border-color: #882D2F;
}
</style>