Shades of Flame Red #8C182C
Tints of Flame Red #8C182C
RGB
CMYK
RGB Variations
Color information
#8C182C (or 0x8C182C) is known color: Flame Red. HEX triplet: 8C, 18 and 2C. RGB value is (140,24,44). Sum of RGB (Red+Green+Blue) = 140+24+44=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C182C is #73E7D3. Grayscale: #3D3D3D. Windows color (decimal): -7595988 or 2889868. OLE color: 2889868.
HSL color Cylindrical-coordinate representation of color #8C182C: hue angle of 349.66º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C182C is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 44 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.45 |
| HSL | 349.66º | 0.71% | 0.32% | - |
| HSV(B) | 349.66º | 0.83% | 0.55% | - |
| XYZ | 11.6 | 6.41 | 3.01 | - |
| YUV | 60.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 44 | 0 | 0.83 | 0.69 | 0.45 | 349.66 | 0.71 | 0.32 |
| Hex | 8C | 18 | 2C | 0 | 53 | 45 | 2D | 15E | 47 | 20 |
| Octal | 214 | 30 | 54 | 0 | 123 | 105 | 55 | 536 | 107 | 40 |
| Binary | 10001100 | 11000 | 101100 | 0 | 1010011 | 1000101 | 101101 | 101011110 | 1000111 | 100000 |
Color Harmonies of #8C182C
Complementary color
Monochromatic Colors of #8C182C
Black with #8C182C
Text Example
Text Example
White with #8C182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C182C; }
p { color: rgb(140,24,44); }
H1.HeaderClassName
{
color: #8C182C;
}
.AnyTagClassName
{
color: #8C182C;
}
</style>
background-color css
<style>
a { background-color: #8C182C; }
a { background-color: rgb(140,24,44); }
div.DivClassName
{
background-color: #8C182C;
}
.BgClassName
{
background-color: #8C182C;
}
</style>
border-color css
<style>
span { border-color: #8C182C; }
span { border-color: rgb(140,24,44); }
td.TdClassName
{
border-color: #8C182C;
}
.TagClassName
{
border-color: #8C182C;
}
</style>