Shades of Flame Red #8C252B
Tints of Flame Red #8C252B
RGB
CMYK
RGB Variations
Color information
#8C252B (or 0x8C252B) is known color: Flame Red. HEX triplet: 8C, 25 and 2B. RGB value is (140,37,43). Sum of RGB (Red+Green+Blue) = 140+37+43=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C252B is #73DAD4. Grayscale: #444444. Windows color (decimal): -7592661 or 2827660. OLE color: 2827660.
HSL color Cylindrical-coordinate representation of color #8C252B: hue angle of 356.5º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C252B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 43 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.45 |
| HSL | 356.5º | 0.58% | 0.35% | - |
| HSV(B) | 356.5º | 0.74% | 0.55% | - |
| XYZ | 11.91 | 7.07 | 3.02 | - |
| YUV | 68.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 43 | 0 | 0.74 | 0.69 | 0.45 | 356.5 | 0.58 | 0.35 |
| Hex | 8C | 25 | 2B | 0 | 4A | 45 | 2D | 165 | 3A | 23 |
| Octal | 214 | 45 | 53 | 0 | 112 | 105 | 55 | 545 | 72 | 43 |
| Binary | 10001100 | 100101 | 101011 | 0 | 1001010 | 1000101 | 101101 | 101100101 | 111010 | 100011 |
Color Harmonies of #8C252B
Complementary color
Monochromatic Colors of #8C252B
Black with #8C252B
Text Example
Text Example
White with #8C252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C252B; }
p { color: rgb(140,37,43); }
H1.HeaderClassName
{
color: #8C252B;
}
.AnyTagClassName
{
color: #8C252B;
}
</style>
background-color css
<style>
a { background-color: #8C252B; }
a { background-color: rgb(140,37,43); }
div.DivClassName
{
background-color: #8C252B;
}
.BgClassName
{
background-color: #8C252B;
}
</style>
border-color css
<style>
span { border-color: #8C252B; }
span { border-color: rgb(140,37,43); }
td.TdClassName
{
border-color: #8C252B;
}
.TagClassName
{
border-color: #8C252B;
}
</style>