Shades of Flame Red #8C272B
Tints of Flame Red #8C272B
RGB
CMYK
RGB Variations
Color information
#8C272B (or 0x8C272B) is known color: Flame Red. HEX triplet: 8C, 27 and 2B. RGB value is (140,39,43). Sum of RGB (Red+Green+Blue) = 140+39+43=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C272B is #73D8D4. Grayscale: #454545. Windows color (decimal): -7592149 or 2828172. OLE color: 2828172.
HSL color Cylindrical-coordinate representation of color #8C272B: hue angle of 357.62º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C272B is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 43 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.45 |
| HSL | 357.62º | 0.56% | 0.35% | - |
| HSV(B) | 357.62º | 0.72% | 0.55% | - |
| XYZ | 11.98 | 7.2 | 3.04 | - |
| YUV | 69.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 43 | 0 | 0.72 | 0.69 | 0.45 | 357.62 | 0.56 | 0.35 |
| Hex | 8C | 27 | 2B | 0 | 48 | 45 | 2D | 166 | 38 | 23 |
| Octal | 214 | 47 | 53 | 0 | 110 | 105 | 55 | 546 | 70 | 43 |
| Binary | 10001100 | 100111 | 101011 | 0 | 1001000 | 1000101 | 101101 | 101100110 | 111000 | 100011 |
Color Harmonies of #8C272B
Complementary color
Monochromatic Colors of #8C272B
Black with #8C272B
Text Example
Text Example
White with #8C272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C272B; }
p { color: rgb(140,39,43); }
H1.HeaderClassName
{
color: #8C272B;
}
.AnyTagClassName
{
color: #8C272B;
}
</style>
background-color css
<style>
a { background-color: #8C272B; }
a { background-color: rgb(140,39,43); }
div.DivClassName
{
background-color: #8C272B;
}
.BgClassName
{
background-color: #8C272B;
}
</style>
border-color css
<style>
span { border-color: #8C272B; }
span { border-color: rgb(140,39,43); }
td.TdClassName
{
border-color: #8C272B;
}
.TagClassName
{
border-color: #8C272B;
}
</style>