Shades of Flame Red #8C262F
Tints of Flame Red #8C262F
RGB
CMYK
RGB Variations
Color information
#8C262F (or 0x8C262F) is known color: Flame Red. HEX triplet: 8C, 26 and 2F. RGB value is (140,38,47). Sum of RGB (Red+Green+Blue) = 140+38+47=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C262F is #73D9D0. Grayscale: #454545. Windows color (decimal): -7592401 or 3090060. OLE color: 3090060.
HSL color Cylindrical-coordinate representation of color #8C262F: hue angle of 354.71º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C262F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 47 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.45 |
| HSL | 354.71º | 0.57% | 0.35% | - |
| HSV(B) | 354.71º | 0.73% | 0.55% | - |
| XYZ | 12.02 | 7.17 | 3.44 | - |
| YUV | 69.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 47 | 0 | 0.73 | 0.66 | 0.45 | 354.71 | 0.57 | 0.35 |
| Hex | 8C | 26 | 2F | 0 | 49 | 42 | 2D | 163 | 39 | 23 |
| Octal | 214 | 46 | 57 | 0 | 111 | 102 | 55 | 543 | 71 | 43 |
| Binary | 10001100 | 100110 | 101111 | 0 | 1001001 | 1000010 | 101101 | 101100011 | 111001 | 100011 |
Color Harmonies of #8C262F
Complementary color
Monochromatic Colors of #8C262F
Black with #8C262F
Text Example
Text Example
White with #8C262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C262F; }
p { color: rgb(140,38,47); }
H1.HeaderClassName
{
color: #8C262F;
}
.AnyTagClassName
{
color: #8C262F;
}
</style>
background-color css
<style>
a { background-color: #8C262F; }
a { background-color: rgb(140,38,47); }
div.DivClassName
{
background-color: #8C262F;
}
.BgClassName
{
background-color: #8C262F;
}
</style>
border-color css
<style>
span { border-color: #8C262F; }
span { border-color: rgb(140,38,47); }
td.TdClassName
{
border-color: #8C262F;
}
.TagClassName
{
border-color: #8C262F;
}
</style>