Shades of Flame Red #882C30
Tints of Flame Red #882C30
RGB
CMYK
RGB Variations
Color information
#882C30 (or 0x882C30) is known color: Flame Red. HEX triplet: 88, 2C and 30. RGB value is (136,44,48). Sum of RGB (Red+Green+Blue) = 136+44+48=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #882C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C30 is #77D3CF. Grayscale: #484848. Windows color (decimal): -7853008 or 3157128. OLE color: 3157128.
HSL color Cylindrical-coordinate representation of color #882C30: hue angle of 357.39º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882C30 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 48 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.47 |
| HSL | 357.39º | 0.51% | 0.35% | - |
| HSV(B) | 357.39º | 0.68% | 0.53% | - |
| XYZ | 11.59 | 7.25 | 3.58 | - |
| YUV | 71.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 48 | 0 | 0.68 | 0.65 | 0.47 | 357.39 | 0.51 | 0.35 |
| Hex | 88 | 2C | 30 | 0 | 44 | 41 | 2F | 165 | 33 | 23 |
| Octal | 210 | 54 | 60 | 0 | 104 | 101 | 57 | 545 | 63 | 43 |
| Binary | 10001000 | 101100 | 110000 | 0 | 1000100 | 1000001 | 101111 | 101100101 | 110011 | 100011 |
Color Harmonies of #882C30
Complementary color
Monochromatic Colors of #882C30
Black with #882C30
Text Example
Text Example
White with #882C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C30; }
p { color: rgb(136,44,48); }
H1.HeaderClassName
{
color: #882C30;
}
.AnyTagClassName
{
color: #882C30;
}
</style>
background-color css
<style>
a { background-color: #882C30; }
a { background-color: rgb(136,44,48); }
div.DivClassName
{
background-color: #882C30;
}
.BgClassName
{
background-color: #882C30;
}
</style>
border-color css
<style>
span { border-color: #882C30; }
span { border-color: rgb(136,44,48); }
td.TdClassName
{
border-color: #882C30;
}
.TagClassName
{
border-color: #882C30;
}
</style>