Shades of Flame Red #8C252F
Tints of Flame Red #8C252F
RGB
CMYK
RGB Variations
Color information
#8C252F (or 0x8C252F) is known color: Flame Red. HEX triplet: 8C, 25 and 2F. RGB value is (140,37,47). Sum of RGB (Red+Green+Blue) = 140+37+47=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C252F is #73DAD0. Grayscale: #454545. Windows color (decimal): -7592657 or 3089804. OLE color: 3089804.
HSL color Cylindrical-coordinate representation of color #8C252F: hue angle of 354.17º 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 #8C252F is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 47 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.45 |
| HSL | 354.17º | 0.58% | 0.35% | - |
| HSV(B) | 354.17º | 0.74% | 0.55% | - |
| XYZ | 11.99 | 7.1 | 3.43 | - |
| YUV | 68.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 47 | 0 | 0.74 | 0.66 | 0.45 | 354.17 | 0.58 | 0.35 |
| Hex | 8C | 25 | 2F | 0 | 4A | 42 | 2D | 162 | 3A | 23 |
| Octal | 214 | 45 | 57 | 0 | 112 | 102 | 55 | 542 | 72 | 43 |
| Binary | 10001100 | 100101 | 101111 | 0 | 1001010 | 1000010 | 101101 | 101100010 | 111010 | 100011 |
Color Harmonies of #8C252F
Complementary color
Monochromatic Colors of #8C252F
Black with #8C252F
Text Example
Text Example
White with #8C252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C252F; }
p { color: rgb(140,37,47); }
H1.HeaderClassName
{
color: #8C252F;
}
.AnyTagClassName
{
color: #8C252F;
}
</style>
background-color css
<style>
a { background-color: #8C252F; }
a { background-color: rgb(140,37,47); }
div.DivClassName
{
background-color: #8C252F;
}
.BgClassName
{
background-color: #8C252F;
}
</style>
border-color css
<style>
span { border-color: #8C252F; }
span { border-color: rgb(140,37,47); }
td.TdClassName
{
border-color: #8C252F;
}
.TagClassName
{
border-color: #8C252F;
}
</style>