Shades of Flame Red #8C1B26
Tints of Flame Red #8C1B26
RGB
CMYK
RGB Variations
Color information
#8C1B26 (or 0x8C1B26) is known color: Flame Red. HEX triplet: 8C, 1B and 26. RGB value is (140,27,38). Sum of RGB (Red+Green+Blue) = 140+27+38=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1B26 is #73E4D9. Grayscale: #3E3E3E. Windows color (decimal): -7595226 or 2497420. OLE color: 2497420.
HSL color Cylindrical-coordinate representation of color #8C1B26: hue angle of 354.16º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1B26 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 27 | 38 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.45 |
| HSL | 354.16º | 0.68% | 0.33% | - |
| HSV(B) | 354.16º | 0.81% | 0.55% | - |
| XYZ | 11.56 | 6.5 | 2.48 | - |
| YUV | 62.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 27 | 38 | 0 | 0.81 | 0.73 | 0.45 | 354.16 | 0.68 | 0.33 |
| Hex | 8C | 1B | 26 | 0 | 51 | 49 | 2D | 162 | 44 | 21 |
| Octal | 214 | 33 | 46 | 0 | 121 | 111 | 55 | 542 | 104 | 41 |
| Binary | 10001100 | 11011 | 100110 | 0 | 1010001 | 1001001 | 101101 | 101100010 | 1000100 | 100001 |
Color Harmonies of #8C1B26
Complementary color
Monochromatic Colors of #8C1B26
Black with #8C1B26
Text Example
Text Example
White with #8C1B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1B26; }
p { color: rgb(140,27,38); }
H1.HeaderClassName
{
color: #8C1B26;
}
.AnyTagClassName
{
color: #8C1B26;
}
</style>
background-color css
<style>
a { background-color: #8C1B26; }
a { background-color: rgb(140,27,38); }
div.DivClassName
{
background-color: #8C1B26;
}
.BgClassName
{
background-color: #8C1B26;
}
</style>
border-color css
<style>
span { border-color: #8C1B26; }
span { border-color: rgb(140,27,38); }
td.TdClassName
{
border-color: #8C1B26;
}
.TagClassName
{
border-color: #8C1B26;
}
</style>