Shades of Flame Red #8C262A
Tints of Flame Red #8C262A
RGB
CMYK
RGB Variations
Color information
#8C262A (or 0x8C262A) is known color: Flame Red. HEX triplet: 8C, 26 and 2A. RGB value is (140,38,42). Sum of RGB (Red+Green+Blue) = 140+38+42=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C262A is #73D9D5. Grayscale: #454545. Windows color (decimal): -7592406 or 2762380. OLE color: 2762380.
HSL color Cylindrical-coordinate representation of color #8C262A: hue angle of 357.65º 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 #8C262A is Cyan = 0, Magento = 0.73, Yellow = 0.7 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 42 | - |
| CMYK | 0 | 0.73 | 0.7 | 0.45 |
| HSL | 357.65º | 0.57% | 0.35% | - |
| HSV(B) | 357.65º | 0.73% | 0.55% | - |
| XYZ | 11.93 | 7.13 | 2.94 | - |
| YUV | 68.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 42 | 0 | 0.73 | 0.7 | 0.45 | 357.65 | 0.57 | 0.35 |
| Hex | 8C | 26 | 2A | 0 | 49 | 46 | 2D | 166 | 39 | 23 |
| Octal | 214 | 46 | 52 | 0 | 111 | 106 | 55 | 546 | 71 | 43 |
| Binary | 10001100 | 100110 | 101010 | 0 | 1001001 | 1000110 | 101101 | 101100110 | 111001 | 100011 |
Color Harmonies of #8C262A
Complementary color
Monochromatic Colors of #8C262A
Black with #8C262A
Text Example
Text Example
White with #8C262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C262A; }
p { color: rgb(140,38,42); }
H1.HeaderClassName
{
color: #8C262A;
}
.AnyTagClassName
{
color: #8C262A;
}
</style>
background-color css
<style>
a { background-color: #8C262A; }
a { background-color: rgb(140,38,42); }
div.DivClassName
{
background-color: #8C262A;
}
.BgClassName
{
background-color: #8C262A;
}
</style>
border-color css
<style>
span { border-color: #8C262A; }
span { border-color: rgb(140,38,42); }
td.TdClassName
{
border-color: #8C262A;
}
.TagClassName
{
border-color: #8C262A;
}
</style>