Shades of Flame Red #8C282F
Tints of Flame Red #8C282F
RGB
CMYK
RGB Variations
Color information
#8C282F (or 0x8C282F) is known color: Flame Red. HEX triplet: 8C, 28 and 2F. RGB value is (140,40,47). Sum of RGB (Red+Green+Blue) = 140+40+47=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C282F is #73D7D0. Grayscale: #464646. Windows color (decimal): -7591889 or 3090572. OLE color: 3090572.
HSL color Cylindrical-coordinate representation of color #8C282F: hue angle of 355.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C282F is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 47 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.45 |
| HSL | 355.8º | 0.56% | 0.35% | - |
| HSV(B) | 355.8º | 0.71% | 0.55% | - |
| XYZ | 12.09 | 7.3 | 3.46 | - |
| YUV | 70.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 47 | 0 | 0.71 | 0.66 | 0.45 | 355.8 | 0.56 | 0.35 |
| Hex | 8C | 28 | 2F | 0 | 47 | 42 | 2D | 164 | 38 | 23 |
| Octal | 214 | 50 | 57 | 0 | 107 | 102 | 55 | 544 | 70 | 43 |
| Binary | 10001100 | 101000 | 101111 | 0 | 1000111 | 1000010 | 101101 | 101100100 | 111000 | 100011 |
Color Harmonies of #8C282F
Complementary color
Monochromatic Colors of #8C282F
Black with #8C282F
Text Example
Text Example
White with #8C282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C282F; }
p { color: rgb(140,40,47); }
H1.HeaderClassName
{
color: #8C282F;
}
.AnyTagClassName
{
color: #8C282F;
}
</style>
background-color css
<style>
a { background-color: #8C282F; }
a { background-color: rgb(140,40,47); }
div.DivClassName
{
background-color: #8C282F;
}
.BgClassName
{
background-color: #8C282F;
}
</style>
border-color css
<style>
span { border-color: #8C282F; }
span { border-color: rgb(140,40,47); }
td.TdClassName
{
border-color: #8C282F;
}
.TagClassName
{
border-color: #8C282F;
}
</style>