Shades of Flame Red #882630
Tints of Flame Red #882630
RGB
CMYK
RGB Variations
Color information
#882630 (or 0x882630) is known color: Flame Red. HEX triplet: 88, 26 and 30. RGB value is (136,38,48). Sum of RGB (Red+Green+Blue) = 136+38+48=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #882630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882630 is #77D9CF. Grayscale: #444444. Windows color (decimal): -7854544 or 3155592. OLE color: 3155592.
HSL color Cylindrical-coordinate representation of color #882630: hue angle of 353.88º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882630 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 48 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.47 |
| HSL | 353.88º | 0.56% | 0.34% | - |
| HSV(B) | 353.88º | 0.72% | 0.53% | - |
| XYZ | 11.38 | 6.83 | 3.52 | - |
| YUV | 68.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 48 | 0 | 0.72 | 0.65 | 0.47 | 353.88 | 0.56 | 0.34 |
| Hex | 88 | 26 | 30 | 0 | 48 | 41 | 2F | 162 | 38 | 22 |
| Octal | 210 | 46 | 60 | 0 | 110 | 101 | 57 | 542 | 70 | 42 |
| Binary | 10001000 | 100110 | 110000 | 0 | 1001000 | 1000001 | 101111 | 101100010 | 111000 | 100010 |
Color Harmonies of #882630
Complementary color
Monochromatic Colors of #882630
Black with #882630
Text Example
Text Example
White with #882630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882630; }
p { color: rgb(136,38,48); }
H1.HeaderClassName
{
color: #882630;
}
.AnyTagClassName
{
color: #882630;
}
</style>
background-color css
<style>
a { background-color: #882630; }
a { background-color: rgb(136,38,48); }
div.DivClassName
{
background-color: #882630;
}
.BgClassName
{
background-color: #882630;
}
</style>
border-color css
<style>
span { border-color: #882630; }
span { border-color: rgb(136,38,48); }
td.TdClassName
{
border-color: #882630;
}
.TagClassName
{
border-color: #882630;
}
</style>