Shades of Flame Red #882D33
Tints of Flame Red #882D33
RGB
CMYK
RGB Variations
Color information
#882D33 (or 0x882D33) is known color: Flame Red. HEX triplet: 88, 2D and 33. RGB value is (136,45,51). Sum of RGB (Red+Green+Blue) = 136+45+51=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #882D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D33 is #77D2CC. Grayscale: #484848. Windows color (decimal): -7852749 or 3353992. OLE color: 3353992.
HSL color Cylindrical-coordinate representation of color #882D33: hue angle of 356.04º 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 #882D33 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 51 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.47 |
| HSL | 356.04º | 0.5% | 0.35% | - |
| HSV(B) | 356.04º | 0.67% | 0.53% | - |
| XYZ | 11.69 | 7.35 | 3.93 | - |
| YUV | 72.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 51 | 0 | 0.67 | 0.62 | 0.47 | 356.04 | 0.5 | 0.35 |
| Hex | 88 | 2D | 33 | 0 | 43 | 3E | 2F | 164 | 32 | 23 |
| Octal | 210 | 55 | 63 | 0 | 103 | 76 | 57 | 544 | 62 | 43 |
| Binary | 10001000 | 101101 | 110011 | 0 | 1000011 | 111110 | 101111 | 101100100 | 110010 | 100011 |
Color Harmonies of #882D33
Complementary color
Monochromatic Colors of #882D33
Black with #882D33
Text Example
Text Example
White with #882D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D33; }
p { color: rgb(136,45,51); }
H1.HeaderClassName
{
color: #882D33;
}
.AnyTagClassName
{
color: #882D33;
}
</style>
background-color css
<style>
a { background-color: #882D33; }
a { background-color: rgb(136,45,51); }
div.DivClassName
{
background-color: #882D33;
}
.BgClassName
{
background-color: #882D33;
}
</style>
border-color css
<style>
span { border-color: #882D33; }
span { border-color: rgb(136,45,51); }
td.TdClassName
{
border-color: #882D33;
}
.TagClassName
{
border-color: #882D33;
}
</style>